RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
DDS_OfferedIncompatibleQosStatus Struct Reference

DDS_OFFERED_INCOMPATIBLE_QOS_STATUS More...

#include <dds_c_publication.h>

Public Attributes

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

Detailed Description

DDS_OFFERED_INCOMPATIBLE_QOS_STATUS

Entity:
DDSDataWriter
Listener:
DDSDataWriterListener

The qos policy value was incompatible with what was requested.

Member Data Documentation

◆ total_count

DDS_Long DDS_OfferedIncompatibleQosStatus::total_count

Total cumulative number of times the concerned DDSDataWriter discovered a DDSDataReader for the same DDSTopic, common partition with a requested QoS that is incompatible with that offered by the DDSDataWriter.

◆ total_count_change

DDS_Long 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

DDS_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

struct DDS_QosPolicyCountSeq DDS_OfferedIncompatibleQosStatus::policies

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