ROS 2 rclcpp + rcl - humble
humble
ROS 2 C++ Client Library with ROS Client Library
|
Options used to determine what parts of a subscription get added to or removed from a wait set. More...
#include <rclcpp/subscription_wait_set_mask.hpp>
Public Attributes | |
bool | include_subscription = true |
If true, include the actual subscription. | |
bool | include_events = true |
If true, include any events attached to the subscription. | |
bool | include_intra_process_waitable = true |
If true, include the waitable used to handle intra process communication. | |
Options used to determine what parts of a subscription get added to or removed from a wait set.
Definition at line 24 of file subscription_wait_set_mask.hpp.