include
etsi_its_cam_ts_conversion
convertVehicleLengthConfidenceIndication.h
Go to the documentation of this file.
1
61
#pragma once
62
63
#include <
etsi_its_cam_ts_coding/cam_ts_VehicleLengthConfidenceIndication.h
>
64
65
#ifdef ROS1
66
#include <etsi_its_cam_ts_msgs/VehicleLengthConfidenceIndication.h>
67
namespace
cam_ts_msgs = etsi_its_cam_ts_msgs;
68
#else
69
#include <etsi_its_cam_ts_msgs/msg/vehicle_length_confidence_indication.hpp>
70
namespace
cam_ts_msgs = etsi_its_cam_ts_msgs::msg;
71
#endif
72
73
74
namespace
etsi_its_cam_ts_conversion
{
75
76
void
toRos_VehicleLengthConfidenceIndication
(
const
cam_ts_VehicleLengthConfidenceIndication_t
& in, cam_ts_msgs::VehicleLengthConfidenceIndication& out) {
77
out.value = in;
78
}
79
80
void
toStruct_VehicleLengthConfidenceIndication
(
const
cam_ts_msgs::VehicleLengthConfidenceIndication& in,
cam_ts_VehicleLengthConfidenceIndication_t
& out) {
81
memset(&out, 0,
sizeof
(
cam_ts_VehicleLengthConfidenceIndication_t
));
82
out = in.value;
83
}
84
85
}
etsi_its_cam_ts_conversion::toStruct_VehicleLengthConfidenceIndication
void toStruct_VehicleLengthConfidenceIndication(const cam_ts_msgs::VehicleLengthConfidenceIndication &in, cam_ts_VehicleLengthConfidenceIndication_t &out)
Definition:
convertVehicleLengthConfidenceIndication.h:80
etsi_its_cam_ts_conversion
Definition:
convertAccelerationComponent.h:69
cam_ts_VehicleLengthConfidenceIndication_t
long cam_ts_VehicleLengthConfidenceIndication_t
etsi_its_cam_ts_conversion::toRos_VehicleLengthConfidenceIndication
void toRos_VehicleLengthConfidenceIndication(const cam_ts_VehicleLengthConfidenceIndication_t &in, cam_ts_msgs::VehicleLengthConfidenceIndication &out)
Definition:
convertVehicleLengthConfidenceIndication.h:76
cam_ts_VehicleLengthConfidenceIndication.h
etsi_its_cam_ts_conversion
Author(s): Jean-Pierre Busch
, Guido Küppers
, Lennart Reiher
autogenerated on Sun May 18 2025 02:28:52