SickDevSetLidarConfigSrvRequest.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/SickDevSetLidarConfigSrvRequest.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef SICK_SCAN_MESSAGE_SICKDEVSETLIDARCONFIGSRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKDEVSETLIDARCONFIGSRVREQUEST_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 
20 namespace sick_scan_xd
21 {
22 template <class ContainerAllocator>
24 {
26 
28  : index(0)
29  , minrange(0)
30  , maxrange(0)
31  , minangle(0)
32  , maxangle(0)
33  , x(0)
34  , y(0)
35  , yaw(0)
36  , upsidedown(false)
37  , ip()
38  , port(0)
39  , interfacetype(0)
40  , maplayer(0)
41  , active(false) {
42  }
43  SickDevSetLidarConfigSrvRequest_(const ContainerAllocator& _alloc)
44  : index(0)
45  , minrange(0)
46  , maxrange(0)
47  , minangle(0)
48  , maxangle(0)
49  , x(0)
50  , y(0)
51  , yaw(0)
52  , upsidedown(false)
53  , ip(_alloc)
54  , port(0)
55  , interfacetype(0)
56  , maplayer(0)
57  , active(false) {
58  (void)_alloc;
59  }
60 
61 
62 
63  typedef uint32_t _index_type;
65 
66  typedef uint32_t _minrange_type;
68 
69  typedef uint32_t _maxrange_type;
71 
72  typedef int32_t _minangle_type;
74 
75  typedef int32_t _maxangle_type;
77 
78  typedef int32_t _x_type;
80 
81  typedef int32_t _y_type;
83 
84  typedef int32_t _yaw_type;
86 
87  typedef uint8_t _upsidedown_type;
89 
90  typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _ip_type;
92 
93  typedef uint32_t _port_type;
95 
96  typedef int32_t _interfacetype_type;
98 
99  typedef uint32_t _maplayer_type;
101 
102  typedef uint8_t _active_type;
104 
105 
106 
107 
108 
109  typedef std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator> > Ptr;
110  typedef std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator> const> ConstPtr;
111 
112 }; // struct SickDevSetLidarConfigSrvRequest_
113 
114 typedef ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<std::allocator<void> > SickDevSetLidarConfigSrvRequest;
115 
116 typedef std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest > SickDevSetLidarConfigSrvRequestPtr;
117 typedef std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest const> SickDevSetLidarConfigSrvRequestConstPtr;
118 
119 // constants requiring out of line definition
120 
121 
122 
123 template<typename ContainerAllocator>
124 std::ostream& operator<<(std::ostream& s, const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator> & v)
125 {
127 return s;
128 }
129 
130 
131 template<typename ContainerAllocator1, typename ContainerAllocator2>
132 bool operator==(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator2> & rhs)
133 {
134  return lhs.index == rhs.index &&
135  lhs.minrange == rhs.minrange &&
136  lhs.maxrange == rhs.maxrange &&
137  lhs.minangle == rhs.minangle &&
138  lhs.maxangle == rhs.maxangle &&
139  lhs.x == rhs.x &&
140  lhs.y == rhs.y &&
141  lhs.yaw == rhs.yaw &&
142  lhs.upsidedown == rhs.upsidedown &&
143  lhs.ip == rhs.ip &&
144  lhs.port == rhs.port &&
145  lhs.interfacetype == rhs.interfacetype &&
146  lhs.maplayer == rhs.maplayer &&
147  lhs.active == rhs.active;
148 }
149 
150 template<typename ContainerAllocator1, typename ContainerAllocator2>
151 bool operator!=(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator2> & rhs)
152 {
153  return !(lhs == rhs);
154 }
155 
156 
157 } // namespace sick_scan_xd
158 
159 namespace roswrap
160 {
161 namespace message_traits
162 {
163 
164 
165 
166 
167 
168 template <class ContainerAllocator>
170  : FalseType
171  { };
172 
173 template <class ContainerAllocator>
175  : FalseType
176  { };
177 
178 template <class ContainerAllocator>
180  : TrueType
181  { };
182 
183 template <class ContainerAllocator>
185  : TrueType
186  { };
187 
188 template <class ContainerAllocator>
190  : FalseType
191  { };
192 
193 template <class ContainerAllocator>
195  : FalseType
196  { };
197 
198 
199 template<class ContainerAllocator>
201 {
202  static const char* value()
203  {
204  return "bcc8a58e8b9a56100f4e9919c37f836a";
205  }
206 
207  static const char* value(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator>&) { return value(); }
208  static const uint64_t static_value1 = 0xbcc8a58e8b9a5610ULL;
209  static const uint64_t static_value2 = 0x0f4e9919c37f836aULL;
210 };
211 
212 template<class ContainerAllocator>
214 {
215  static const char* value()
216  {
217  return "sick_scan/SickDevSetLidarConfigSrvRequest";
218  }
219 
220  static const char* value(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator>&) { return value(); }
221 };
222 
223 template<class ContainerAllocator>
225 {
226  static const char* value()
227  {
228  return "# Definition of ROS service SickDevSetLidarConfig for sick localization\n"
229 "# Sets the configuration for a lidar\n"
230 "# Example call (ROS1):\n"
231 "# rosservice call SickDevSetLidarConfig \"{index: 0, minrange: 100, maxrange: 200000, minangle: -15000, maxangle: 15000, x: 1000, y: -1000, yaw: 2000, upsidedown: true, ip: 192.168.0.123, port: 2111, interfacetype: 0, maplayer: 0, active: true}\"\n"
232 "# Example call (ROS2):\n"
233 "# ros2 service call SickDevSetLidarConfig sick_scan/srv/SickDevSetLidarConfigSrv \"{index: 0, minrange: 100, maxrange: 200000, minangle: -15000, maxangle: 15000, x: 1000, y: -1000, yaw: 2000, upsidedown: true, ip: 192.168.0.123, port: 2111, interfacetype: 0, maplayer: 0, active: true}\"\n"
234 "# \n"
235 "\n"
236 "# \n"
237 "# Request (input)\n"
238 "# \n"
239 "\n"
240 "uint32 index # Index of the lidar that shall be configured. [0, 1] \n"
241 "uint32 minrange # Beams with a range lower than this distance will be discarded. [<min>, 250000] in [mm] \n"
242 "uint32 maxrange # Beams with a range greater than this distance will be discarded. [<min>, 250000] in [mm] \n"
243 "int32 minangle # Beams with an angle lower than this threshold will be discarded. [-180000, 180000] in [mdeg] \n"
244 "int32 maxangle # Beams with an angle greater than this threshold will be discarded. [-180000, 180000] in [mdeg] \n"
245 "int32 x # X position relative to vehicle coordinate system. [-50000, 50000] in [mm] \n"
246 "int32 y # Y position relative to vehicle coordinate system. [-50000, 50000] in [mm] \n"
247 "int32 yaw # Yaw angle relative to vehicle coordinate system. [-180000, 180000] in [mdeg] \n"
248 "bool upsidedown # Whether the sensor is mounted upside down. {0 (false), 1 (true)} \n"
249 "string ip # IP address of the sensor. Must be in the same subnet as the port which it is connected to. Max length = 15 \n"
250 "uint32 port # COLA Port of the scanner used for communication. This is usually 2111 or 2122. [0, 65535] \n"
251 "int32 interfacetype # The type of the interface to this lidar. {0 (TCP), 1 (SERIAL)} \n"
252 "uint32 maplayer # The index of the map layer on which this LiDAR operates. If no map layers are used, set it to 0. NOTE: This feature is not implemented yet but is reserved for later releases. [<min>, <max>] \n"
253 "bool active # Whether this scanner shall be used for localization. For the LiDAR with the index 0 this should be always 1 (true). {0 (false), 1 (true)} \n"
254 "\n"
255 ;
256  }
257 
258  static const char* value(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator>&) { return value(); }
259 };
260 
261 } // namespace message_traits
262 } // namespace roswrap
263 
264 namespace roswrap
265 {
266 namespace serialization
267 {
268 
269  template<class ContainerAllocator> struct Serializer< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator> >
270  {
271  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
272  {
273  stream.next(m.index);
274  stream.next(m.minrange);
275  stream.next(m.maxrange);
276  stream.next(m.minangle);
277  stream.next(m.maxangle);
278  stream.next(m.x);
279  stream.next(m.y);
280  stream.next(m.yaw);
281  stream.next(m.upsidedown);
282  stream.next(m.ip);
283  stream.next(m.port);
284  stream.next(m.interfacetype);
285  stream.next(m.maplayer);
286  stream.next(m.active);
287  }
288 
290  }; // struct SickDevSetLidarConfigSrvRequest_
291 
292 } // namespace serialization
293 } // namespace roswrap
294 
295 namespace roswrap
296 {
297 namespace message_operations
298 {
299 
300 template<class ContainerAllocator>
302 {
303  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_<ContainerAllocator>& v)
304  {
305  s << indent << "index: ";
306  Printer<uint32_t>::stream(s, indent + " ", v.index);
307  s << indent << "minrange: ";
308  Printer<uint32_t>::stream(s, indent + " ", v.minrange);
309  s << indent << "maxrange: ";
310  Printer<uint32_t>::stream(s, indent + " ", v.maxrange);
311  s << indent << "minangle: ";
312  Printer<int32_t>::stream(s, indent + " ", v.minangle);
313  s << indent << "maxangle: ";
314  Printer<int32_t>::stream(s, indent + " ", v.maxangle);
315  s << indent << "x: ";
316  Printer<int32_t>::stream(s, indent + " ", v.x);
317  s << indent << "y: ";
318  Printer<int32_t>::stream(s, indent + " ", v.y);
319  s << indent << "yaw: ";
320  Printer<int32_t>::stream(s, indent + " ", v.yaw);
321  s << indent << "upsidedown: ";
322  Printer<uint8_t>::stream(s, indent + " ", v.upsidedown);
323  s << indent << "ip: ";
324  Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.ip);
325  s << indent << "port: ";
326  Printer<uint32_t>::stream(s, indent + " ", v.port);
327  s << indent << "interfacetype: ";
328  Printer<int32_t>::stream(s, indent + " ", v.interfacetype);
329  s << indent << "maplayer: ";
330  Printer<uint32_t>::stream(s, indent + " ", v.maplayer);
331  s << indent << "active: ";
332  Printer<uint8_t>::stream(s, indent + " ", v.active);
333  }
334 };
335 
336 } // namespace message_operations
337 } // namespace roswrap
338 
339 #endif // SICK_SCAN_MESSAGE_SICKDEVSETLIDARCONFIGSRVREQUEST_H
roswrap::serialization::Serializer< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: SickDevSetLidarConfigSrvRequest.h:271
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
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
roswrap::message_traits::DataType< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SickDevSetLidarConfigSrvRequest.h:215
const
#define const
Definition: getopt.c:38
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::SickDevSetLidarConfigSrvRequest_
SickDevSetLidarConfigSrvRequest_()
Definition: SickDevSetLidarConfigSrvRequest.h:27
s
XmlRpcServer s
roswrap::message_traits::MD5Sum< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SickDevSetLidarConfigSrvRequest.h:202
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_port_type
uint32_t _port_type
Definition: SickDevSetLidarConfigSrvRequest.h:93
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::Type
SickDevSetLidarConfigSrvRequest_< ContainerAllocator > Type
Definition: SickDevSetLidarConfigSrvRequest.h:25
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_upsidedown_type
uint8_t _upsidedown_type
Definition: SickDevSetLidarConfigSrvRequest.h:87
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_active_type
uint8_t _active_type
Definition: SickDevSetLidarConfigSrvRequest.h:102
roswrap::message_operations::Printer::stream
static void stream(Stream &s, const std::string &indent, const M &value)
Definition: message_operations.h:43
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
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_maxrange_type
uint32_t _maxrange_type
Definition: SickDevSetLidarConfigSrvRequest.h:69
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::maxrange
_maxrange_type maxrange
Definition: SickDevSetLidarConfigSrvRequest.h:70
sick_scan_xd::SickDevSetLidarConfigSrvRequestPtr
std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest > SickDevSetLidarConfigSrvRequestPtr
Definition: SickDevSetLidarConfigSrvRequest.h:116
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::SickDevSetLidarConfigSrvRequest_::yaw
_yaw_type yaw
Definition: SickDevSetLidarConfigSrvRequest.h:85
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::index
_index_type index
Definition: SickDevSetLidarConfigSrvRequest.h:64
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_yaw_type
int32_t _yaw_type
Definition: SickDevSetLidarConfigSrvRequest.h:84
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
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::x
_x_type x
Definition: SickDevSetLidarConfigSrvRequest.h:79
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::ip
_ip_type ip
Definition: SickDevSetLidarConfigSrvRequest.h:91
roswrap::message_traits::Definition< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SickDevSetLidarConfigSrvRequest.h:226
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_x_type
int32_t _x_type
Definition: SickDevSetLidarConfigSrvRequest.h:78
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_maplayer_type
uint32_t _maplayer_type
Definition: SickDevSetLidarConfigSrvRequest.h:99
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::interfacetype
_interfacetype_type interfacetype
Definition: SickDevSetLidarConfigSrvRequest.h:97
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_minrange_type
uint32_t _minrange_type
Definition: SickDevSetLidarConfigSrvRequest.h:66
roswrap::message_operations::Printer< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > &v)
Definition: SickDevSetLidarConfigSrvRequest.h:303
roswrap::message_traits::MD5Sum< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > &)
Definition: SickDevSetLidarConfigSrvRequest.h:207
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::maxangle
_maxangle_type maxangle
Definition: SickDevSetLidarConfigSrvRequest.h:76
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_minangle_type
int32_t _minangle_type
Definition: SickDevSetLidarConfigSrvRequest.h:72
roswrap
Definition: param_modi.cpp:41
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::Ptr
std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > > Ptr
Definition: SickDevSetLidarConfigSrvRequest.h:109
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::message_traits::DataType< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > &)
Definition: SickDevSetLidarConfigSrvRequest.h:220
sick_scan_xd::SickDevSetLidarConfigSrvRequest_
Definition: SickDevSetLidarConfigSrvRequest.h:23
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::maplayer
_maplayer_type maplayer
Definition: SickDevSetLidarConfigSrvRequest.h:100
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::ConstPtr
std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > const > ConstPtr
Definition: SickDevSetLidarConfigSrvRequest.h:110
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::SickDevSetLidarConfigSrvRequest_::_y_type
int32_t _y_type
Definition: SickDevSetLidarConfigSrvRequest.h:81
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::minangle
_minangle_type minangle
Definition: SickDevSetLidarConfigSrvRequest.h:73
roswrap::message_traits::Definition< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< ContainerAllocator > &)
Definition: SickDevSetLidarConfigSrvRequest.h:258
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
sick_scan_xd::SickDevSetLidarConfigSrvRequestConstPtr
std::shared_ptr< ::sick_scan_xd::SickDevSetLidarConfigSrvRequest const > SickDevSetLidarConfigSrvRequestConstPtr
Definition: SickDevSetLidarConfigSrvRequest.h:117
sick_scan_xd::SickDevSetLidarConfigSrvRequest
::sick_scan_xd::SickDevSetLidarConfigSrvRequest_< std::allocator< void > > SickDevSetLidarConfigSrvRequest
Definition: SickDevSetLidarConfigSrvRequest.h:114
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::SickDevSetLidarConfigSrvRequest_
SickDevSetLidarConfigSrvRequest_(const ContainerAllocator &_alloc)
Definition: SickDevSetLidarConfigSrvRequest.h:43
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::SickDevSetLidarConfigSrvRequest_::_ip_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _ip_type
Definition: SickDevSetLidarConfigSrvRequest.h:90
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_interfacetype_type
int32_t _interfacetype_type
Definition: SickDevSetLidarConfigSrvRequest.h:96
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::y
_y_type y
Definition: SickDevSetLidarConfigSrvRequest.h:82
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::minrange
_minrange_type minrange
Definition: SickDevSetLidarConfigSrvRequest.h:67
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::active
_active_type active
Definition: SickDevSetLidarConfigSrvRequest.h:103
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_maxangle_type
int32_t _maxangle_type
Definition: SickDevSetLidarConfigSrvRequest.h:75
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::port
_port_type port
Definition: SickDevSetLidarConfigSrvRequest.h:94
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::_index_type
uint32_t _index_type
Definition: SickDevSetLidarConfigSrvRequest.h:63
sick_scan_xd::SickDevSetLidarConfigSrvRequest_::upsidedown
_upsidedown_type upsidedown
Definition: SickDevSetLidarConfigSrvRequest.h:88


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