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

The deadline that the DataReader was expecting through its QoS policy was not respected for a specific instance. More...

Collaboration diagram for DDS.RequestedDeadlineMissedStatus:
Collaboration graph

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...
 

Detailed Description

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.

Member Data Documentation

◆ LastInstanceHandle

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.

◆ TotalCount

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.

◆ TotalCountChange

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.


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