|
PdCom
5.1
Process data communication client
|
Go to the source code of this file.
Namespaces | |
| PdCom | |
| library version string as "major.minor.patch" | |
Macros | |
| #define | PDCOM_MAJOR 5 |
| PdCom major version. | |
| #define | PDCOM_MINOR 1 |
| 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. | |
Variables | |
| const char * | PdCom::pdcom_version_string |