RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
Namespaces | Macros | Variables
version.hpp File Reference

Declares RTC toolkit version information. More...

Go to the source code of this file.

Namespaces

namespace  rtctk
 

Macros

#define RTCTK_VERSION_STRING   "4.0.1"
 
#define RTCTK_VERSION_MAJOR   4
 
#define RTCTK_VERSION_MINOR   0
 
#define RTCTK_VERSION_PATCH   1
 
#define RTCTK_VERSION    (RTCTK_VERSION_MAJOR * 1000000 + RTCTK_VERSION_MINOR * 100 + RTCTK_VERSION_PATCH)
 

Variables

constexpr std::string_view rtctk::VERSION_STRING = RTCTK_VERSION_STRING
 
constexpr uint16_t rtctk::VERSION_MAJOR = RTCTK_VERSION_MAJOR
 
constexpr uint16_t rtctk::VERSION_MINOR = RTCTK_VERSION_MINOR
 
constexpr uint8_t rtctk::VERSION_PATCH = RTCTK_VERSION_PATCH
 
constexpr uint32_t rtctk::VERSION_NUMBER = RTCTK_VERSION
 

Detailed Description

Declares RTC toolkit version information.

Macro Definition Documentation

◆ RTCTK_VERSION

#define RTCTK_VERSION    (RTCTK_VERSION_MAJOR * 1000000 + RTCTK_VERSION_MINOR * 100 + RTCTK_VERSION_PATCH)

◆ RTCTK_VERSION_MAJOR

#define RTCTK_VERSION_MAJOR   4

◆ RTCTK_VERSION_MINOR

#define RTCTK_VERSION_MINOR   0

◆ RTCTK_VERSION_PATCH

#define RTCTK_VERSION_PATCH   1

◆ RTCTK_VERSION_STRING

#define RTCTK_VERSION_STRING   "4.0.1"