RTI Connext Modern C++ API  Version 6.1.0
dds::core::status::OfferedIncompatibleQosStatus Class Reference

Information about the status dds::core::status::StatusMask::offered_incompatible_qos() More...

#include <TStatus.hpp>

Public Member Functions

int32_t total_count () const
 Total cumulative number of times the concerned dds::pub::DataWriter discovered a dds::sub::DataReader for the same dds::topic::Topic, common partition with a requested QoS that is incompatible with that offered by the dds::pub::DataWriter. More...
 
int32_t total_count_change () const
 The incremental changes in total_count since the last time the listener was called or the status was read. More...
 
dds::core::policy::QosPolicyId last_policy_id () const
 The QosPolicyId_t of one of the policies that was found to be incompatible the last time an incompatibility was detected. More...
 
const dds::core::policy::QosPolicyCountSeq policies () const
 A list containing for each policy the total number of times that the concerned dds::pub::DataWriter discovered a dds::sub::DataReader for the same dds::topic::Topic and common partition with a requested QoS that is incompatible with that offered by the dds::pub::DataWriter. More...
 

Detailed Description

Information about the status dds::core::status::StatusMask::offered_incompatible_qos()

Entity:
dds::pub::DataWriter
Listener:
dds::pub::DataWriterListener

The qos policy value was incompatible with what was requested.

Member Function Documentation

◆ total_count()

int32_t dds::core::status::OfferedIncompatibleQosStatus::total_count ( ) const
inline

Total cumulative number of times the concerned dds::pub::DataWriter discovered a dds::sub::DataReader for the same dds::topic::Topic, common partition with a requested QoS that is incompatible with that offered by the dds::pub::DataWriter.

◆ total_count_change()

int32_t dds::core::status::OfferedIncompatibleQosStatus::total_count_change ( ) const
inline

The incremental changes in total_count since the last time the listener was called or the status was read.

◆ last_policy_id()

dds::core::policy::QosPolicyId dds::core::status::OfferedIncompatibleQosStatus::last_policy_id ( ) const
inline

The QosPolicyId_t of one of the policies that was found to be incompatible the last time an incompatibility was detected.

◆ policies()

const dds::core::policy::QosPolicyCountSeq dds::core::status::OfferedIncompatibleQosStatus::policies ( ) const
inline

A list containing for each policy the total number of times that the concerned dds::pub::DataWriter discovered a dds::sub::DataReader for the same dds::topic::Topic and common partition with a requested QoS that is incompatible with that offered by the dds::pub::DataWriter.