RTI Connext Java API  Version 5.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.
 
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.
 

Additional Inherited Members

- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 
- Protected Member Functions inherited from Struct
 Struct ()
 
abstract void pull_from_nativeI (long native_status)
 
abstract void push_to_nativeI (long native_status)
 

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

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.


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc