Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKREPORTUSERMESSAGESRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKREPORTUSERMESSAGESRVREQUEST_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>
37 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_usermessage_type;
44 typedef std::shared_ptr< ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator> >
Ptr;
45 typedef std::shared_ptr< ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator>
const>
ConstPtr;
58 template<
typename ContainerAllocator>
59 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator> & v)
66 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
67 bool operator==(const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator2> & rhs)
69 return lhs.usermessage == rhs.usermessage;
72 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
73 bool operator!=(const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickReportUserMessageSrvRequest_<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 "7bd60f6e741b97c1cf891ee07a12d676";
129 static const char*
value(const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator>&) {
return value(); }
130 static const uint64_t static_value1 = 0x7bd60f6e741b97c1ULL;
131 static const uint64_t static_value2 = 0xcf891ee07a12d676ULL;
134 template<
class ContainerAllocator>
139 return "sick_scan/SickReportUserMessageSrvRequest";
142 static const char*
value(const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator>&) {
return value(); }
145 template<
class ContainerAllocator>
150 return "# Definition of ROS service SickReportUserMessage for sick localization\n"
151 "# Method to report messages to the localization system.\n"
152 "# Example call (ROS1):\n"
153 "# rosservice call SickReportUserMessage \"{usermessage: test_message}\"\n"
154 "# Example call (ROS2):\n"
155 "# ros2 service call SickReportUserMessage sick_scan/srv/SickReportUserMessageSrv \"{usermessage: test_message}\"\n"
159 "# Request (input)\n"
162 "string usermessage # The message transmitted to the localization system. Max length = 400 \n"
167 static const char*
value(const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator>&) {
return value(); }
175 namespace serialization
180 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
182 stream.next(m.usermessage);
193 namespace message_operations
196 template<
class ContainerAllocator>
199 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickReportUserMessageSrvRequest_<ContainerAllocator>& v)
201 s <<
indent <<
"usermessage: ";
209 #endif // SICK_SCAN_MESSAGE_SICKREPORTUSERMESSAGESRVREQUEST_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)
SickReportUserMessageSrvRequest_()
static const char * value()
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...
std::shared_ptr< ::sick_scan_xd::SickReportUserMessageSrvRequest > SickReportUserMessageSrvRequestPtr
static void stream(Stream &s, const std::string &indent, const M &value)
SickReportUserMessageSrvRequest_< ContainerAllocator > Type
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _usermessage_type
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
std::shared_ptr< ::sick_scan_xd::SickReportUserMessageSrvRequest_< ContainerAllocator > const > ConstPtr
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
static const char * value()
std::shared_ptr< ::sick_scan_xd::SickReportUserMessageSrvRequest_< ContainerAllocator > > Ptr
static const char * value(const ::sick_scan_xd::SickReportUserMessageSrvRequest_< ContainerAllocator > &)
std::shared_ptr< ::sick_scan_xd::SickReportUserMessageSrvRequest const > SickReportUserMessageSrvRequestConstPtr
_usermessage_type usermessage
::sick_scan_xd::SickReportUserMessageSrvRequest_< std::allocator< void > > SickReportUserMessageSrvRequest
static const char * value(const ::sick_scan_xd::SickReportUserMessageSrvRequest_< ContainerAllocator > &)
static const char * value(const ::sick_scan_xd::SickReportUserMessageSrvRequest_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickReportUserMessageSrvRequest_< ContainerAllocator > &v)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
SickReportUserMessageSrvRequest_(const ContainerAllocator &_alloc)
static const char * value()
static void allInOne(Stream &stream, T m)
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.
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:12