| 
    RTI Connext C++ API
    Version 5.0.0
    
   | 
 
DDS_LIVELINESS_CHANGED_STATUS More...
Public Attributes | |
| DDS_Long | alive_count | 
| The total count of currently alive DDSDataWriter entities that write the DDSTopic the DDSDataReader reads.   | |
| DDS_Long | not_alive_count | 
| The total count of currently not_alive DDSDataWriter entities that write the DDSTopic the DDSDataReader reads.   | |
| DDS_Long | alive_count_change | 
| The change in the alive_count since the last time the listener was called or the status was read.   | |
| DDS_Long | not_alive_count_change | 
| The change in the not_alive_count since the last time the listener was called or the status was read.   | |
| DDS_InstanceHandle_t | last_publication_handle | 
| An instance handle to the last remote writer to change its liveliness.   | |
The DDSDataReaderListener::on_liveliness_changed callback may be invoked for the following reasons:
Liveliness is truly lost - a sample has not been received within the timeframe specified in DDS_LivelinessQosPolicy::lease_duration
Liveliness is recovered after being lost.
A new matching entity has been discovered.
| DDS_Long DDS_LivelinessChangedStatus::alive_count | 
The total count of currently alive DDSDataWriter entities that write the DDSTopic the DDSDataReader reads.
| DDS_Long DDS_LivelinessChangedStatus::not_alive_count | 
The total count of currently not_alive DDSDataWriter entities that write the DDSTopic the DDSDataReader reads.
| DDS_Long DDS_LivelinessChangedStatus::alive_count_change | 
The change in the alive_count since the last time the listener was called or the status was read.
| DDS_Long DDS_LivelinessChangedStatus::not_alive_count_change | 
The change in the not_alive_count since the last time the listener was called or the status was read.
| DDS_InstanceHandle_t DDS_LivelinessChangedStatus::last_publication_handle | 
An instance handle to the last remote writer to change its liveliness.