Index

Package: RTIDDS.Config

Description

package RTIDDS.Config is

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;