RTI Connext .NET API (legacy)  Version 6.1.0
DDS::OfferedIncompatibleQosStatus Class Reference

OFFERED_INCOMPATIBLE_QOS_STATUS. More...

#include <managed_publication.h>

Public Attributes

System::Int32 total_count
 Total cumulative number of times the concerned DDS::DataWriter discovered a DDS::DataReader for the same DDS::Topic, common partition with a requested QoS that is incompatible with that offered by the DDS::DataWriter. More...
 
System::Int32 total_count_change
 The incremental changes 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::DataWriter discovered a DDS::DataReader for the same DDS::Topic and common partition with a requested QoS that is incompatible with that offered by the DDS::DataWriter. More...
 

Detailed Description

OFFERED_INCOMPATIBLE_QOS_STATUS.

Entity:
DDS::DataWriter
Listener:
DDS::DataWriterListener

The qos policy value was incompatible with what was requested.

Member Data Documentation

◆ total_count

System::Int32 DDS::OfferedIncompatibleQosStatus::total_count

Total cumulative number of times the concerned DDS::DataWriter discovered a DDS::DataReader for the same DDS::Topic, common partition with a requested QoS that is incompatible with that offered by the DDS::DataWriter.

◆ total_count_change

System::Int32 DDS::OfferedIncompatibleQosStatus::total_count_change

The incremental changes in total_count since the last time the listener was called or the status was read.

◆ last_policy_id

QosPolicyId_t DDS::OfferedIncompatibleQosStatus::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::OfferedIncompatibleQosStatus::policies

A list containing for each policy the total number of times that the concerned DDS::DataWriter discovered a DDS::DataReader for the same DDS::Topic and common partition with a requested QoS that is incompatible with that offered by the DDS::DataWriter.