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

A QoS policy value incompatible with the available DataReader More...

Collaboration diagram for DDS.OfferedIncompatibleQosStatus:
Collaboration graph

Public Attributes

QosPolicyId LastPolicyId
 The PolicyId 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 DataWriter discovered a DataReader for the same Topic with a requested QoS that is incompatible with that offered by the DataWriter. More...
 
int TotalCount
 Total cumulative number of times the concerned DataWriter discovered a DataReader for the same Topic with a requested QoS that is incompatible with that offered by the DataWriter. 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 value incompatible with the available DataReader

Definition at line 1015 of file DdsDcpsStructs.cs.

Member Data Documentation

◆ LastPolicyId

QosPolicyId DDS.OfferedIncompatibleQosStatus.LastPolicyId

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

Definition at line 1034 of file DdsDcpsStructs.cs.

◆ Policies

QosPolicyCount [] DDS.OfferedIncompatibleQosStatus.Policies

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

Definition at line 1042 of file DdsDcpsStructs.cs.

◆ TotalCount

int DDS.OfferedIncompatibleQosStatus.TotalCount

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

Definition at line 1022 of file DdsDcpsStructs.cs.

◆ TotalCountChange

int DDS.OfferedIncompatibleQosStatus.TotalCountChange

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

Definition at line 1028 of file DdsDcpsStructs.cs.


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