15 #ifndef RCLCPP__EXECUTOR_OPTIONS_HPP_
16 #define RCLCPP__EXECUTOR_OPTIONS_HPP_
20 #include "rclcpp/context.hpp"
21 #include "rclcpp/visibility_control.hpp"
26 class ExecutorOptionsImplementation;
43 rclcpp::Context::SharedPtr context;
44 size_t max_conditions;
48 std::unique_ptr<ExecutorOptionsImplementation> impl_;
Versions of rosidl_typesupport_cpp::get_message_type_support_handle that handle adapted types.
Options to be passed to the executor constructor.