RTI Connext DDS Micro C API  Version 3.0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_OfferedIncompatibleQosStatus Struct Reference

<<cert>> DDS_OFFERED_INCOMPATIBLE_QOS_STATUS More...

#include <dds_c_publication.h>

Data Fields

DDS_Long 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.
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 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.

Detailed Description

<<cert>> DDS_OFFERED_INCOMPATIBLE_QOS_STATUS

Entity:
DDS_DataWriter
Listener:
DDS_DataWriterListener

The qos policy value was incompatible with what was requested.


Field Documentation

DDS_Long 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.

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.

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.

struct DDS_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.


RTI Connext DDS Micro C API Version 3.0.1 Copyright © Thu Oct 24 2019 Real-Time Innovations, Inc