49 #include <etsi_its_denm_msgs/PathPoint.h>
50 #include <etsi_its_denm_msgs/PathHistory.h>
51 namespace denm_msgs = etsi_its_denm_msgs;
53 #include <etsi_its_denm_msgs/msg/path_point.hpp>
54 #include <etsi_its_denm_msgs/msg/path_history.hpp>
55 namespace denm_msgs = etsi_its_denm_msgs::msg;
62 for (
int i = 0; i < in.list.count; ++i) {
63 denm_msgs::PathPoint el;
65 out.array.push_back(el);
71 for (
int i = 0; i < in.array.size(); ++i) {
74 if (
asn_sequence_add(&out, el))
throw std::invalid_argument(
"Failed to add to A_SEQUENCE_OF");