Regilo
A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner.
|
The Version class is used to store version information. More...
#include <version.hpp>
Static Public Attributes | |
static const std::string | VERSION |
The whole version number in format <major>[.<minor>[.<patch>[.<tweak>]]]. | |
static const std::string | VERSION_MAJOR |
The major part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]). | |
static const std::string | VERSION_MINOR |
The minor part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]). | |
static const std::string | VERSION_PATCH |
The patch part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]). | |
static const std::string | VERSION_TWEAK |
The tweak part of the version number (format <major>[.<minor>[.<patch>[.<tweak>]]]). | |
The Version class is used to store version information.