15 #ifndef RCLCPP__DYNAMIC_TYPESUPPORT__DYNAMIC_MESSAGE_TYPE_BUILDER_HPP_
16 #define RCLCPP__DYNAMIC_TYPESUPPORT__DYNAMIC_MESSAGE_TYPE_BUILDER_HPP_
19 #include <rosidl_dynamic_typesupport/types.h>
24 #include "rclcpp/dynamic_typesupport/dynamic_serialization_support.hpp"
25 #include "rclcpp/macros.hpp"
26 #include "rclcpp/visibility_control.hpp"
30 namespace dynamic_typesupport
50 DynamicSerializationSupport::SharedPtr serialization_support_;
52 rosidl_dynamic_typesupport_dynamic_type_builder_t rosidl_dynamic_type_builder_;
Versions of rosidl_typesupport_cpp::get_message_type_support_handle that handle adapted types.