RTI Connext Micro C++ API Version 4.3.0
Loading...
Searching...
No Matches
DDS_UserTrafficQosPolicy Struct Reference

<<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.
 

Detailed Description

<<eXtension>> Configures the default transports enabled to transmit and receive user data traffic.

Entity:
DDSDomainParticipant
Properties:
RxO = N/A
Changeable = NO

Member Data Documentation

◆ enabled_transports

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.

See also
DDS_DomainParticipantQos

[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.