PdCom  4.0
Process data communication client
Macros
/home/abuild/rpmbuild/BUILD/pdcom-4.0.0/build/pdcom.h File Reference
#include "pdcom/Process.h"
#include "pdcom/Variable.h"
#include "pdcom/Subscriber.h"

Go to the source code of this file.

Macros

#define PKGID
 Repository Version.
 
#define PDCOM_DEVEL
 Set for development code; in this case, the variables PDCOM_*.
 
#define PDCOM_MAJOR   4
 PdCom major version.
 
#define PDCOM_MINOR   0
 PdCom minor version.
 
#define PDCOM_RELEASE   0
 Patch level of release.
 
#define PDCOM_VERSION(A, B, C)   (((A) << 16) + ((B) << 8) + (C))
 Macro to generate a version code for comparison.
 
#define PDCOM_VERSION_CODE   PDCOM_VERSION(PDCOM_MAJOR, PDCOM_MINOR, PDCOM_RELEASE)
 Current PdCom version.