![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
The deadline that the DataReader was expecting through its QoS policy was not respected for a specific instance. More...
Public Attributes | |
InstanceHandle | LastInstanceHandle |
Handle to the last instance in the DataReader for which a deadline was detected. More... | |
int | TotalCount |
Total cumulative number of missed deadlines detected for any instance read by the DataReader. More... | |
int | TotalCountChange |
The incremental number of deadlines detected since the last time the listener was called or the status was read. More... | |
The deadline that the DataReader was expecting through its QoS policy was not respected for a specific instance.
Definition at line 985 of file DdsDcpsStructs.cs.
InstanceHandle DDS.RequestedDeadlineMissedStatus.LastInstanceHandle |
Handle to the last instance in the DataReader for which a deadline was detected.
Definition at line 1008 of file DdsDcpsStructs.cs.
int DDS.RequestedDeadlineMissedStatus.TotalCount |
Total cumulative number of missed deadlines detected for any instance read by the DataReader.
Missed deadlines accumulate; that is, each deadline period the total_count will be incremented by one for each instance for which data was not received.
Definition at line 996 of file DdsDcpsStructs.cs.
int DDS.RequestedDeadlineMissedStatus.TotalCountChange |
The incremental number of deadlines detected since the last time the listener was called or the status was read.
Definition at line 1002 of file DdsDcpsStructs.cs.