Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKDEVGETLIDARIDENTSRVRESPONSE_H
7 #define SICK_SCAN_MESSAGE_SICKDEVGETLIDARIDENTSRVRESPONSE_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>
39 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_scannerident_type;
49 typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator>
const>
ConstPtr;
63 template<
typename ContainerAllocator>
64 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator> & v)
71 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
72 bool operator==(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator2> & rhs)
74 return lhs.scannerident == rhs.scannerident &&
75 lhs.success == rhs.success;
78 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
79 bool operator!=(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator2> & rhs)
89 namespace message_traits
96 template <
class ContainerAllocator>
101 template <
class ContainerAllocator>
106 template <
class ContainerAllocator>
111 template <
class ContainerAllocator>
116 template <
class ContainerAllocator>
121 template <
class ContainerAllocator>
127 template<
class ContainerAllocator>
132 return "ccaa4378b23eb60cda0d247767d6cc5f";
135 static const char*
value(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator>&) {
return value(); }
136 static const uint64_t static_value1 = 0xccaa4378b23eb60cULL;
137 static const uint64_t static_value2 = 0xda0d247767d6cc5fULL;
140 template<
class ContainerAllocator>
145 return "sick_scan/SickDevGetLidarIdentSrvResponse";
148 static const char*
value(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator>&) {
return value(); }
151 template<
class ContainerAllocator>
158 "# Response (output)\n"
161 "string scannerident # The type name of the scanner available after configuration and successful connection. Max length = 255 \n"
162 "bool success # true: success response received from localization controller, false: service failed (timeout or error status from controller)\n"
167 static const char*
value(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator>&) {
return value(); }
175 namespace serialization
180 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
182 stream.next(m.scannerident);
183 stream.next(m.success);
194 namespace message_operations
197 template<
class ContainerAllocator>
200 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_<ContainerAllocator>& v)
202 s <<
indent <<
"scannerident: ";
212 #endif // SICK_SCAN_MESSAGE_SICKDEVGETLIDARIDENTSRVRESPONSE_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)
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _scannerident_type
static const char * value()
static const char * value(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_< ContainerAllocator > &)
bool operator!=(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
static const char * value(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_< ContainerAllocator > &)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
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...
SickDevGetLidarIdentSrvResponse_()
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
static void allInOne(Stream &stream, T m)
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarIdentSrvResponse > SickDevGetLidarIdentSrvResponsePtr
static const char * value()
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarIdentSrvResponse const > SickDevGetLidarIdentSrvResponseConstPtr
::sick_scan_xd::SickDevGetLidarIdentSrvResponse_< std::allocator< void > > SickDevGetLidarIdentSrvResponse
static const char * value(const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_< 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.
static const char * value()
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_< ContainerAllocator > const > ConstPtr
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.
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_< ContainerAllocator > &v)
SickDevGetLidarIdentSrvResponse_(const ContainerAllocator &_alloc)
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarIdentSrvResponse_< ContainerAllocator > > Ptr
SickDevGetLidarIdentSrvResponse_< ContainerAllocator > Type
_scannerident_type scannerident
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:11