![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
The deadline QoS set by the DataWriter was not respected for a specific instance More...
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... | |
The deadline QoS set by the DataWriter was not respected for a specific instance
Definition at line 954 of file DdsDcpsStructs.cs.
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.
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.
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.