RTI Connext Traditional C++ API  Version 7.0.0
DDS_RequestedIncompatibleQosStatus Struct Reference

DDS_REQUESTED_INCOMPATIBLE_QOS_STATUS More...

Public Attributes

DDS_Long total_count
 Total cumulative count of how many times the concerned DDSDataReader discovered a DDSDataWriter for the same DDSTopic with an offered QoS that is incompatible with that requested by the DDSDataReader. More...
 
DDS_Long total_count_change
 The change in total_count since the last time the listener was called or the status was read. More...
 
DDS_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...
 
struct DDS_QosPolicyCountSeq policies
 A list containing, for each policy, the total number of times that the concerned DDSDataReader discovered a DDSDataWriter for the same DDSTopic with an offered QoS that is incompatible with that requested by the DDSDataReader. More...
 

Detailed Description

Member Data Documentation

◆ total_count

DDS_Long DDS_RequestedIncompatibleQosStatus::total_count

Total cumulative count of how many times the concerned DDSDataReader discovered a DDSDataWriter for the same DDSTopic with an offered QoS that is incompatible with that requested by the DDSDataReader.

◆ total_count_change

DDS_Long 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

DDS_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

struct DDS_QosPolicyCountSeq DDS_RequestedIncompatibleQosStatus::policies

A list containing, for each policy, the total number of times that the concerned DDSDataReader discovered a DDSDataWriter for the same DDSTopic with an offered QoS that is incompatible with that requested by the DDSDataReader.