rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
Go to the documentation of this file.
15 #ifndef RMW__EVENTS_STATUSES__LIVELINESS_CHANGED_H_
16 #define RMW__EVENTS_STATUSES__LIVELINESS_CHANGED_H_
58 #endif // RMW__EVENTS_STATUSES__LIVELINESS_CHANGED_H_
RMW_PUBLIC_TYPE
Type mapping of rcutils log severity types to rmw specific types.
Definition: types.h:540
struct RMW_PUBLIC_TYPE rmw_liveliness_changed_status_t rmw_liveliness_changed_status_t
QoS Liveliness Changed information provided by a subscription.
int32_t alive_count_change
The change in the alive_count since the status was last read.
Definition: liveliness_changed.h:49
QoS Liveliness Changed information provided by a subscription.
Definition: liveliness_changed.h:28
int32_t not_alive_count
Definition: liveliness_changed.h:47
int32_t alive_count
Definition: liveliness_changed.h:38
int32_t not_alive_count_change
The change in the not_alive_count since the status was last read.
Definition: liveliness_changed.h:51