15 #ifndef RCLCPP__DETAIL__RESOLVE_PARAMETER_OVERRIDES_HPP_
16 #define RCLCPP__DETAIL__RESOLVE_PARAMETER_OVERRIDES_HPP_
24 #include "rclcpp/parameter.hpp"
25 #include "rclcpp/parameter_value.hpp"
26 #include "rclcpp/visibility_control.hpp"
34 std::map<std::string, rclcpp::ParameterValue>
35 resolve_parameter_overrides(
36 const std::string & node_name,
37 const std::vector<rclcpp::Parameter> & parameter_overrides,
Versions of rosidl_typesupport_cpp::get_message_type_support_handle that handle adapted types.
Hold output of parsing command line arguments.