areaDetector
3-13
EPICS areaDetector framework
|
#include <epicsVersion.h>
Go to the source code of this file.
Macros | |
#define | VERSION_INT(V, R, M, P) ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P)) |
Construct version number constant. More... | |
#define | EPICS_VERSION_INT VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL) |
#define | ADGENICAM_API |
#define | epicsStdCall |
#define ADGENICAM_API |
#define EPICS_VERSION_INT VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL) |
#define epicsStdCall |
#define VERSION_INT | ( | V, | |
R, | |||
M, | |||
P | |||
) | ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P)) |
Construct version number constant.