RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_DomainParticipantQos Struct Reference

<<cert>> QoS policies supported by a DDS_DomainParticipant entity.Certain members must be set in a consistent manner: More...

#include <dds_c_domain.h>

Data Fields

struct DDS_EntityFactoryQosPolicy entity_factory
 Entity factory policy, ENTITY_FACTORY.
struct DDS_DiscoveryQosPolicy discovery
 <<eXtension>> Discovery policy, DISCOVERY.
struct
DDS_DomainParticipantResourceLimitsQosPolicy 
resource_limits
 <<eXtension>> Domain participant resource limits policy, DOMAIN_PARTICIPANT_RESOURCE_LIMITS.
struct DDS_EntityNameQosPolicy participant_name
 <<eXtension>> The participant name. ENTITY_NAME
struct DDS_WireProtocolQosPolicy protocol
 <<eXtension>> Wire Protocol policy, WIRE_PROTOCOL.The wire protocol (RTPS) attributes associated with the participant.
struct DDS_TransportQosPolicy transports
 <<eXtension>> Available transports for all communication to and from this DomainParticipant.
struct DDS_UserTrafficQosPolicy user_traffic
 <<eXtension>> Transports enabled for user traffic.

Detailed Description

<<cert>> QoS policies supported by a DDS_DomainParticipant entity.

Certain members must be set in a consistent manner:

If any of the above are not true, DDS_DomainParticipant_set_qos and DDS_DomainParticipantFactory_set_default_participant_qos will fail with DDS_RETCODE_INCONSISTENT_POLICY, and DDS_DomainParticipantFactory_create_participant will fail.

Entity:
DDS_DomainParticipant
See also:
QoS Policies and allowed ranges within each Qos.

Field Documentation

struct DDS_EntityFactoryQosPolicy DDS_DomainParticipantQos::entity_factory

Entity factory policy, ENTITY_FACTORY.

struct DDS_DiscoveryQosPolicy DDS_DomainParticipantQos::discovery

<<eXtension>> Discovery policy, DISCOVERY.

struct DDS_DomainParticipantResourceLimitsQosPolicy DDS_DomainParticipantQos::resource_limits

<<eXtension>> Domain participant resource limits policy, DOMAIN_PARTICIPANT_RESOURCE_LIMITS.

struct DDS_EntityNameQosPolicy DDS_DomainParticipantQos::participant_name

<<eXtension>> The participant name. ENTITY_NAME

struct DDS_WireProtocolQosPolicy DDS_DomainParticipantQos::protocol

<<eXtension>> Wire Protocol policy, WIRE_PROTOCOL.The wire protocol (RTPS) attributes associated with the participant.

struct DDS_TransportQosPolicy DDS_DomainParticipantQos::transports

<<eXtension>> Available transports for all communication to and from this DomainParticipant.

struct DDS_UserTrafficQosPolicy DDS_DomainParticipantQos::user_traffic

<<eXtension>> Transports enabled for user traffic.


RTI Connext Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc