Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKDEVGETLIDARCONFIGSRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKDEVGETLIDARCONFIGSRVREQUEST_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
22 template <
class ContainerAllocator>
44 typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator> >
Ptr;
45 typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>
const>
ConstPtr;
58 template<
typename ContainerAllocator>
59 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator> & v)
66 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
67 bool operator==(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator2> & rhs)
69 return lhs.scannerindex == rhs.scannerindex;
72 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
73 bool operator!=(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator2> & rhs)
83 namespace message_traits
90 template <
class ContainerAllocator>
95 template <
class ContainerAllocator>
100 template <
class ContainerAllocator>
105 template <
class ContainerAllocator>
110 template <
class ContainerAllocator>
115 template <
class ContainerAllocator>
121 template<
class ContainerAllocator>
126 return "105bd62559d7809b03236a64b5ef8691";
129 static const char*
value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>&) {
return value(); }
130 static const uint64_t static_value1 = 0x105bd62559d7809bULL;
131 static const uint64_t static_value2 = 0x03236a64b5ef8691ULL;
134 template<
class ContainerAllocator>
139 return "sick_scan/SickDevGetLidarConfigSrvRequest";
142 static const char*
value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>&) {
return value(); }
145 template<
class ContainerAllocator>
150 return "# Definition of ROS service SickDevGetLidarConfig for sick localization\n"
151 "# Example call (ROS1):\n"
152 "# rosservice call SickDevGetLidarConfig \"{scannerindex: 0}\"\n"
153 "# Example call (ROS2):\n"
154 "# ros2 service call SickDevGetLidarConfig sick_scan/srv/SickDevGetLidarConfigSrv \"{scannerindex: 0}\"\n"
158 "# Request (input)\n"
161 "uint32 scannerindex # The scanner index. [<min>, 1]\n"
166 static const char*
value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>&) {
return value(); }
174 namespace serialization
179 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
181 stream.next(m.scannerindex);
192 namespace message_operations
195 template<
class ContainerAllocator>
198 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>& v)
200 s <<
indent <<
"scannerindex: ";
208 #endif // SICK_SCAN_MESSAGE_SICKDEVGETLIDARCONFIGSRVREQUEST_H
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::ostream & operator<<(std::ostream &s, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator > &v)
bool operator!=(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
static const char * value()
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > const > ConstPtr
static void allInOne(Stream &stream, T m)
static void stream(Stream &s, const std::string &indent, const M &value)
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
SickDevGetLidarConfigSrvRequest_< ContainerAllocator > Type
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest const > SickDevGetLidarConfigSrvRequestConstPtr
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
static const char * value()
Specialize to provide the datatype for a message.
SickDevGetLidarConfigSrvRequest_(const ContainerAllocator &_alloc)
Specialize to provide the definition for a message.
static const char * value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &)
static const char * value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &v)
static const char * value()
static const char * value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
_scannerindex_type scannerindex
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > > Ptr
uint32_t _scannerindex_type
bool operator==(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
Stream base-class, provides common functionality for IStream and OStream.
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest > SickDevGetLidarConfigSrvRequestPtr
::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< std::allocator< void > > SickDevGetLidarConfigSrvRequest
SickDevGetLidarConfigSrvRequest_()
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:11