15 #ifndef RCLCPP__DYNAMIC_TYPESUPPORT__DYNAMIC_MESSAGE_HPP_
16 #define RCLCPP__DYNAMIC_TYPESUPPORT__DYNAMIC_MESSAGE_HPP_
20 #include <rosidl_dynamic_typesupport/types.h>
25 #include "rclcpp/dynamic_typesupport/dynamic_message_type.hpp"
26 #include "rclcpp/dynamic_typesupport/dynamic_serialization_support.hpp"
27 #include "rclcpp/macros.hpp"
28 #include "rclcpp/visibility_control.hpp"
32 namespace dynamic_typesupport
52 DynamicSerializationSupport::SharedPtr serialization_support_;
54 rosidl_dynamic_typesupport_dynamic_data_t rosidl_dynamic_data_;
58 DynamicMessage::SharedPtr parent_data_;
Versions of rosidl_typesupport_cpp::get_message_type_support_handle that handle adapted types.