41constexpr unsigned versionCreate(
unsigned major,
unsigned minor,
unsigned patch)
Main namespace for all classes / functions of the gateway library.
constexpr unsigned versionMinor()
Minor verion of the library.
Definition versionpp.h:27
constexpr unsigned versionMajor()
Major verion of the library.
Definition versionpp.h:20
constexpr unsigned version()
Version of the library as single numeric value.
Definition versionpp.h:48
constexpr unsigned versionPatch()
Patch level of the library.
Definition versionpp.h:34
constexpr unsigned versionCreate(unsigned major, unsigned minor, unsigned patch)
Create version of the library as single unsigned numeric value.
Definition versionpp.h:41
Contains version information of the library.
#define CC_MQTTSN_GW_MAKE_VERSION(major_, minor_, patch_)
Macro to create numeric version as single unsigned number.
Definition version.h:23
#define CC_MQTTSN_GW_VERSION
Version of the library as single numeric value.
Definition version.h:29
#define CC_MQTTSN_GW_MAJOR_VERSION
Major verion of the library.
Definition version.h:14
#define CC_MQTTSN_GW_MINOR_VERSION
Minor verion of the library.
Definition version.h:17
#define CC_MQTTSN_GW_PATCH_VERSION
Patch level of the library.
Definition version.h:20