RTI Connext Micro C API
2.4.14.2
|
A QosPolicy to configure properties of network traffic caused by the exchange of user data. More...
Data Fields | |
struct DDS_StringSeq | enabled_transports |
Configures the default transports enabled to transmit and received user data traffic. |
A QosPolicy to configure properties of network traffic caused by the exchange of user data.
struct DDS_StringSeq DDS_UserTrafficQosPolicy::enabled_transports |
Configures the default transports enabled to transmit and received user data traffic.
The memory for the strings in this sequence is managed according to the conventions described in String Support. In particular, be careful to avoid a situation in which RTI Connext Micro allocates a string on your behalf and you then reuse that string in such a way that RTI Connext Micro believes it to have more memory allocated to it than it actually does.
[default] Empty sequence.
When an empty sequence is passed to DDS_DomainParticipantFactory_create_participant in the DDS_DomainParticipantQos, the domain participant will automatically add the following locators to listen for user-traffic on: "_udp://" and "_intra://".
[range] Sequence of non-null,non-empty strings.