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

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

#include <TStatus.hpp>

Public Member Functions

int32_t total_count () const
 Total cumulative count of how many times the concerned dds::sub::DataReader discovered a dds::pub::DataWriter for the same dds::topic::Topic with an offered QoS that is incompatible with that requested by the dds::sub::DataReader. More...
 
int32_t total_count_change () const
 The change 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 PolicyId_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::sub::DataReader discovered a dds::pub::DataWriter for the same dds::topic::Topic with an offered QoS that is incompatible with that requested by the dds::sub::DataReader. More...
 

Detailed Description

Member Function Documentation

◆ total_count()

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

Total cumulative count of how many times the concerned dds::sub::DataReader discovered a dds::pub::DataWriter for the same dds::topic::Topic with an offered QoS that is incompatible with that requested by the dds::sub::DataReader.

◆ total_count_change()

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

The change 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::RequestedIncompatibleQosStatus::last_policy_id ( ) const
inline

The PolicyId_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::RequestedIncompatibleQosStatus::policies ( ) const
inline

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