RTI Connext Java API  Version 6.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. More...
 
LibraryVersion_t get_java_api_version ()
 Get the version of the Java API library. More...
 
LibraryVersion_t get_c_api_version ()
 Get the version of the C API library. More...
 
LibraryVersion_t get_core_version ()
 Get the version of the core library. More...
 
String toString ()
 Get this version in string form. More...
 

Static Public Member Functions

static Version get_instance ()
 Get the singleton instance of this type. More...
 

Detailed Description

<<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.

Member Function Documentation

◆ get_instance()

static Version get_instance ( )
static

Get the singleton instance of this type.

◆ get_product_version()

ProductVersion_t get_product_version ( )

Get the RTI Connext product version.

◆ get_java_api_version()

LibraryVersion_t get_java_api_version ( )

Get the version of the Java API library.

◆ get_c_api_version()

LibraryVersion_t get_c_api_version ( )

Get the version of the C API library.

◆ get_core_version()

LibraryVersion_t get_core_version ( )

Get the version of the core library.

◆ toString()

String toString ( )

Get this version in string form.

Combine all of the constituent library versions into a single string.