RTI Connext DDS Micro C API  Version 3.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_UserTrafficQosPolicy Struct Reference

A QosPolicy to configure properties of network traffic caused by the exchange of user data. More...

#include <dds_c_domain.h>

Data Fields

struct DDS_StringSeq enabled_transports
 Configures the default transports enabled to transmit and received user data traffic.

Detailed Description

A QosPolicy to configure properties of network traffic caused by the exchange of user data.


Field Documentation

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 Conventions. In particular, be careful to avoid a situation in which RTI Connext DDS Micro allocates a string on your behalf and you then reuse that string in such a way that RTI Connext DDS 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://", "_intra://", and "_udp://127.0.0.1".

[range] Sequence of non-null,non-empty strings.


RTI Connext DDS Micro C API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc