RTI Connext .NET API (legacy)  Version 6.1.1
DDS::RequestedIncompatibleQosStatus Class Reference

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. More...
 
System::Int32 total_count_change
 The change in total_count since the last time the listener was called or the status was read. More...
 
QosPolicyId_t last_policy_id
 The DDS::QosPolicyId_t of one of the policies that was found to be incompatible the last time an incompatibility was detected. More...
 
QosPolicyCountSeqpolicies
 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. More...
 

Detailed Description

Member Data Documentation

◆ total_count

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.

◆ total_count_change

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.

◆ last_policy_id

QosPolicyId_t DDS::RequestedIncompatibleQosStatus::last_policy_id

The DDS::QosPolicyId_t of one of the policies that was found to be incompatible the last time an incompatibility was detected.

◆ policies

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.