RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
NDDS::ConfigVersion Class Reference

<<interface>> The version of an RTI Connext distribution. More...

#include <managed_config_dotnet.h>

Public Member Functions

DDS::ProductVersion_t get_product_version ()
 Get the RTI Connext product version.
 
Config_LibraryVersion_t get_dotnet_api_version ()
 Get the version of the .NET API library.
 
Config_LibraryVersion_t get_cpp_api_version ()
 Get the version of the C++ API library.
 
Config_LibraryVersion_t get_c_api_version ()
 Get the version of the C API library.
 
Config_LibraryVersion_t get_core_version ()
 Get the version of the core library.
 
System::String^ to_string ()
 Get this version in string form.
 

Static Public Member Functions

static ConfigVersionget_instance ()
 Get the singleton instance of this type.
 

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

static ConfigVersion ^ NDDS::ConfigVersion::get_instance ( )
inlinestatic

Get the singleton instance of this type.

DDS::ProductVersion_t NDDS::ConfigVersion::get_product_version ( )

Get the RTI Connext product version.

Config_LibraryVersion_t NDDS::ConfigVersion::get_dotnet_api_version ( )

Get the version of the .NET API library.

Config_LibraryVersion_t NDDS::ConfigVersion::get_cpp_api_version ( )

Get the version of the C++ API library.

Config_LibraryVersion_t NDDS::ConfigVersion::get_c_api_version ( )

Get the version of the C API library.

Config_LibraryVersion_t NDDS::ConfigVersion::get_core_version ( )

Get the version of the core library.

System::String ^ NDDS::ConfigVersion::to_string ( )

Get this version in string form.

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


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc