DABC (Data Acquisition Backbone Core)  2.9.9
Macros
version.h File Reference

Go to the source code of this file.

Macros

#define DABC_RELEASE   "2.10.0"
 
#define DABC_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define DABC_VERSION_CODE   0x20a00
 

Macro Definition Documentation

◆ DABC_RELEASE

#define DABC_RELEASE   "2.10.0"

Definition at line 32 of file version.h.

◆ DABC_VERSION_CODE

#define DABC_VERSION_CODE   0x20a00

Definition at line 33 of file version.h.

◆ DABC_VERSION

#define DABC_VERSION (   a,
  b,
 
)    (((a) << 16) + ((b) << 8) + (c))

Definition at line 34 of file version.h.