RTI Connext Java API  Version 6.1.1
RequestedDeadlineMissedStatus Class Reference

com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS More...

Inherits Status.

Public Attributes

int total_count
 Total cumulative count of the deadlines detected for any instance read by the com.rti.dds.subscription.DataReader. More...
 
int total_count_change
 The incremental number of deadlines detected since the last time the listener was called or the status was read. More...
 
final InstanceHandle_t last_instance_handle
 Handle to the last instance in the com.rti.dds.subscription.DataReader for which a deadline was detected. More...
 

Detailed Description

com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS

Member Data Documentation

◆ total_count

int total_count

Total cumulative count of the deadlines detected for any instance read by the com.rti.dds.subscription.DataReader.

◆ total_count_change

int 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

final InstanceHandle_t last_instance_handle

Handle to the last instance in the com.rti.dds.subscription.DataReader for which a deadline was detected.