CARMA C++
carma::ui::rtd::Version Class Reference

Class to read and contain versioning info for C++ server and Java client RTD programs. More...

#include <carma/ui/rtd/common/Version.h>

Public Member Functions

const char * getLatestClientVersion () const
 
const char * getServerVersion () const
 
 Version (const std::string &file)
 

Detailed Description

Class to read and contain versioning info for C++ server and Java client RTD programs.

See Also
conf/rtd/version.tab

Definition at line 25 of file Version.h.

Constructor & Destructor Documentation

carma::ui::rtd::Version::Version ( const std::string &  file)
explicit
Parameters
thefile containing the version info

Member Function Documentation

const char* carma::ui::rtd::Version::getLatestClientVersion ( ) const
Returns
the client version as Major.Minor[.Patch]
const char* carma::ui::rtd::Version::getServerVersion ( ) const
Returns
the server version as Major.Minor[.Patch]

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