RTI Routing Service  Version 5.3.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
RTI_RoutingServiceTransportConfig Struct Reference

Association between a transport alias and its create function pointer. More...

Data Fields

char * alias
 An alias defined in the XML configuration to refer to a transport.
 
NDDS_Transport_create_plugin create_function
 Pointer to the function to load the transport.
 

Detailed Description

Association between a transport alias and its create function pointer.

Allows setting the entry point to load a statically linked transport and refer to it in the XML configuration through the participant_qos transport configuration.

If in the XML configuration a transport is configured and its alias matches the one in this structure, it will be loaded by RTI Connext using the specified function pointer.

Field Documentation

char* RTI_RoutingServiceTransportConfig::alias

An alias defined in the XML configuration to refer to a transport.

NDDS_Transport_create_plugin RTI_RoutingServiceTransportConfig::create_function

Pointer to the function to load the transport.


RTI Routing Service Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc