RTI Connext Java API
Version 5.1.0
|
<<interface>> The version of an RTI Connext distribution. More...
Public Member Functions | |
ProductVersion_t | get_product_version () |
Get the RTI Connext product version. | |
LibraryVersion_t | get_java_api_version () |
Get the version of the Java API library. | |
LibraryVersion_t | get_c_api_version () |
Get the version of the C API library. | |
LibraryVersion_t | get_core_version () |
Get the version of the core library. | |
String | toString () |
Get this version in string form. | |
Static Public Member Functions | |
static Version | get_instance () |
Get the singleton instance of this type. | |
<<interface>> The version of an RTI Connext distribution.
The complete version is made up of the versions of the individual libraries that make up the product distribution.
|
static |
Get the singleton instance of this type.
ProductVersion_t get_product_version | ( | ) |
Get the RTI Connext product version.
LibraryVersion_t get_java_api_version | ( | ) |
Get the version of the Java API library.
LibraryVersion_t get_c_api_version | ( | ) |
Get the version of the C API library.
LibraryVersion_t get_core_version | ( | ) |
Get the version of the core library.
String toString | ( | ) |
Get this version in string form.
Combine all of the constituent library versions into a single string.