RTI Connext Modern C++ API Version 7.3.0

Retrieve information for the RTI Connext product, the core library, and the C, C++ or Java libraries. More...

Classes

class  rti::config::LibraryVersion
 <<extension>> <<value-type>> The version of a single library shipped as part of an RTI Connext distribution. More...
 

Functions

XMQCPP2DllExport rti::core::ProductVersion rti::config::request_reply_api_version ()
 Get the version of the C++ API library. More...
 
XMQCPP2DllExport std::string rti::config::request_reply_build_number ()
 Get the build number of the C++ API library. More...
 
LibraryVersion rti::config::core_version ()
 Get the version of the core library. More...
 
std::string rti::config::core_build_number ()
 Get the build number of the core library. More...
 
LibraryVersion rti::config::c_api_version ()
 Get the version of the C API library. More...
 
std::string rti::config::c_build_number ()
 Get the build number of the C API library. More...
 
LibraryVersion rti::config::cpp_api_version ()
 Get the version of the C++ API library. More...
 
std::string rti::config::cpp_build_number ()
 Get the build number of the C++ API library. More...
 
rti::core::ProductVersion rti::config::product_version ()
 Get the RTI Connext product version. More...
 

Detailed Description

Retrieve information for the RTI Connext product, the core library, and the C, C++ or Java libraries.

There are three ways to obtain version information: looking at the revision files, using Visual Studio or the command line, or programmatically at run time. This HTML documentation includes a reference for consulting the APIs that allow you to get version information programmatically. For more information see the RTI Connext DDS Core Libraries User's Manual.

The version information includes four fields:

Function Documentation

◆ request_reply_api_version()

XMQCPP2DllExport rti::core::ProductVersion rti::config::request_reply_api_version ( )

Get the version of the C++ API library.

◆ request_reply_build_number()

XMQCPP2DllExport std::string rti::config::request_reply_build_number ( )

Get the build number of the C++ API library.

◆ core_version()

LibraryVersion rti::config::core_version ( )

Get the version of the core library.

◆ core_build_number()

std::string rti::config::core_build_number ( )

Get the build number of the core library.

◆ c_api_version()

LibraryVersion rti::config::c_api_version ( )

Get the version of the C API library.

◆ c_build_number()

std::string rti::config::c_build_number ( )

Get the build number of the C API library.

◆ cpp_api_version()

LibraryVersion rti::config::cpp_api_version ( )

Get the version of the C++ API library.

◆ cpp_build_number()

std::string rti::config::cpp_build_number ( )

Get the build number of the C++ API library.

◆ product_version()

rti::core::ProductVersion rti::config::product_version ( )

Get the RTI Connext product version.