SickDevGetLidarConfigSrvRequest.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/SickDevGetLidarConfigSrvRequest.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef SICK_SCAN_MESSAGE_SICKDEVGETLIDARCONFIGSRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKDEVGETLIDARCONFIGSRVREQUEST_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  : scannerindex(0) {
29  }
30  SickDevGetLidarConfigSrvRequest_(const ContainerAllocator& _alloc)
31  : scannerindex(0) {
32  (void)_alloc;
33  }
34 
35 
36 
37  typedef uint32_t _scannerindex_type;
39 
40 
41 
42 
43 
44  typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator> > Ptr;
45  typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator> const> ConstPtr;
46 
47 }; // struct SickDevGetLidarConfigSrvRequest_
48 
49 typedef ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<std::allocator<void> > SickDevGetLidarConfigSrvRequest;
50 
51 typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest > SickDevGetLidarConfigSrvRequestPtr;
52 typedef std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest const> SickDevGetLidarConfigSrvRequestConstPtr;
53 
54 // constants requiring out of line definition
55 
56 
57 
58 template<typename ContainerAllocator>
59 std::ostream& operator<<(std::ostream& s, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator> & v)
60 {
62 return s;
63 }
64 
65 
66 template<typename ContainerAllocator1, typename ContainerAllocator2>
67 bool operator==(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator2> & rhs)
68 {
69  return lhs.scannerindex == rhs.scannerindex;
70 }
71 
72 template<typename ContainerAllocator1, typename ContainerAllocator2>
73 bool operator!=(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator2> & rhs)
74 {
75  return !(lhs == rhs);
76 }
77 
78 
79 } // namespace sick_scan_xd
80 
81 namespace roswrap
82 {
83 namespace message_traits
84 {
85 
86 
87 
88 
89 
90 template <class ContainerAllocator>
92  : TrueType
93  { };
94 
95 template <class ContainerAllocator>
97  : TrueType
98  { };
99 
100 template <class ContainerAllocator>
102  : TrueType
103  { };
104 
105 template <class ContainerAllocator>
107  : TrueType
108  { };
109 
110 template <class ContainerAllocator>
112  : FalseType
113  { };
114 
115 template <class ContainerAllocator>
117  : FalseType
118  { };
119 
120 
121 template<class ContainerAllocator>
123 {
124  static const char* value()
125  {
126  return "105bd62559d7809b03236a64b5ef8691";
127  }
128 
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;
132 };
133 
134 template<class ContainerAllocator>
136 {
137  static const char* value()
138  {
139  return "sick_scan/SickDevGetLidarConfigSrvRequest";
140  }
141 
142  static const char* value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>&) { return value(); }
143 };
144 
145 template<class ContainerAllocator>
147 {
148  static const char* value()
149  {
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"
155 "# \n"
156 "\n"
157 "# \n"
158 "# Request (input)\n"
159 "# \n"
160 "\n"
161 "uint32 scannerindex # The scanner index. [<min>, 1]\n"
162 "\n"
163 ;
164  }
165 
166  static const char* value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>&) { return value(); }
167 };
168 
169 } // namespace message_traits
170 } // namespace roswrap
171 
172 namespace roswrap
173 {
174 namespace serialization
175 {
176 
177  template<class ContainerAllocator> struct Serializer< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator> >
178  {
179  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
180  {
181  stream.next(m.scannerindex);
182  }
183 
185  }; // struct SickDevGetLidarConfigSrvRequest_
186 
187 } // namespace serialization
188 } // namespace roswrap
189 
190 namespace roswrap
191 {
192 namespace message_operations
193 {
194 
195 template<class ContainerAllocator>
197 {
198  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_<ContainerAllocator>& v)
199  {
200  s << indent << "scannerindex: ";
201  Printer<uint32_t>::stream(s, indent + " ", v.scannerindex);
202  }
203 };
204 
205 } // namespace message_operations
206 } // namespace roswrap
207 
208 #endif // SICK_SCAN_MESSAGE_SICKDEVGETLIDARCONFIGSRVREQUEST_H
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
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
roswrap::message_traits::MD5Sum< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SickDevGetLidarConfigSrvRequest.h:124
sick_scan_xd::SickDevGetLidarConfigSrvRequest_::ConstPtr
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > const > ConstPtr
Definition: SickDevGetLidarConfigSrvRequest.h:45
roswrap::serialization::Serializer< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: SickDevGetLidarConfigSrvRequest.h:179
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::SickDevGetLidarConfigSrvRequest_::Type
SickDevGetLidarConfigSrvRequest_< ContainerAllocator > Type
Definition: SickDevGetLidarConfigSrvRequest.h:25
sick_scan_xd::SickDevGetLidarConfigSrvRequestConstPtr
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest const > SickDevGetLidarConfigSrvRequestConstPtr
Definition: SickDevGetLidarConfigSrvRequest.h:52
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
Definition: abstract_parser.cpp:65
roswrap::message_traits::DataType< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SickDevGetLidarConfigSrvRequest.h:137
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
sick_scan_xd::SickDevGetLidarConfigSrvRequest_::SickDevGetLidarConfigSrvRequest_
SickDevGetLidarConfigSrvRequest_(const ContainerAllocator &_alloc)
Definition: SickDevGetLidarConfigSrvRequest.h:30
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
roswrap::message_traits::MD5Sum< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &)
Definition: SickDevGetLidarConfigSrvRequest.h:129
roswrap::message_traits::DataType< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &)
Definition: SickDevGetLidarConfigSrvRequest.h:142
sick_scan_xd::SickDevGetLidarConfigSrvRequest_
Definition: SickDevGetLidarConfigSrvRequest.h:23
roswrap::message_operations::Printer< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &v)
Definition: SickDevGetLidarConfigSrvRequest.h:198
roswrap::message_traits::Definition< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SickDevGetLidarConfigSrvRequest.h:148
roswrap::message_traits::Definition< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > >::value
static const char * value(const ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > &)
Definition: SickDevGetLidarConfigSrvRequest.h:166
roswrap
Definition: param_modi.cpp:41
roswrap::message_operations::Printer
Definition: message_operations.h:40
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::SickDevGetLidarConfigSrvRequest_::scannerindex
_scannerindex_type scannerindex
Definition: SickDevGetLidarConfigSrvRequest.h:38
sick_scan_xd::SickDevGetLidarConfigSrvRequest_::Ptr
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< ContainerAllocator > > Ptr
Definition: SickDevGetLidarConfigSrvRequest.h:44
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
sick_scan_xd::SickDevGetLidarConfigSrvRequest_::_scannerindex_type
uint32_t _scannerindex_type
Definition: SickDevGetLidarConfigSrvRequest.h:37
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_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
sick_scan_xd::SickDevGetLidarConfigSrvRequestPtr
std::shared_ptr< ::sick_scan_xd::SickDevGetLidarConfigSrvRequest > SickDevGetLidarConfigSrvRequestPtr
Definition: SickDevGetLidarConfigSrvRequest.h:51
sick_scan_xd::SickDevGetLidarConfigSrvRequest
::sick_scan_xd::SickDevGetLidarConfigSrvRequest_< std::allocator< void > > SickDevGetLidarConfigSrvRequest
Definition: SickDevGetLidarConfigSrvRequest.h:49
sick_scan_xd::SickDevGetLidarConfigSrvRequest_::SickDevGetLidarConfigSrvRequest_
SickDevGetLidarConfigSrvRequest_()
Definition: SickDevGetLidarConfigSrvRequest.h:27


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