RTI Connext Modern C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
dds::domain::qos::DomainParticipantFactoryQos Class Reference

<<value-type>> Container of the QoS policies that do not apply to a specific entity More...

#include "dds/domain/qos/DomainParticipantFactoryQos.hpp"

Public Member Functions

template<typename POLICY >
const POLICY & policy () const
 Gets a QoS policy by const reference.
 
template<typename POLICY >
POLICY & policy ()
 Gets a QoS policy by reference.
 

Detailed Description

<<value-type>> Container of the QoS policies that do not apply to a specific entity

To set or get this policies, use DomainParticipant::participant_factory_qos().

See Also
Qos Use Cases

Member Function Documentation

template<typename POLICY >
const POLICY& dds::domain::qos::DomainParticipantFactoryQos::policy ( ) const

Gets a QoS policy by const reference.

See Also
policy()
template<typename POLICY >
POLICY& dds::domain::qos::DomainParticipantFactoryQos::policy ( )

Gets a QoS policy by reference.

Template Parameters
PolicyOne of the DomainParticipantFactory QoS policies:
Note
In other language APIs the DomainParticipantFactoryQos also contains the policies to configure the loading of Qos profiles in XML (ProfileQosPolicy) and the logging configuration. These are configured through dds::core::QosProvider and rti::config::Logger respectively.
See Also
DDSQosModule_set_qos

RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc