RTI Connext Modern C++ API
Version 6.0.1
|
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. | |
Information about the status dds::core::status::StatusMask::offered_incompatible_qos()
The qos policy value was incompatible with what was requested.
|
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.
|
inline |
The incremental changes in total_count since the last time the listener was called or the status was read.
|
inline |
The QosPolicyId_t of one of the policies that was found to be incompatible the last time an incompatibility was detected.
|
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.