RTI Connext C++ API  Version 5.0.0
DDS_LivelinessLostStatus Struct Reference

DDS_LIVELINESS_LOST_STATUS More...

Public Attributes

DDS_Long total_count
 Total cumulative number of times that a previously-alive DDSDataWriter became not alive due to a failure to to actively signal its liveliness within the offered liveliness period.
 
DDS_Long total_count_change
 The incremental changees in total_count since the last time the listener was called or the status was read.
 

Detailed Description

DDS_LIVELINESS_LOST_STATUS

Entity:
DDSDataWriter
Listener:
DDSDataWriterListener

The liveliness that the DDSDataWriter has committed through its DDS_LivelinessQosPolicy was not respected; thus DDSDataReader entities will consider the DDSDataWriter as no longer "alive/active".

Member Data Documentation

DDS_Long DDS_LivelinessLostStatus::total_count

Total cumulative number of times that a previously-alive DDSDataWriter 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 DDSDataWriter simply remains not alive for another liveliness period.

DDS_Long DDS_LivelinessLostStatus::total_count_change

The incremental changees in total_count since the last time the listener was called or the status was read.


RTI Connext C++ API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc