Class to read and contain versioning info for C++ server and Java client RTD programs.
More...
#include <carma/ui/rtd/common/Version.h>
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.
carma::ui::rtd::Version::Version |
( |
const std::string & |
file | ) |
|
|
explicit |
- Parameters
-
the | file containing the version info |
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: