Contains version information of the library in C++ constexpr functions.
More...
Go to the source code of this file.
|
namespace | cc_mqttsn_gateway |
| Main namespace for all classes / functions of the gateway library.
|
|
|
constexpr unsigned | cc_mqttsn_gateway::versionMajor () |
| Major verion of the library.
|
|
constexpr unsigned | cc_mqttsn_gateway::versionMinor () |
| Minor verion of the library.
|
|
constexpr unsigned | cc_mqttsn_gateway::versionPatch () |
| Patch level of the library.
|
|
constexpr unsigned | cc_mqttsn_gateway::versionCreate (unsigned major, unsigned minor, unsigned patch) |
| Create version of the library as single unsigned numeric value.
|
|
constexpr unsigned | cc_mqttsn_gateway::version () |
| Version of the library as single numeric value.
|
|
Contains version information of the library in C++ constexpr functions.