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

The deadline QoS set by the DataWriter was not respected for a specific instance More...

Collaboration diagram for DDS.OfferedDeadlineMissedStatus:
Collaboration graph

Public Attributes

InstanceHandle LastInstanceHandle
 Handle to the last instance in the DataWriter for which an offered deadline was missed. More...
 
int TotalCount
 Total cumulative number of offered deadline periods elapsed during which a DataWriter failed to provide data. More...
 
int TotalCountChange
 The change in total_count since the last time the listener was called or the status was read. More...
 

Detailed Description

The deadline QoS set by the DataWriter was not respected for a specific instance

Definition at line 954 of file DdsDcpsStructs.cs.

Member Data Documentation

◆ LastInstanceHandle

InstanceHandle DDS.OfferedDeadlineMissedStatus.LastInstanceHandle

Handle to the last instance in the DataWriter for which an offered deadline was missed.

Definition at line 977 of file DdsDcpsStructs.cs.

◆ TotalCount

int DDS.OfferedDeadlineMissedStatus.TotalCount

Total cumulative number of offered deadline periods elapsed during which a DataWriter failed to provide data.

Missed deadlines accumulate; that is, each deadline period the total_count will be incremented by one.

Definition at line 965 of file DdsDcpsStructs.cs.

◆ TotalCountChange

int DDS.OfferedDeadlineMissedStatus.TotalCountChange

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

Definition at line 971 of file DdsDcpsStructs.cs.


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