15 #ifndef RCLCPP__EXECUTOR_OPTIONS_HPP_
16 #define RCLCPP__EXECUTOR_OPTIONS_HPP_
20 #include "rclcpp/context.hpp"
21 #include "rclcpp/contexts/default_context.hpp"
22 #include "rclcpp/visibility_control.hpp"
27 class ExecutorOptionsImplementation;
44 rclcpp::Context::SharedPtr context;
45 size_t max_conditions;
49 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.