RTI Connext Modern C++ API  Version 5.3.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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.
 
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.
 
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.
 
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.
 

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

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.

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.

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.

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.


RTI Connext Modern C++ API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc