RTI Connext C API  Version 6.1.0
DDS_RequestedDeadlineMissedStatus Struct Reference

DDS_REQUESTED_DEADLINE_MISSED_STATUS More...

Data Fields

DDS_Long total_count
 Total cumulative count of the deadlines detected for any instance read by the DDS_DataReader. More...
 
DDS_Long total_count_change
 The incremental number of deadlines detected since the last time the listener was called or the status was read. More...
 
DDS_InstanceHandle_t last_instance_handle
 Handle to the last instance in the DDS_DataReader for which a deadline was detected. More...
 

Detailed Description

Field Documentation

◆ total_count

DDS_Long DDS_RequestedDeadlineMissedStatus::total_count

Total cumulative count of the deadlines detected for any instance read by the DDS_DataReader.

◆ total_count_change

DDS_Long DDS_RequestedDeadlineMissedStatus::total_count_change

The incremental number of deadlines detected since the last time the listener was called or the status was read.

◆ last_instance_handle

DDS_InstanceHandle_t DDS_RequestedDeadlineMissedStatus::last_instance_handle

Handle to the last instance in the DDS_DataReader for which a deadline was detected.