#include <managed_config_dotnet.h>
Public Member Functions | |
DDS::ProductVersion_t | get_product_version () |
Get the RTI Data Distribution Service 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 ConfigVersion^ | get_instance () |
Get the singleton instance of this type. |
The complete version is made up of the versions of the individual libraries that make up the product distribution.
static ConfigVersion ^ NDDS::ConfigVersion::get_instance | ( | ) | [inline, static] |
Get the singleton instance of this type.
DDS::ProductVersion_t NDDS::ConfigVersion::get_product_version | ( | ) |
Get the RTI Data Distribution Service 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.