Skip to content

Version

class Version

@brief A class providing versioning information for the Karabo framework

Functions

Name Description
getKaraboVersion Gets a Version object of the curent Karabo's Framework Return : Version object
Version Creates an Version object from a string.
getVersion Returns a string describing the current version of the Framework Equivalent of calling.

Function Details

Version

Version(const std::string& version)

Creates an Version object from a string.

The version string should match a Major.Minor.Patch flavor Alpha, Beta, Release Candidates and Post-releases should be labeled following the PEP440 guidelines.

version :

getKaraboVersion

static const Version& getKaraboVersion()

Gets a Version object of the curent Karabo's Framework

Return : Version object

getVersion

static std::string getVersion()

Returns a string describing the current version of the Framework Equivalent of calling. karabo::util::Version::getKaraboVersion().getString();

Return : std::string