Cyclone ISO C++ API Reference Guide
dds::pub::qos::PublisherQos Class Reference

This object provides the basic mechanism for an application to specify Quality of Service attributes for a Publisher. More...

#include "PublisherQos.hpp"

Inherits dds::core::EntityQos< org::eclipse::cyclonedds::pub::qos::PublisherQosDelegate >.

Public Member Functions

 PublisherQos ()
 
 PublisherQos (const PublisherQos &qos)
 
EntityQosoperator<< (const POLICY &p)
 
const EntityQosoperator>> (POLICY &p) const
 
POLICY & policy ()
 
const POLICY & policy () const
 
EntityQospolicy (const POLICY &p)
 

Detailed Description

This object provides the basic mechanism for an application to specify Quality of Service attributes for a Publisher.

Attributes
QosPolicy Desciption Default Value
dds::core::policy::Presentation Data-instance change dependencies (info) Presentation::InstanceAccessScope(coherent=false, ordered=false)
dds::core::policy::Partition Active partitions (info) Partition::Partition(empty)
dds::core::policy::GroupData Additional information (info) GroupData::GroupData(empty)
dds::core::policy::EntityFactory Create enabled (info) EntityFactory::AutoEnable()

A QosPolicy can be set when the Publisher is created or modified with the set qos operation. Both operations take the PublisherQos object as a parameter. There may be cases where several policies are in conflict. Consistency checking is performed each time the policies are modified when they are being created and, in case they are already enabled, via the set qos operation.

Some QosPolicy have "immutable" semantics meaning that they can only be specified either at Publisher creation time or prior to calling the enable operation on the Publisher.

See also
DCPS_QoS

Definition at line 58 of file PublisherQos.hpp.

Constructor & Destructor Documentation

◆ PublisherQos() [1/2]

dds::pub::qos::PublisherQos::PublisherQos ( )
inline

Create default QoS.

Definition at line 64 of file PublisherQos.hpp.

◆ PublisherQos() [2/2]

dds::pub::qos::PublisherQos::PublisherQos ( const PublisherQos qos)

Create copied QoS type.

Parameters
qosthe QoS to copy policies from.

Member Function Documentation

◆ operator<<()

EntityQos& dds::core::EntityQos::operator<< ( const POLICY &  p)
inherited

Generic function for setting a policy applicable to this QoS object. Available policies depend on the actual instantiation of the template class, which might be DomainParticipantQos, TopicQos, PublisherQos, etc.

Parameters
pthe policy to be set for this QoS instance.

◆ operator>>()

const EntityQos& dds::core::EntityQos::operator>> ( POLICY &  p) const
inherited

Generic function for obtaining the value of a specific policy belonging to this QoS instance.

Returns
policy

◆ policy() [1/3]

POLICY& dds::core::EntityQos::policy ( )
inherited

Generic function for obtaining the value of a specific policy belonging to this QoS instance.

Returns
policy

◆ policy() [2/3]

const POLICY& dds::core::EntityQos::policy ( ) const
inherited

Generic function for obtaining the value of a specific policy belonging to this QoS instance.

Returns
policy

◆ policy() [3/3]

EntityQos& dds::core::EntityQos::policy ( const POLICY &  p)
inherited

Generic function for setting a policy applicable to this QoS object. Available policies depend on the actual instantiation of the template class, which might be DomainParticipantQos, TopicQos, PublisherQos, etc.

Parameters
pthe policy to be set for this QoS instance.

The documentation for this class was generated from the following file: