cc_tools_qt
Common Environment for Protocol Analysis.
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
version.h File Reference
#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.
 

Functions

constexpr unsigned cc_tools_qt::version ()
 Version of the library as single numeric value.
 
constexpr unsigned cc_tools_qt::versionCreate (unsigned major, unsigned minor, unsigned patch)
 Create version of the library as single unsigned numeric value.
 
constexpr unsigned cc_tools_qt::versionMajor ()
 Major verion of the library.
 
constexpr unsigned cc_tools_qt::versionMinor ()
 Minor verion of the library.
 
constexpr unsigned cc_tools_qt::versionPatch ()
 Patch level of the library.
 

Detailed Description

Contains version information of the library