RTI Routing Service Version 7.1.0
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. More...
 
NDDS_Transport_create_plugin create_function
 Pointer to the function to load the transport. More...
 

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 a transport is configured in the XML configuration and its alias matches the one in this structure, it will be loaded by RTI Connext using the specified function pointer.

Field Documentation

◆ alias

char* RTI_RoutingServiceTransportConfig::alias

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

◆ create_function

NDDS_Transport_create_plugin RTI_RoutingServiceTransportConfig::create_function

Pointer to the function to load the transport.