COMMS
Template library intended to help with implementation of communication protocols.
|
Contains version information of the library. More...
Go to the source code of this file.
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
Macros | |
#define | COMMS_MAJOR_VERSION 5U |
Major verion of the library. | |
#define | COMMS_MAKE_VERSION(major_, minor_, patch_) |
Macro to create numeric version as single unsigned number. | |
#define | COMMS_MINOR_VERSION 2U |
Minor verion of the library. | |
#define | COMMS_PATCH_VERSION 7U |
Patch level of the library. | |
#define | COMMS_VERSION COMMS_MAKE_VERSION(COMMS_MAJOR_VERSION, COMMS_MINOR_VERSION, COMMS_PATCH_VERSION) |
Version of the COMMS library as single numeric value. | |
Contains version information of the library.