devLib2  2.12
Macros
devlibversion.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))
 
#define EPICS_VERSION_INT   VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL)
 

Macro Definition Documentation

◆ EPICS_VERSION_INT

#define EPICS_VERSION_INT   VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL)

Definition at line 8 of file devlibversion.h.

◆ VERSION_INT

#define VERSION_INT (   V,
  R,
  M,
 
)    ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P))

Definition at line 7 of file devlibversion.h.