15 #include "rclcpp/executor_options.hpp"
26 ExecutorOptions::ExecutorOptions()
27 : context(
rclcpp::contexts::get_global_default_context()),
32 ExecutorOptions::~ExecutorOptions()
46 this->context = other.context;
47 this->max_conditions = other.max_conditions;
48 if (
nullptr != other.impl_) {
49 this->impl_ = std::make_unique<ExecutorOptionsImplementation>(*other.impl_);
Versions of rosidl_typesupport_cpp::get_message_type_support_handle that handle adapted types.
Options to be passed to the executor constructor.