cc_tools_qt
Common Environment for Protocol Analysis.
|
#include "comms/version.h"
Go to the source code of this file.
Namespaces | |
namespace | cc_tools_qt |
Main namespace for all classes / functions of the shared library. | |
Macros | |
#define | CC_TOOLS_QT_MAJOR_VERSION 5U |
Major verion of the library. | |
#define | CC_TOOLS_QT_MAKE_VERSION(major_, minor_, patch_) |
Macro to create numeric version as single unsigned number. | |
#define | CC_TOOLS_QT_MINOR_VERSION 3U |
Minor verion of the library. | |
#define | CC_TOOLS_QT_PATCH_VERSION 3U |
Patch level of the library. | |
#define | CC_TOOLS_QT_VERSION CC_TOOLS_QT_MAKE_VERSION(CC_TOOLS_QT_MAJOR_VERSION, CC_TOOLS_QT_MINOR_VERSION, CC_TOOLS_QT_PATCH_VERSION) |
Version of the COMMS library as single numeric value. | |
Contains version information of the library