RTI Connext Java API
Version 5.3.1
|
com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_LOST_STATUS More...
Inherits Status.
Public Attributes | |
int | total_count |
Total cumulative number of times that a previously-alive com.rti.dds.publication.DataWriter became not alive due to a failure to to actively signal its liveliness within the offered liveliness period. | |
int | total_count_change |
The incremental changees in total_count since the last time the listener was called or the status was read. | |
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) |
com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_LOST_STATUS
The liveliness that the com.rti.dds.publication.DataWriter has committed through its com.rti.dds.infrastructure.LivelinessQosPolicy was not respected; thus com.rti.dds.subscription.DataReader entities will consider the com.rti.dds.publication.DataWriter as no longer "alive/active".
int total_count |
Total cumulative number of times that a previously-alive com.rti.dds.publication.DataWriter became not alive due to a failure to to actively signal its liveliness within the offered liveliness period.
This count does not change when an already not alive com.rti.dds.publication.DataWriter simply remains not alive for another liveliness period.
int total_count_change |
The incremental changees in total_count since the last time the listener was called or the status was read.