iox::version
Types
Functions
|
Name |
| iox::log::LogStream & |
operator<<(iox::log::LogStream & logstream, const version::CompatibilityCheckLevel & level) |
Attributes
Types Documentation
enum CompatibilityCheckLevel
| Enumerator |
Value |
Description |
| OFF |
|
|
| MAJOR |
|
|
| MINOR |
|
|
| PATCH |
|
|
| COMMIT_ID |
|
|
| BUILD_DATE |
|
|
using CommitIdString_t
using iox::version::CommitIdString_t = typedef cxx::string<COMMIT_ID_STRING_SIZE>;
using BuildDateString_t
using iox::version::BuildDateString_t = typedef cxx::string<BUILD_DATE_STRING_SIZE>;
Functions Documentation
function operator<<
inline iox::log::LogStream & operator<<(
iox::log::LogStream & logstream,
const version::CompatibilityCheckLevel & level
)
Attributes Documentation
variable COMMIT_ID_STRING_SIZE
static const uint64_t COMMIT_ID_STRING_SIZE = 12U;
variable BUILD_DATE_STRING_SIZE
static const uint64_t BUILD_DATE_STRING_SIZE = 36U;
Updated on 17 March 2022 at 12:15:57 CET