RTI Connext .Net APIs  Version 5.3.1
DDS::LivelinessChangedStatus Struct Reference

DDS::StatudKind::LIVELINESS_CHANGED_STATUS More...

#include <managed_subscription.h>

Public Attributes

System::Int32 alive_count
 The total count of currently alive DDS::DataWriter entities that write the DDS::Topic the DDS::DataReader reads. More...
 
System::Int32 not_alive_count
 The total count of currently not_alive DDS::DataWriter entities that write the DDS::Topic the DDS::DataReader reads. More...
 
System::Int32 alive_count_change
 The change in the alive_count since the last time the listener was called or the status was read. More...
 
System::Int32 not_alive_count_change
 The change in the not_alive_count since the last time the listener was called or the status was read. More...
 
InstanceHandle_t last_publication_handle
 An instance handle to the last remote writer to change its liveliness. More...
 

Detailed Description

DDS::StatudKind::LIVELINESS_CHANGED_STATUS

The DDS::DataReaderListener::on_liveliness_changed callback may be invoked for the following reasons:

Examples:
HelloWorld_subscriber.cpp.

Member Data Documentation

◆ alive_count

System::Int32 DDS::LivelinessChangedStatus::alive_count

The total count of currently alive DDS::DataWriter entities that write the DDS::Topic the DDS::DataReader reads.

◆ not_alive_count

System::Int32 DDS::LivelinessChangedStatus::not_alive_count

The total count of currently not_alive DDS::DataWriter entities that write the DDS::Topic the DDS::DataReader reads.

◆ alive_count_change

System::Int32 DDS::LivelinessChangedStatus::alive_count_change

The change in the alive_count since the last time the listener was called or the status was read.

◆ not_alive_count_change

System::Int32 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.

◆ last_publication_handle

InstanceHandle_t DDS::LivelinessChangedStatus::last_publication_handle

An instance handle to the last remote writer to change its liveliness.


RTI Connext .Net APIs Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc