Index

Package: RTIDDS.Config

Description

package RTIDDS.Config is

Packages

Types

LibraryVersion

type LibraryVersion is new RTIDDS.Low_Level.ndds_ndds_config_c_h.NDDS_Config_LibraryVersion_t;

Summary: The version of a single library shipped as part of an RTI Connext distribution.

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.

ProductVersion

type ProductVersion is new RTIDDS.Low_Level.ndds_dds_c_dds_c_infrastructure_h.DDS_ProductVersion_t;

Summary: <<ext>> Type used to represent the current version of dds.

major: Major product version.

minor: Minor product version.

release: Release letter for product version.

revision: Revision number of product.

Subprograms & Entries

get_api_version

function get_api_version return LibraryVersion;

Summary: Get the version of the C API library.

get_api_version

function get_api_version return String;

Summary: Get the version of the C API library.

get_core_version

function get_core_version return LibraryVersion;

Summary: Get the version of the core library.

get_core_version

function get_core_version return String;

Summary: Get the version of the core library.

get_product_version

function get_product_version return ProductVersion;

Summary: Get the RTI Connext product version.

get_product_version

function get_product_version return String;

Summary: Get the RTI Connext product version.

Image

function Image 
(Item: LibraryVersion) return String;

Image

function Image 
(Item: ProductVersion) return String;

get_core_build_number

function get_core_build_number return Standard.String;

get_C_build_number

function get_C_build_number return Standard.String;