RTI Connext TSS API
Version 3.1.2
|
Contains the TSS Configuration documentation. More...
Modules | |
System | |
The System configuration configures system properties for Connext TSS and the underlying DDS factories. | |
DDS Domain | |
The DomainParticipant configuration configures the properties and QoS of a DDS DomainParticipant. | |
Type Support | |
The Type Support configuration configures the DDS type-specific functions to be used for a specific type identified by a unique name (RTI_TSS_TypeSupport_Configuration.type_name). | |
Connection | |
The Connection configuration configures a named connection and its underlying DDS entities. | |
Contains the TSS Configuration documentation.
The configuration data types of RTI::Configuration are defined in RTI/TSS/Configuration.h. Connext TSS implements the FACE 3.x Configuration Interface. Users configure Connext TSS by customizing configuration data within a Configuration interface instance and then setting its reference with the Connext TSS Base.
The buildable source for a configuration interface is generated by Connext TSS. Given an IDL type definition file for a type Foo, running the rtiddsgen utility provided with Connext TSS will generate, among other files, a Foo_TSSConfigInterface.hpp header file. This file will define a class (RTI::name of the IDL file::Configuration) that implements the FACE::Configuration interface and its Configuration Services API.