RTI Routing Service Version 7.3.0
|
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... | |
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.
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.