RTI Connext Java API Version 7.1.0
|
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... | |
com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_DEADLINE_MISSED_STATUS
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.
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.
int total_count_change |
The incremental changes in total_count since the last time the listener was called or the status was read.
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.