RTI Connext Modern C++ API
Version 5.3.0
|
<<extension>> <<value-type>> The version of a single library shipped as part of an RTI Connext distribution. More...
#include <rti/config/Version.hpp>
Public Member Functions | |
int32_t | major_version () const |
Get the major version of a single RTI Connext library. | |
int32_t | minor_version () const |
Get the minor version of a single RTI Connext library. | |
char | release_version () const |
Get the release letter of a single RTI Connext library. | |
int32_t | build_version () const |
Get the build number of a single RTI Connext library. | |
<<extension>> <<value-type>> The version of a single library shipped as part of an RTI Connext distribution.
RTI Connext is comprised of a number of separate libraries. Although RTI Connext as a whole has a version, the individual libraries each have their own versions as well. It may be necessary to check these individual library versions when seeking technical support.
int32_t rti::config::LibraryVersion::major_version | ( | ) | const |
Get the major version of a single RTI Connext library.
int32_t rti::config::LibraryVersion::minor_version | ( | ) | const |
Get the minor version of a single RTI Connext library.
char rti::config::LibraryVersion::release_version | ( | ) | const |
Get the release letter of a single RTI Connext library.
int32_t rti::config::LibraryVersion::build_version | ( | ) | const |
Get the build number of a single RTI Connext library.