HW-SD  1.0.0
Static Public Member Functions | List of all members
hwsd::Version Class Reference

Information about the current HW-SD version. More...

#include <version.h>

+ Collaboration diagram for hwsd::Version:

Static Public Member Functions

static int getMajor ()
static int getMinor ()
static int getPatch ()
static std::string getString ()

Detailed Description

Information about the current HW-SD version.

Definition at line 69 of file version.h.

Member Function Documentation

static int hwsd::Version::getMajor ( )
static
Returns
the current major version of HW-SD.
static int hwsd::Version::getMinor ( )
static
Returns
the current minor version of HW-SD.
static int hwsd::Version::getPatch ( )
static
Returns
the current patch level of HW-SD.
static std::string hwsd::Version::getString ( )
static
Returns
the current HW-SD version (MM.mm.pp).

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