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