Definition at line 27 of file event.hpp.
◆ Event()
Default construct.
Set the default value to false
Definition at line 20 of file event.cpp.
◆ check()
bool rclcpp::Event::check |
( |
| ) |
|
◆ check_and_clear()
bool rclcpp::Event::check_and_clear |
( |
| ) |
|
Get the state value of the Event and set to false.
- Returns
- the Event state value
Definition at line 36 of file event.cpp.
◆ set()
bool rclcpp::Event::set |
( |
| ) |
|
Set the Event state value to true.
- Returns
- The state value before the call.
Definition at line 24 of file event.cpp.
The documentation for this class was generated from the following files: