SickLocResultPortTelegramMsg.h
Go to the documentation of this file.
1 #include "sick_scan/sick_scan_base.h" /* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2 // Generated by gencpp from file sick_scan/SickLocResultPortTelegramMsg.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef SICK_SCAN_MESSAGE_SICKLOCRESULTPORTTELEGRAMMSG_H
7 #define SICK_SCAN_MESSAGE_SICKLOCRESULTPORTTELEGRAMMSG_H
8 
9 
10 #include <string>
11 #include <vector>
12 #include <map>
13 
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
18 
19 #include <std_msgs/Header.h>
23 
24 namespace sick_scan_xd
25 {
26 template <class ContainerAllocator>
28 {
30 
32  : header()
33  , telegram_header()
36  , vehicle_time_valid(false)
37  , vehicle_time_sec(0)
38  , vehicle_time_nsec(0) {
39  }
40  SickLocResultPortTelegramMsg_(const ContainerAllocator& _alloc)
41  : header(_alloc)
42  , telegram_header(_alloc)
43  , telegram_payload(_alloc)
44  , telegram_trailer(_alloc)
45  , vehicle_time_valid(false)
46  , vehicle_time_sec(0)
47  , vehicle_time_nsec(0) {
48  (void)_alloc;
49  }
50 
51 
52 
53  typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
55 
56  typedef ::sick_scan_xd::SickLocResultPortHeaderMsg_<ContainerAllocator> _telegram_header_type;
58 
59  typedef ::sick_scan_xd::SickLocResultPortPayloadMsg_<ContainerAllocator> _telegram_payload_type;
61 
62  typedef ::sick_scan_xd::SickLocResultPortCrcMsg_<ContainerAllocator> _telegram_trailer_type;
64 
65  typedef uint8_t _vehicle_time_valid_type;
67 
68  typedef uint32_t _vehicle_time_sec_type;
70 
71  typedef uint32_t _vehicle_time_nsec_type;
73 
74 
75 
76 
77 
78  typedef std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator> > Ptr;
79  typedef std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator> const> ConstPtr;
80 
81 }; // struct SickLocResultPortTelegramMsg_
82 
83 typedef ::sick_scan_xd::SickLocResultPortTelegramMsg_<std::allocator<void> > SickLocResultPortTelegramMsg;
84 
85 typedef std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg > SickLocResultPortTelegramMsgPtr;
86 typedef std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg const> SickLocResultPortTelegramMsgConstPtr;
87 
88 // constants requiring out of line definition
89 
90 
91 
92 template<typename ContainerAllocator>
93 std::ostream& operator<<(std::ostream& s, const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator> & v)
94 {
96 return s;
97 }
98 
99 
100 template<typename ContainerAllocator1, typename ContainerAllocator2>
101 bool operator==(const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator2> & rhs)
102 {
103  return lhs.header == rhs.header &&
104  lhs.telegram_header == rhs.telegram_header &&
105  lhs.telegram_payload == rhs.telegram_payload &&
106  lhs.telegram_trailer == rhs.telegram_trailer &&
107  lhs.vehicle_time_valid == rhs.vehicle_time_valid &&
108  lhs.vehicle_time_sec == rhs.vehicle_time_sec &&
109  lhs.vehicle_time_nsec == rhs.vehicle_time_nsec;
110 }
111 
112 template<typename ContainerAllocator1, typename ContainerAllocator2>
113 bool operator!=(const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator2> & rhs)
114 {
115  return !(lhs == rhs);
116 }
117 
118 
119 } // namespace sick_scan_xd
120 
121 namespace roswrap
122 {
123 namespace message_traits
124 {
125 
126 
127 
128 
129 
130 template <class ContainerAllocator>
132  : FalseType
133  { };
134 
135 template <class ContainerAllocator>
137  : FalseType
138  { };
139 
140 template <class ContainerAllocator>
142  : TrueType
143  { };
144 
145 template <class ContainerAllocator>
147  : TrueType
148  { };
149 
150 template <class ContainerAllocator>
152  : TrueType
153  { };
154 
155 template <class ContainerAllocator>
157  : TrueType
158  { };
159 
160 
161 template<class ContainerAllocator>
163 {
164  static const char* value()
165  {
166  return "491c7d2167f9158df5febcf9e822aba3";
167  }
168 
169  static const char* value(const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator>&) { return value(); }
170  static const uint64_t static_value1 = 0x491c7d2167f9158dULL;
171  static const uint64_t static_value2 = 0xf5febcf9e822aba3ULL;
172 };
173 
174 template<class ContainerAllocator>
176 {
177  static const char* value()
178  {
179  return "sick_scan/SickLocResultPortTelegramMsg";
180  }
181 
182  static const char* value(const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator>&) { return value(); }
183 };
184 
185 template<class ContainerAllocator>
187 {
188  static const char* value()
189  {
190  return "# Definition of ros message SickLocResultPortTelegramMsg.\n"
191 "# SickLocResultPortTelegramMsg publishes result port telegrams\n"
192 "# for sick localization. See chapter 5.9 (\"About result port telegrams\")\n"
193 "# of the operation manual for further details.\n"
194 "\n"
195 "#\n"
196 "# Header\n"
197 "#\n"
198 "\n"
199 "std_msgs/Header header # ROS Header with sequence id, timestamp and frame id\n"
200 "\n"
201 "#\n"
202 "# Result port telegram\n"
203 "#\n"
204 "\n"
205 "SickLocResultPortHeaderMsg telegram_header # 52 byte header of a result port telegram\n"
206 "SickLocResultPortPayloadMsg telegram_payload # 52 byte payload of a result port telegram\n"
207 "SickLocResultPortCrcMsg telegram_trailer # 2 byte CRC trailer of a result port telegram\n"
208 "\n"
209 "#\n"
210 "# System time of vehicles pose calculated by ros service \"SickLocTimeSync\" using a software pll\n"
211 "#\n"
212 "\n"
213 "bool vehicle_time_valid # true: vehicle_time_sec and vehicle_time_nsec valid, false: software pll still in initial phase\n"
214 "uint32 vehicle_time_sec # Time of vehicles pose calculated by software pll (seconds part of the system time)\n"
215 "uint32 vehicle_time_nsec # Time of vehicles pose calculated by software pll (nano seconds part of the system time)\n"
216 "\n"
217 "================================================================================\n"
218 "MSG: std_msgs/Header\n"
219 "# Standard metadata for higher-level stamped data types.\n"
220 "# This is generally used to communicate timestamped data \n"
221 "# in a particular coordinate frame.\n"
222 "# \n"
223 "# sequence ID: consecutively increasing ID \n"
224 "uint32 seq\n"
225 "#Two-integer timestamp that is expressed as:\n"
226 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
227 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
228 "# time-handling sugar is provided by the client library\n"
229 "time stamp\n"
230 "#Frame this data is associated with\n"
231 "string frame_id\n"
232 "\n"
233 "================================================================================\n"
234 "MSG: sick_scan/SickLocResultPortHeaderMsg\n"
235 "# Definition of ros message SickLocResultPortHeaderMsg.\n"
236 "# SickLocResultPortHeaderMsg publishes the header of a result port telegram\n"
237 "# for sick localization (52 byte). See chapter 5.9 (\"About result port telegrams\")\n"
238 "# of the operation manual for further details.\n"
239 "\n"
240 "uint32 magicword # Magic word SICK (0x53 0x49 0x43 0x4B). Size: 4 × UInt8 = 4 byte\n"
241 "uint32 length # Length of telegram incl. header, payload, and trailer. Size: UInt32 = 4 byte\n"
242 "uint16 payloadtype # Payload type: 0x06c2 = Little Endian, 0x0642 = Big Endian. Size: UInt16 = 2 byte\n"
243 "uint16 payloadversion # Version of PayloadType structure. Size: UInt16 = 2 byte\n"
244 "uint32 ordernumber # Order number of the localization controller. Size: UInt32 = 4 byte\n"
245 "uint32 serialnumber # Serial number of the localization controller. Size: UInt32 = 4 byte\n"
246 "uint8[] fw_version # Software version of the localization controller. Size: 20 × UInt8 = 20 byte\n"
247 "uint32 telegramcounter # Telegram counter since last start-up. Size: UInt32 = 4 byte\n"
248 "uint64 systemtime # Not used. Size: NTP = 8 byte\n"
249 "\n"
250 "\n"
251 "================================================================================\n"
252 "MSG: sick_scan/SickLocResultPortPayloadMsg\n"
253 "# Definition of ros message SickLocResultPortPayloadMsg.\n"
254 "# SickLocResultPortPayloadMsg publishes the payload of a result port telegram\n"
255 "# for sick localization (52 byte). See chapter 5.9 (\"About result port telegrams\")\n"
256 "# of the operation manual for further details.\n"
257 "\n"
258 "uint16 errorcode # ErrorCode 0: OK, ErrorCode 1: UNKNOWNERROR. Size: UInt16 = 2 byte\n"
259 "uint32 scancounter # Counter of related scan data. Size: UInt32 = 4 byte\n"
260 "uint32 timestamp # Time stamp of the pose [ms]. The time stamp indicates the time at which the pose is calculated. Size: UInt32 = 4 byte\n"
261 "int32 posex # Position X of the vehicle on the map in cartesian global coordinates [mm]. Size: Int32 = 4 byte\n"
262 "int32 posey # Position Y of the vehicle on the map in cartesian global coordinates [mm]. Size: Int32 = 4 byte\n"
263 "int32 poseyaw # Orientation (yaw) of the vehicle on the map [mdeg] Size: Int32 = 4 byte\n"
264 "uint32 reserved1 # Reserved. Size: UInt32 = 4 byte\n"
265 "int32 reserved2 # Reserved. Size: Int32 = 4 byte\n"
266 "uint8 quality # Quality of pose [0 ... 100], 1 = bad pose quality, 100 = good pose quality. Size: UInt8 = 1 byte\n"
267 "uint8 outliersratio # Ratio of beams that cannot be assigned to the current reference map [%]. Size: UInt8 = 1 byte\n"
268 "int32 covariancex # Covariance c1 of the pose X [mm^2]. Size: Int32 = 4 byte\n"
269 "int32 covariancey # Covariance c5 of the pose Y [mm^2]. Size: Int32 = 4 byte\n"
270 "int32 covarianceyaw # Covariance c9 of the pose Yaw [mdeg^2]. Size: Int32 = 4 byte\n"
271 "uint64 reserved3 # Reserved. Size: UInt64 = 8 byte\n"
272 "\n"
273 "\n"
274 "================================================================================\n"
275 "MSG: sick_scan/SickLocResultPortCrcMsg\n"
276 "# Definition of ros message SickLocResultPortCrcMsg.\n"
277 "# SickLocResultPortCrcMsg publishes the CRC trailer of a result port telegram\n"
278 "# for sick localization (2 byte). \n"
279 "# Checksum details:\n"
280 "# * Width: 16 bits\n"
281 "# * Truncated polynomial: 0x1021 CRC polynomials with orders of x16 + x12 + x5 + 1 (counted without the leading '1' bit)\n"
282 "# * Initial value = 0xFFFF\n"
283 "# See chapter 5.9 (\"About result port telegrams\") of the operation manual for further details.\n"
284 "\n"
285 "uint16 checksum # CRC16-CCITT over length of header (52 bytes) and payload (52 bytes) without 2 bytes of this trailer. Size: UInt16 = 2 byte\n"
286 "\n"
287 ;
288  }
289 
290  static const char* value(const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator>&) { return value(); }
291 };
292 
293 } // namespace message_traits
294 } // namespace roswrap
295 
296 namespace roswrap
297 {
298 namespace serialization
299 {
300 
301  template<class ContainerAllocator> struct Serializer< ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator> >
302  {
303  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
304  {
305  stream.next(m.header);
306  stream.next(m.telegram_header);
307  stream.next(m.telegram_payload);
308  stream.next(m.telegram_trailer);
309  stream.next(m.vehicle_time_valid);
310  stream.next(m.vehicle_time_sec);
311  stream.next(m.vehicle_time_nsec);
312  }
313 
315  }; // struct SickLocResultPortTelegramMsg_
316 
317 } // namespace serialization
318 } // namespace roswrap
319 
320 namespace roswrap
321 {
322 namespace message_operations
323 {
324 
325 template<class ContainerAllocator>
327 {
328  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sick_scan_xd::SickLocResultPortTelegramMsg_<ContainerAllocator>& v)
329  {
330  s << indent << "header: ";
331  s << std::endl;
333  s << indent << "telegram_header: ";
334  s << std::endl;
336  s << indent << "telegram_payload: ";
337  s << std::endl;
339  s << indent << "telegram_trailer: ";
340  s << std::endl;
342  s << indent << "vehicle_time_valid: ";
343  Printer<uint8_t>::stream(s, indent + " ", v.vehicle_time_valid);
344  s << indent << "vehicle_time_sec: ";
345  Printer<uint32_t>::stream(s, indent + " ", v.vehicle_time_sec);
346  s << indent << "vehicle_time_nsec: ";
347  Printer<uint32_t>::stream(s, indent + " ", v.vehicle_time_nsec);
348  }
349 };
350 
351 } // namespace message_operations
352 } // namespace roswrap
353 
354 #endif // SICK_SCAN_MESSAGE_SICKLOCRESULTPORTTELEGRAMMSG_H
roswrap::message_traits::FalseType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:89
sick_scan_xd::operator<<
std::ostream & operator<<(std::ostream &s, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator > &v)
Definition: ColaMsgSrvRequest.h:59
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
sick_scan_xd::operator!=
bool operator!=(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
Definition: ColaMsgSrvRequest.h:73
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
sick_scan_xd::SickLocResultPortTelegramMsg_::_vehicle_time_valid_type
uint8_t _vehicle_time_valid_type
Definition: SickLocResultPortTelegramMsg.h:65
sick_scan_xd::SickLocResultPortTelegramMsg_::_telegram_header_type
::sick_scan_xd::SickLocResultPortHeaderMsg_< ContainerAllocator > _telegram_header_type
Definition: SickLocResultPortTelegramMsg.h:56
roswrap::message_traits::HasHeader
HasHeader informs whether or not there is a header that gets serialized as the first thing in the mes...
Definition: message_traits.h:107
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
sick_scan_xd::SickLocResultPortTelegramMsg_
Definition: SickLocResultPortTelegramMsg.h:27
roswrap::message_traits::MD5Sum< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > &)
Definition: SickLocResultPortTelegramMsg.h:169
sick_scan_xd::SickLocResultPortTelegramMsgPtr
std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg > SickLocResultPortTelegramMsgPtr
Definition: SickLocResultPortTelegramMsg.h:85
roswrap::message_traits::DataType< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::value
static const char * value()
Definition: SickLocResultPortTelegramMsg.h:177
sick_scan_xd::SickLocResultPortTelegramMsg_::Type
SickLocResultPortTelegramMsg_< ContainerAllocator > Type
Definition: SickLocResultPortTelegramMsg.h:29
roswrap::message_traits::Definition< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::value
static const char * value()
Definition: SickLocResultPortTelegramMsg.h:188
roswrap::message_operations::Printer::stream
static void stream(Stream &s, const std::string &indent, const M &value)
Definition: message_operations.h:43
sick_scan_xd::SickLocResultPortTelegramMsg_::vehicle_time_sec
_vehicle_time_sec_type vehicle_time_sec
Definition: SickLocResultPortTelegramMsg.h:69
roswrap::message_traits::IsFixedSize
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Definition: message_traits.h:103
roswrap::serialization::Serializer< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: SickLocResultPortTelegramMsg.h:303
sick_scan_xd::SickLocResultPortTelegramMsg_::_vehicle_time_nsec_type
uint32_t _vehicle_time_nsec_type
Definition: SickLocResultPortTelegramMsg.h:71
sick_scan_xd::SickLocResultPortTelegramMsg_::telegram_trailer
_telegram_trailer_type telegram_trailer
Definition: SickLocResultPortTelegramMsg.h:63
SickLocResultPortPayloadMsg.h
sick_scan_xd::SickLocResultPortHeaderMsg_< std::allocator< void > >
ros::message_operations::Printer
ROS_DECLARE_ALLINONE_SERIALIZER
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
Definition: serialization.h:74
sick_scan_xd::SickLocResultPortTelegramMsg_::vehicle_time_valid
_vehicle_time_valid_type vehicle_time_valid
Definition: SickLocResultPortTelegramMsg.h:66
sick_scan_xd
Definition: abstract_parser.cpp:65
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::MD5Sum< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::value
static const char * value()
Definition: SickLocResultPortTelegramMsg.h:164
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
roswrap::message_operations::Printer< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > &v)
Definition: SickLocResultPortTelegramMsg.h:328
SickLocResultPortHeaderMsg.h
sick_scan_xd::SickLocResultPortTelegramMsg_::vehicle_time_nsec
_vehicle_time_nsec_type vehicle_time_nsec
Definition: SickLocResultPortTelegramMsg.h:72
sick_scan_xd::SickLocResultPortTelegramMsg_::ConstPtr
std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > const > ConstPtr
Definition: SickLocResultPortTelegramMsg.h:79
roswrap::message_traits::Definition< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > &)
Definition: SickLocResultPortTelegramMsg.h:290
sick_scan_xd::SickLocResultPortPayloadMsg_< std::allocator< void > >
roswrap::message_traits::DataType< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > &)
Definition: SickLocResultPortTelegramMsg.h:182
sick_scan_xd::SickLocResultPortTelegramMsg_::SickLocResultPortTelegramMsg_
SickLocResultPortTelegramMsg_()
Definition: SickLocResultPortTelegramMsg.h:31
roswrap
Definition: param_modi.cpp:41
sick_scan_xd::SickLocResultPortTelegramMsg_::_header_type
::std_msgs::Header_< ContainerAllocator > _header_type
Definition: SickLocResultPortTelegramMsg.h:53
roswrap::message_operations::Printer
Definition: message_operations.h:40
std_msgs::Header_< std::allocator< void > >
sick_scan_xd::SickLocResultPortTelegramMsg_::header
_header_type header
Definition: SickLocResultPortTelegramMsg.h:54
sick_scan_xd::SickLocResultPortTelegramMsg_::Ptr
std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg_< ContainerAllocator > > Ptr
Definition: SickLocResultPortTelegramMsg.h:78
roswrap::message_traits::TrueType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:79
roswrap::message_traits::MD5Sum
Specialize to provide the md5sum for a message.
Definition: message_traits.h:118
sick_scan_xd::SickLocResultPortTelegramMsg_::telegram_payload
_telegram_payload_type telegram_payload
Definition: SickLocResultPortTelegramMsg.h:60
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
sick_scan_xd::SickLocResultPortTelegramMsgConstPtr
std::shared_ptr< ::sick_scan_xd::SickLocResultPortTelegramMsg const > SickLocResultPortTelegramMsgConstPtr
Definition: SickLocResultPortTelegramMsg.h:86
sick_scan_xd::operator==
bool operator==(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
Definition: ColaMsgSrvRequest.h:67
sick_scan_xd::SickLocResultPortTelegramMsg_::_telegram_trailer_type
::sick_scan_xd::SickLocResultPortCrcMsg_< ContainerAllocator > _telegram_trailer_type
Definition: SickLocResultPortTelegramMsg.h:62
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
sick_scan_xd::SickLocResultPortCrcMsg_< std::allocator< void > >
sick_scan_xd::SickLocResultPortTelegramMsg_::SickLocResultPortTelegramMsg_
SickLocResultPortTelegramMsg_(const ContainerAllocator &_alloc)
Definition: SickLocResultPortTelegramMsg.h:40
sick_scan_xd::SickLocResultPortTelegramMsg
::sick_scan_xd::SickLocResultPortTelegramMsg_< std::allocator< void > > SickLocResultPortTelegramMsg
Definition: SickLocResultPortTelegramMsg.h:83
sick_scan_xd::SickLocResultPortTelegramMsg_::_telegram_payload_type
::sick_scan_xd::SickLocResultPortPayloadMsg_< ContainerAllocator > _telegram_payload_type
Definition: SickLocResultPortTelegramMsg.h:59
SickLocResultPortCrcMsg.h
sick_scan_xd::SickLocResultPortTelegramMsg_::_vehicle_time_sec_type
uint32_t _vehicle_time_sec_type
Definition: SickLocResultPortTelegramMsg.h:68
Header.h
sick_scan_xd::SickLocResultPortTelegramMsg_::telegram_header
_telegram_header_type telegram_header
Definition: SickLocResultPortTelegramMsg.h:57


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:11