quadEM  7-0
Macros
NDPluginAPI.h File Reference
#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 NDPLUGIN_API
 
#define epicsStdCall
 

Macro Definition Documentation

#define EPICS_VERSION_INT   VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL)
#define epicsStdCall
#define NDPLUGIN_API
#define VERSION_INT (   V,
  R,
  M,
 
)    ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P))

Construct version number constant.