convertVehicleLengthConfidenceIndication.h
Go to the documentation of this file.
1 
40 #pragma once
41 
43 
44 #ifdef ROS1
45 #include <etsi_its_cam_msgs/VehicleLengthConfidenceIndication.h>
46 namespace cam_msgs = etsi_its_cam_msgs;
47 #else
48 #include <etsi_its_cam_msgs/msg/vehicle_length_confidence_indication.hpp>
49 namespace cam_msgs = etsi_its_cam_msgs::msg;
50 #endif
51 
52 
53 namespace etsi_its_cam_conversion {
54 
55 void toRos_VehicleLengthConfidenceIndication(const cam_VehicleLengthConfidenceIndication_t& in, cam_msgs::VehicleLengthConfidenceIndication& out) {
56  out.value = in;
57 }
58 
59 void toStruct_VehicleLengthConfidenceIndication(const cam_msgs::VehicleLengthConfidenceIndication& in, cam_VehicleLengthConfidenceIndication_t& out) {
60  memset(&out, 0, sizeof(cam_VehicleLengthConfidenceIndication_t));
61  out = in.value;
62 }
63 
64 }
cam_VehicleLengthConfidenceIndication.h
cam_VehicleLengthConfidenceIndication_t
long cam_VehicleLengthConfidenceIndication_t
etsi_its_cam_conversion
Definition: convertAccelerationConfidence.h:54
etsi_its_cam_conversion::toStruct_VehicleLengthConfidenceIndication
void toStruct_VehicleLengthConfidenceIndication(const cam_msgs::VehicleLengthConfidenceIndication &in, cam_VehicleLengthConfidenceIndication_t &out)
Definition: convertVehicleLengthConfidenceIndication.h:59
etsi_its_cam_conversion::toRos_VehicleLengthConfidenceIndication
void toRos_VehicleLengthConfidenceIndication(const cam_VehicleLengthConfidenceIndication_t &in, cam_msgs::VehicleLengthConfidenceIndication &out)
Definition: convertVehicleLengthConfidenceIndication.h:55


etsi_its_cam_conversion
Author(s): Jean-Pierre Busch , Guido Küppers , Lennart Reiher
autogenerated on Sun May 18 2025 02:28:48