OpenSplice C# API  v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
DDS.RequestedIncompatibleQosStatus Class Reference

A QoS policy requested is incompatible with the offered QoS policy by DataWriter. More...

Collaboration diagram for DDS.RequestedIncompatibleQosStatus:
Collaboration graph

Public Attributes

QosPolicyId LastPolicyId
 The QosPolicyId of one of the policies that was found to be incompatible the last time an incompatibility was detected. More...
 
QosPolicyCount [] Policies
 A list containing for each policy the total number of times that the concerned DataReader discovered a DataWriter for the same Topic with an offered QoS that is incompatible with that requested by the DataReader. More...
 
int TotalCount
 Total cumulative number of times the concerned DataReader discovered a DataWriter for the same Topic with an offered QoS that was incompatible with that requested by the DataReader. More...
 
int TotalCountChange
 The change in total_count since the last time the listener was called or the status was read. More...
 

Detailed Description

A QoS policy requested is incompatible with the offered QoS policy by DataWriter.

Definition at line 1049 of file DdsDcpsStructs.cs.

Member Data Documentation

◆ LastPolicyId

QosPolicyId DDS.RequestedIncompatibleQosStatus.LastPolicyId

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

Definition at line 1068 of file DdsDcpsStructs.cs.

◆ Policies

QosPolicyCount [] DDS.RequestedIncompatibleQosStatus.Policies

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

Definition at line 1076 of file DdsDcpsStructs.cs.

◆ TotalCount

int DDS.RequestedIncompatibleQosStatus.TotalCount

Total cumulative number of times the concerned DataReader discovered a DataWriter for the same Topic with an offered QoS that was incompatible with that requested by the DataReader.

Definition at line 1056 of file DdsDcpsStructs.cs.

◆ TotalCountChange

int DDS.RequestedIncompatibleQosStatus.TotalCountChange

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

Definition at line 1062 of file DdsDcpsStructs.cs.


The documentation for this class was generated from the following file: