|
RTI Connext .Net APIs
Version 5.2.0
|
::DDS::StatusKind::REQUESTED_INCOMPATIBLE_QOS_STATUS More...
#include <managed_subscription.h>
Public Attributes | |
| System::Int32 | total_count |
| Total cumulative count of how many times the concerned DDS::DataReader discovered a DDS::DataWriter for the same DDS::Topic with an offered QoS that is incompatible with that requested by the DDS::DataReader. | |
| System::Int32 | total_count_change |
The change in total_count since the last time the listener was called or the status was read. | |
| QosPolicyId_t | last_policy_id |
| The PolicyId_t of one of the policies that was found to be incompatible the last time an incompatibility was detected. | |
| QosPolicyCountSeq^ | policies |
| A list containing, for each policy, the total number of times that the concerned DDS::DataReader discovered a DDS::DataWriter for the same DDS::Topic with an offered QoS that is incompatible with that requested by the DDS::DataReader. | |
::DDS::StatusKind::REQUESTED_INCOMPATIBLE_QOS_STATUS
| System::Int32 DDS::RequestedIncompatibleQosStatus::total_count |
Total cumulative count of how many times the concerned DDS::DataReader discovered a DDS::DataWriter for the same DDS::Topic with an offered QoS that is incompatible with that requested by the DDS::DataReader.
| System::Int32 DDS::RequestedIncompatibleQosStatus::total_count_change |
The change in total_count since the last time the listener was called or the status was read.
| QosPolicyId_t DDS::RequestedIncompatibleQosStatus::last_policy_id |
The PolicyId_t of one of the policies that was found to be incompatible the last time an incompatibility was detected.
| QosPolicyCountSeq ^ DDS::RequestedIncompatibleQosStatus::policies |
A list containing, for each policy, the total number of times that the concerned DDS::DataReader discovered a DDS::DataWriter for the same DDS::Topic with an offered QoS that is incompatible with that requested by the DDS::DataReader.