|
RTI Connext Micro C++ API Version 4.3.0
|
<<eXtension>> Configures the default transports enabled to transmit and receive user data traffic. More...
#include <dds_c_domain.h>
Public Attributes | |
| struct DDS_StringSeq | enabled_transports |
| Configures the default transports enabled to transmit and receive user data traffic. | |
<<eXtension>> Configures the default transports enabled to transmit and receive user data traffic.
| struct DDS_StringSeq DDS_UserTrafficQosPolicy::enabled_transports |
Configures the default transports enabled to transmit and receive user data traffic.
A sequence of transport identifiers that defines the set of transports available for use by the associated DDS entity.
[default] Empty sequence. When an empty sequence is passed to DDSDomainParticipantFactory::create_participant in the DDS_DomainParticipantQos and the UDP transport is registered the domain participant will automatically use the "_intra://" and "_udp://" transports for user-traffic. If the UDP transport is not registered, only the "_intra://" transport is used.
[range] Sequence of non-null, non-empty strings.