convertPathExtended.h
Go to the documentation of this file.
1 
56 #pragma once
57 
62 #ifdef ROS1
63 #include <etsi_its_denm_ts_msgs/PathExtended.h>
64 namespace denm_ts_msgs = etsi_its_denm_ts_msgs;
65 #else
66 #include <etsi_its_denm_ts_msgs/msg/path_extended.hpp>
67 namespace denm_ts_msgs = etsi_its_denm_ts_msgs::msg;
68 #endif
69 
70 
72 
73 void toRos_PathExtended(const denm_ts_PathExtended_t& in, denm_ts_msgs::PathExtended& out) {
75  toRos_Path(in.path, out.path);
76 }
77 
78 void toStruct_PathExtended(const denm_ts_msgs::PathExtended& in, denm_ts_PathExtended_t& out) {
79  memset(&out, 0, sizeof(denm_ts_PathExtended_t));
81  toStruct_Path(in.path, out.path);
82 }
83 
84 }
etsi_its_denm_ts_conversion::toRos_Path
void toRos_Path(const denm_ts_Path_t &in, denm_ts_msgs::Path &out)
Definition: convertPath.h:71
convertINTEGER.h
etsi_its_denm_ts_conversion
Definition: convertAcceleration3dWithConfidence.h:69
denm_ts_PathExtended::path
denm_ts_Path_t path
INTEGER.h
convertPath.h
etsi_its_denm_ts_conversion::toStruct_Path
void toStruct_Path(const denm_ts_msgs::Path &in, denm_ts_Path_t &out)
Definition: convertPath.h:79
denm_ts_PathExtended.h
etsi_its_denm_ts_conversion::toRos_PathExtended
void toRos_PathExtended(const denm_ts_PathExtended_t &in, denm_ts_msgs::PathExtended &out)
Definition: convertPathExtended.h:73
etsi_its_denm_ts_conversion::toStruct_PathExtended
void toStruct_PathExtended(const denm_ts_msgs::PathExtended &in, denm_ts_PathExtended_t &out)
Definition: convertPathExtended.h:78
etsi_its_primitives_conversion::toRos_INTEGER
void toRos_INTEGER(const long &_INTEGER_in, int64_t &INTEGER_out)
etsi_its_primitives_conversion::toStruct_INTEGER
void toStruct_INTEGER(const int64_t &_INTEGER_in, long &INTEGER_out)
denm_ts_PathExtended
denm_ts_PathExtended::pointOfEventZone
long pointOfEventZone


etsi_its_denm_ts_conversion
Author(s): Jean-Pierre Busch , Guido Küppers , Lennart Reiher
autogenerated on Sun May 18 2025 02:29:08