type LibraryVersion is new RTIDDS.Low_Level.ndds_ndds_config_c_h.NDDS_Config_LibraryVersion_t;
RTI Connext is comprised of a number of separate libraries. Although RTI Connext as a whole has a version, the individual libraries each have their own versions as well. It may be necessary to check these individual library versions when seeking technical support.
major: The major version of a single RTI Connext library.
minor: The minor version of a single RTI Connext library.
release: The release letter of a single RTI Connext library.
build: The build number of a single RTI Connext library.
type ProductVersion is new RTIDDS.Low_Level.ndds_dds_c_dds_c_infrastructure_h.DDS_ProductVersion_t;
major: Major product version.
minor: Minor product version.
release: Release letter for product version.
revision: Revision number of product.
function get_api_version return LibraryVersion;
function get_api_version return String;
function get_core_version return LibraryVersion;
function get_core_version return String;
function get_product_version return ProductVersion;
function get_product_version return String;
function Image
( | Item | : LibraryVersion) return String; |
function Image
( | Item | : ProductVersion) return String; |