<<extension>> <<value-type>> Represents the current version of RTI Connext
More...
#include <rti/core/ProductVersion.hpp>
Detailed Description
<<extension>> <<value-type>> Represents the current version of RTI Connext
Constructor & Destructor Documentation
rti::core::ProductVersion::ProductVersion |
( |
| ) |
|
|
inline |
Member Function Documentation
std::string rti::core::ProductVersion::to_string |
( |
| ) |
const |
|
inline |
Get the product version as a string.
uint8_t rti::core::ProductVersion::major_version |
( |
| ) |
const |
|
inline |
Get the major product version.
uint8_t rti::core::ProductVersion::minor_version |
( |
| ) |
const |
|
inline |
Get the minor product version.
uint8_t rti::core::ProductVersion::release_version |
( |
| ) |
const |
|
inline |
Get the release letter for product version.
uint8_t rti::core::ProductVersion::revision_version |
( |
| ) |
const |
|
inline |
Get the revision number of product.
Returns the current version of RTI Connext.
Returns the value to indicate that the version is unknown.