RTI Connext Modern C++ API
Version 5.3.1
|
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. | |
Information about the status dds::core::status::StatusMask::requested_incompatible_qos()
|
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.
|
inline |
The change in total_count
since the last time the listener was called or the status was read.
|
inline |
The PolicyId_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::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.