RTI Connext Modern C++ API  Version 5.2.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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.
 
int32_t total_count_change () const
 The change in total_count since the last time the listener was called or the status was read.
 
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.
 
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.
 

Detailed Description

Member Function Documentation

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.

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.

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.

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.


RTI Connext Modern C++ API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc