Open Lighting Architecture  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
ola::base::Version Class Reference

Detailed Description

Provides version information. OLA Version numbers are in the form major.minor.revision.

Static Public Member Functions

static unsigned int GetMajor ()
 the Major version number
static unsigned int GetMinor ()
 the Minor version number
static unsigned int GetRevision ()
 the revision number
static std::string GetVersion ()
 the version number as a string.
static bool IsAtLeast (unsigned int major, unsigned int minor, unsigned int revision)
 Check the running version is newer than or equal to a specific version.

Member Function Documentation

unsigned int ola::base::Version::GetMajor ( )
static

the Major version number

Returns
the major version number.
unsigned int ola::base::Version::GetMinor ( )
static

the Minor version number

Returns
the minor version number.
unsigned int ola::base::Version::GetRevision ( )
static

the revision number

Returns
the revision number.
std::string ola::base::Version::GetVersion ( )
static

the version number as a string.

Returns
the version number as a string.
bool ola::base::Version::IsAtLeast ( unsigned int  major,
unsigned int  minor,
unsigned int  revision 
)
static

Check the running version is newer than or equal to a specific version.

Parameters
majorthe major version.
minorthe minor version.
revisionthe revision.
Returns
true if the running version is >= major.minor.revision.

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