PdCom  4.2
Process data communication client
Macros | Variables
/home/abuild/rpmbuild/BUILD/pdcom-4.2.0/build/pdcom4.h File Reference
#include "pdcom4/Process.h"
#include "pdcom4/Variable.h"
#include "pdcom4/Subscriber.h"

Go to the source code of this file.

Macros

#define PKGID
 Repository Version.
 
#define PDCOM_MAJOR   4
 PdCom major version.
 
#define PDCOM_MINOR   2
 PdCom minor version.
 
#define PDCOM_RELEASE   0
 Patch level of release. Note this may be a string.
 
#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.
 
#define HAS_VERSION_STRING
 pdcom_version_string is defined
 

Variables

const char * pdcom_version_string
 library version string as "major.minor.patch"