Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKLOCCOLATELEGRAMSRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKLOCCOLATELEGRAMSRVREQUEST_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 >
_cola_ascii_request_type;
49 typedef std::shared_ptr< ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator>
const>
ConstPtr;
63 template<
typename ContainerAllocator>
64 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator> & v)
71 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
72 bool operator==(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator2> & rhs)
74 return lhs.cola_ascii_request == rhs.cola_ascii_request &&
75 lhs.wait_response_timeout == rhs.wait_response_timeout;
78 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
79 bool operator!=(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<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 "568bb3d36a83d508d37ba8ffb718f400";
135 static const char*
value(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator>&) {
return value(); }
136 static const uint64_t static_value1 = 0x568bb3d36a83d508ULL;
137 static const uint64_t static_value2 = 0xd37ba8ffb718f400ULL;
140 template<
class ContainerAllocator>
145 return "sick_scan/SickLocColaTelegramSrvRequest";
148 static const char*
value(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator>&) {
return value(); }
151 template<
class ContainerAllocator>
156 return "# Definition of ROS service SickLocColaTelegram for sick localization.\n"
157 "# ROS service SickLocColaTelegram encodes and sends a Cola telegram to the localization controller,\n"
158 "# receives and encodes the answer from the controller.\n"
160 "# See Telegram-Listing-v1.1.0.241R.pdf and Technical_information_Telegram_Listing_NAV_LOC_en_IM0076556.pdf\n"
161 "# for further details about Cola telgrams.\n"
164 "# Request (input)\n"
167 "string cola_ascii_request # Cola-ASCII telegram to send to the localization controller, f.e. \"sRN SetAccessMode 3 F4724744\".\n"
168 "float32 wait_response_timeout # Timeout for the controller response in secondes. Use 0.0 for Cola requests without controller response.\n"
169 "# bool send_binary # Not used (true: send binary telegram, false/default: send ASCII telegram)\n"
174 static const char*
value(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator>&) {
return value(); }
182 namespace serialization
187 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
189 stream.next(m.cola_ascii_request);
190 stream.next(m.wait_response_timeout);
201 namespace message_operations
204 template<
class ContainerAllocator>
207 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickLocColaTelegramSrvRequest_<ContainerAllocator>& v)
209 s <<
indent <<
"cola_ascii_request: ";
211 s <<
indent <<
"wait_response_timeout: ";
219 #endif // SICK_SCAN_MESSAGE_SICKLOCCOLATELEGRAMSRVREQUEST_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)
SickLocColaTelegramSrvRequest_()
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::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _cola_ascii_request_type
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...
::sick_scan_xd::SickLocColaTelegramSrvRequest_< std::allocator< void > > SickLocColaTelegramSrvRequest
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
static const char * value()
SickLocColaTelegramSrvRequest_< ContainerAllocator > Type
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
_cola_ascii_request_type cola_ascii_request
float _wait_response_timeout_type
std::shared_ptr< ::sick_scan_xd::SickLocColaTelegramSrvRequest > SickLocColaTelegramSrvRequestPtr
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLocColaTelegramSrvRequest_< ContainerAllocator > &v)
std::shared_ptr< ::sick_scan_xd::SickLocColaTelegramSrvRequest const > SickLocColaTelegramSrvRequestConstPtr
_wait_response_timeout_type wait_response_timeout
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
std::shared_ptr< ::sick_scan_xd::SickLocColaTelegramSrvRequest_< ContainerAllocator > const > ConstPtr
SickLocColaTelegramSrvRequest_(const ContainerAllocator &_alloc)
std::shared_ptr< ::sick_scan_xd::SickLocColaTelegramSrvRequest_< ContainerAllocator > > Ptr
static void allInOne(Stream &stream, T m)
static const char * value(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_< ContainerAllocator > &)
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 const char * value(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_< ContainerAllocator > &)
static const char * value()
static const char * value()
static const char * value(const ::sick_scan_xd::SickLocColaTelegramSrvRequest_< ContainerAllocator > &)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:11