| 
    devLib2
    2.11
    
   | 
 
#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) | 
| #define EPICS_VERSION_INT VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL) | 
Definition at line 8 of file devlibversion.h.
| #define VERSION_INT | ( | V, | |
| R, | |||
| M, | |||
| P | |||
| ) | ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P)) | 
Definition at line 7 of file devlibversion.h.
 1.8.13