15 #ifndef RCLCPP__EXECUTORS__SINGLE_THREADED_EXECUTOR_HPP_    16 #define RCLCPP__EXECUTORS__SINGLE_THREADED_EXECUTOR_HPP_    37 namespace single_threaded_executor
    71 #endif  // RCLCPP__EXECUTORS__SINGLE_THREADED_EXECUTOR_HPP_ Definition: executor.hpp:69
 
#define RCLCPP_DISABLE_COPY(...)
Definition: macros.hpp:26
 
Definition: allocator_common.hpp:24
 
virtual ~SingleThreadedExecutor()
Default destrcutor. 
 
Single-threaded executor implementation. 
Definition: single_threaded_executor.hpp:42
 
#define RCLCPP_SMART_PTR_DEFINITIONS(...)
Definition: macros.hpp:36
 
Coordinate the order and timing of available communication tasks. 
Definition: executor.hpp:93
 
SingleThreadedExecutor(const executor::ExecutorArgs &args=rclcpp::executor::create_default_executor_arguments())
Default constructor. See the default constructor for Executor. 
 
#define RCLCPP_PUBLIC
Definition: visibility_control.hpp:50
 
void spin()
Single-threaded implementation of spin.