![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
A QoS policy value incompatible with the available DataReader More...
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... | |
A QoS policy value incompatible with the available DataReader
Definition at line 1015 of file DdsDcpsStructs.cs.
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.
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.
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.
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.