RTI Connext Java API Version 7.1.0
OfferedDeadlineMissedStatus Class Reference

com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_DEADLINE_MISSED_STATUS More...

Inherits Status.

Public Attributes

int total_count
 Total cumulative count of the number of times the com.rti.dds.publication.DataWriter failed to write within its offered deadline. More...
 
int total_count_change
 The incremental changes in total_count 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.publication.DataWriter for which an offered deadline was missed. More...
 

Detailed Description

com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_DEADLINE_MISSED_STATUS

Entity:
com.rti.dds.publication.DataWriter
Listener:
com.rti.dds.publication.DataWriterListener

The deadline that the com.rti.dds.publication.DataWriter has committed through its com.rti.dds.infrastructure.DeadlineQosPolicy was not respected for a specific instance.

Member Data Documentation

◆ total_count

int total_count

Total cumulative count of the number of times the com.rti.dds.publication.DataWriter failed to write within its offered deadline.

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

◆ total_count_change

int total_count_change

The incremental changes in total_count 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.publication.DataWriter for which an offered deadline was missed.