Struct astutedds::dcps::LivelinessChangedStatus

ClassList > astutedds > dcps > LivelinessChangedStatus

Liveliness changed status (for reader callbacks)

  • #include <dds_psm_types.hpp>

Public Attributes

Type Name
int32_t alive_count = {0}
Total alive writers.
int32_t alive_count_change = {0}
Change since last callback.
InstanceHandle_t last_publication_handle = {[**HANDLE\_NIL\_VALUE**](namespaceastutedds_1_1dcps.md#variable-handle_nil_value)}
rtps::GUID_t last_publication_handle
GUID of writer that triggered change.
int32_t not_alive_count = {0}
Total not-alive writers.
int32_t not_alive_count_change = {0}
Change since last callback.

Public Attributes Documentation

variable alive_count

Total alive writers.

int32_t astutedds::dcps::LivelinessChangedStatus::alive_count;


variable alive_count_change

Change since last callback.

int32_t astutedds::dcps::LivelinessChangedStatus::alive_count_change;


variable last_publication_handle [1/2]

InstanceHandle_t astutedds::dcps::LivelinessChangedStatus::last_publication_handle;

variable last_publication_handle [2/2]

GUID of writer that triggered change.

rtps::GUID_t astutedds::dcps::LivelinessChangedStatus::last_publication_handle;


variable not_alive_count

Total not-alive writers.

int32_t astutedds::dcps::LivelinessChangedStatus::not_alive_count;


variable not_alive_count_change

Change since last callback.

int32_t astutedds::dcps::LivelinessChangedStatus::not_alive_count_change;



The documentation for this class was generated from the following file include/astutedds/dcps/dds_psm_types.hpp