Regilo
A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner.
regilo::Version Class Reference

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>]]]).
 

Detailed Description

The Version class is used to store version information.


The documentation for this class was generated from the following file: