GetMapActionResult.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 nav_msgs/GetMapActionResult.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef NAV_MSGS_MESSAGE_GETMAPACTIONRESULT_H
7 #define NAV_MSGS_MESSAGE_GETMAPACTIONRESULT_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 #include <std_msgs/Header.h>
20 #include <actionlib_msgs/GoalStatus.h>
21 #include <nav_msgs/GetMapResult.h>
22 
23 namespace nav_msgs
24 {
25 template <class ContainerAllocator>
27 {
29 
31  : header()
32  , status()
33  , result() {
34  }
35  GetMapActionResult_(const ContainerAllocator& _alloc)
36  : header(_alloc)
37  , status(_alloc)
38  , result(_alloc) {
39  (void)_alloc;
40  }
41 
42 
43 
44  typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
46 
47  typedef ::actionlib_msgs::GoalStatus_<ContainerAllocator> _status_type;
49 
50  typedef ::nav_msgs::GetMapResult_<ContainerAllocator> _result_type;
52 
53 
54 
55 
56 
57  typedef std::shared_ptr< ::nav_msgs::GetMapActionResult_<ContainerAllocator> > Ptr;
58  typedef std::shared_ptr< ::nav_msgs::GetMapActionResult_<ContainerAllocator> const> ConstPtr;
59 
60 }; // struct GetMapActionResult_
61 
62 typedef ::nav_msgs::GetMapActionResult_<std::allocator<void> > GetMapActionResult;
63 
64 typedef std::shared_ptr< ::nav_msgs::GetMapActionResult > GetMapActionResultPtr;
65 typedef std::shared_ptr< ::nav_msgs::GetMapActionResult const> GetMapActionResultConstPtr;
66 
67 // constants requiring out of line definition
68 
69 
70 
71 template<typename ContainerAllocator>
72 std::ostream& operator<<(std::ostream& s, const ::nav_msgs::GetMapActionResult_<ContainerAllocator> & v)
73 {
75 return s;
76 }
77 
78 
79 template<typename ContainerAllocator1, typename ContainerAllocator2>
80 bool operator==(const ::nav_msgs::GetMapActionResult_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapActionResult_<ContainerAllocator2> & rhs)
81 {
82  return lhs.header == rhs.header &&
83  lhs.status == rhs.status &&
84  lhs.result == rhs.result;
85 }
86 
87 template<typename ContainerAllocator1, typename ContainerAllocator2>
88 bool operator!=(const ::nav_msgs::GetMapActionResult_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapActionResult_<ContainerAllocator2> & rhs)
89 {
90  return !(lhs == rhs);
91 }
92 
93 
94 } // namespace nav_msgs
95 
96 namespace roswrap
97 {
98 namespace message_traits
99 {
100 
101 
102 
103 
104 
105 template <class ContainerAllocator>
106 struct IsFixedSize< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
107  : FalseType
108  { };
109 
110 template <class ContainerAllocator>
111 struct IsFixedSize< ::nav_msgs::GetMapActionResult_<ContainerAllocator> const>
112  : FalseType
113  { };
114 
115 template <class ContainerAllocator>
116 struct IsMessage< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
117  : TrueType
118  { };
119 
120 template <class ContainerAllocator>
121 struct IsMessage< ::nav_msgs::GetMapActionResult_<ContainerAllocator> const>
122  : TrueType
123  { };
124 
125 template <class ContainerAllocator>
126 struct HasHeader< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
127  : TrueType
128  { };
129 
130 template <class ContainerAllocator>
131 struct HasHeader< ::nav_msgs::GetMapActionResult_<ContainerAllocator> const>
132  : TrueType
133  { };
134 
135 
136 template<class ContainerAllocator>
137 struct MD5Sum< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
138 {
139  static const char* value()
140  {
141  return "ac66e5b9a79bb4bbd33dab245236c892";
142  }
143 
144  static const char* value(const ::nav_msgs::GetMapActionResult_<ContainerAllocator>&) { return value(); }
145  static const uint64_t static_value1 = 0xac66e5b9a79bb4bbULL;
146  static const uint64_t static_value2 = 0xd33dab245236c892ULL;
147 };
148 
149 template<class ContainerAllocator>
150 struct DataType< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
151 {
152  static const char* value()
153  {
154  return "nav_msgs/GetMapActionResult";
155  }
156 
157  static const char* value(const ::nav_msgs::GetMapActionResult_<ContainerAllocator>&) { return value(); }
158 };
159 
160 template<class ContainerAllocator>
161 struct Definition< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
162 {
163  static const char* value()
164  {
165  return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
166 "\n"
167 "Header header\n"
168 "actionlib_msgs/GoalStatus status\n"
169 "GetMapResult result\n"
170 "\n"
171 "================================================================================\n"
172 "MSG: std_msgs/Header\n"
173 "# Standard metadata for higher-level stamped data types.\n"
174 "# This is generally used to communicate timestamped data \n"
175 "# in a particular coordinate frame.\n"
176 "# \n"
177 "# sequence ID: consecutively increasing ID \n"
178 "uint32 seq\n"
179 "#Two-integer timestamp that is expressed as:\n"
180 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
181 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
182 "# time-handling sugar is provided by the client library\n"
183 "time stamp\n"
184 "#Frame this data is associated with\n"
185 "string frame_id\n"
186 "\n"
187 "================================================================================\n"
188 "MSG: actionlib_msgs/GoalStatus\n"
189 "GoalID goal_id\n"
190 "uint8 status\n"
191 "uint8 PENDING = 0 # The goal has yet to be processed by the action server\n"
192 "uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n"
193 "uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n"
194 " # and has since completed its execution (Terminal State)\n"
195 "uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n"
196 "uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n"
197 " # to some failure (Terminal State)\n"
198 "uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n"
199 " # because the goal was unattainable or invalid (Terminal State)\n"
200 "uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n"
201 " # and has not yet completed execution\n"
202 "uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n"
203 " # but the action server has not yet confirmed that the goal is canceled\n"
204 "uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n"
205 " # and was successfully cancelled (Terminal State)\n"
206 "uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n"
207 " # sent over the wire by an action server\n"
208 "\n"
209 "#Allow for the user to associate a string with GoalStatus for debugging\n"
210 "string text\n"
211 "\n"
212 "\n"
213 "================================================================================\n"
214 "MSG: actionlib_msgs/GoalID\n"
215 "# The stamp should store the time at which this goal was requested.\n"
216 "# It is used by an action server when it tries to preempt all\n"
217 "# goals that were requested before a certain time\n"
218 "time stamp\n"
219 "\n"
220 "# The id provides a way to associate feedback and\n"
221 "# result message with specific goal requests. The id\n"
222 "# specified must be unique.\n"
223 "string id\n"
224 "\n"
225 "\n"
226 "================================================================================\n"
227 "MSG: nav_msgs/GetMapResult\n"
228 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
229 "nav_msgs/OccupancyGrid map\n"
230 "\n"
231 "================================================================================\n"
232 "MSG: nav_msgs/OccupancyGrid\n"
233 "# This represents a 2-D grid map, in which each cell represents the probability of\n"
234 "# occupancy.\n"
235 "\n"
236 "Header header \n"
237 "\n"
238 "#MetaData for the map\n"
239 "MapMetaData info\n"
240 "\n"
241 "# The map data, in row-major order, starting with (0,0). Occupancy\n"
242 "# probabilities are in the range [0,100]. Unknown is -1.\n"
243 "int8[] data\n"
244 "\n"
245 "================================================================================\n"
246 "MSG: nav_msgs/MapMetaData\n"
247 "# This hold basic information about the characterists of the OccupancyGrid\n"
248 "\n"
249 "# The time at which the map was loaded\n"
250 "time map_load_time\n"
251 "# The map resolution [m/cell]\n"
252 "float32 resolution\n"
253 "# Map width [cells]\n"
254 "uint32 width\n"
255 "# Map height [cells]\n"
256 "uint32 height\n"
257 "# The origin of the map [m, m, rad]. This is the real-world pose of the\n"
258 "# cell (0,0) in the map.\n"
259 "geometry_msgs/Pose origin\n"
260 "================================================================================\n"
261 "MSG: geometry_msgs/Pose\n"
262 "# A representation of pose in free space, composed of position and orientation. \n"
263 "Point position\n"
264 "Quaternion orientation\n"
265 "\n"
266 "================================================================================\n"
267 "MSG: geometry_msgs/Point\n"
268 "# This contains the position of a point in free space\n"
269 "float64 x\n"
270 "float64 y\n"
271 "float64 z\n"
272 "\n"
273 "================================================================================\n"
274 "MSG: geometry_msgs/Quaternion\n"
275 "# This represents an orientation in free space in quaternion form.\n"
276 "\n"
277 "float64 x\n"
278 "float64 y\n"
279 "float64 z\n"
280 "float64 w\n"
281 ;
282  }
283 
284  static const char* value(const ::nav_msgs::GetMapActionResult_<ContainerAllocator>&) { return value(); }
285 };
286 
287 } // namespace message_traits
288 } // namespace roswrap
289 
290 namespace roswrap
291 {
292 namespace serialization
293 {
294 
295  template<class ContainerAllocator> struct Serializer< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
296  {
297  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
298  {
299  stream.next(m.header);
300  stream.next(m.status);
301  stream.next(m.result);
302  }
303 
305  }; // struct GetMapActionResult_
306 
307 } // namespace serialization
308 } // namespace roswrap
309 
310 namespace roswrap
311 {
312 namespace message_operations
313 {
314 
315 template<class ContainerAllocator>
316 struct Printer< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
317 {
318  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::nav_msgs::GetMapActionResult_<ContainerAllocator>& v)
319  {
320  s << indent << "header: ";
321  s << std::endl;
323  s << indent << "status: ";
324  s << std::endl;
326  s << indent << "result: ";
327  s << std::endl;
329  }
330 };
331 
332 } // namespace message_operations
333 } // namespace roswrap
334 
335 #endif // NAV_MSGS_MESSAGE_GETMAPACTIONRESULT_H
nav_msgs::GetMapActionResultConstPtr
std::shared_ptr< ::nav_msgs::GetMapActionResult const > GetMapActionResultConstPtr
Definition: GetMapActionResult.h:65
nav_msgs::GetMapActionResult
::nav_msgs::GetMapActionResult_< std::allocator< void > > GetMapActionResult
Definition: GetMapActionResult.h:62
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
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
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
nav_msgs::GetMapActionResult_::Type
GetMapActionResult_< ContainerAllocator > Type
Definition: GetMapActionResult.h:28
roswrap::message_traits::MD5Sum< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::value
static const char * value()
Definition: GetMapActionResult.h:139
nav_msgs::GetMapActionResult_::_result_type
::nav_msgs::GetMapResult_< ContainerAllocator > _result_type
Definition: GetMapActionResult.h:50
nav_msgs::GetMapActionResult_::header
_header_type header
Definition: GetMapActionResult.h:45
roswrap::message_traits::Definition< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::value
static const char * value()
Definition: GetMapActionResult.h:163
nav_msgs::GetMapActionResultPtr
std::shared_ptr< ::nav_msgs::GetMapActionResult > GetMapActionResultPtr
Definition: GetMapActionResult.h:64
roswrap::message_traits::Definition< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &)
Definition: GetMapActionResult.h:284
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
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
nav_msgs::GetMapActionResult_::result
_result_type result
Definition: GetMapActionResult.h:51
roswrap::message_operations::Printer< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &v)
Definition: GetMapActionResult.h:318
nav_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
Definition: GetMapAction.h:72
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
nav_msgs::GetMapActionResult_::_status_type
::actionlib_msgs::GoalStatus_< ContainerAllocator > _status_type
Definition: GetMapActionResult.h:47
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
nav_msgs::GetMapActionResult_::GetMapActionResult_
GetMapActionResult_()
Definition: GetMapActionResult.h:30
nav_msgs::GetMapActionResult_::GetMapActionResult_
GetMapActionResult_(const ContainerAllocator &_alloc)
Definition: GetMapActionResult.h:35
nav_msgs::GetMapActionResult_
Definition: GetMapActionResult.h:26
roswrap
Definition: param_modi.cpp:41
roswrap::message_traits::MD5Sum< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &)
Definition: GetMapActionResult.h:144
roswrap::message_operations::Printer
Definition: message_operations.h:40
std_msgs::Header_
Definition: Header.h:23
nav_msgs::GetMapActionResult_::Ptr
std::shared_ptr< ::nav_msgs::GetMapActionResult_< ContainerAllocator > > Ptr
Definition: GetMapActionResult.h:57
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
nav_msgs
Definition: GetMap.h:16
roswrap::message_traits::DataType< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &)
Definition: GetMapActionResult.h:157
nav_msgs::GetMapActionResult_::_header_type
::std_msgs::Header_< ContainerAllocator > _header_type
Definition: GetMapActionResult.h:44
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
nav_msgs::operator==
bool operator==(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:80
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
roswrap::message_traits::DataType< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::value
static const char * value()
Definition: GetMapActionResult.h:152
nav_msgs::GetMapActionResult_::ConstPtr
std::shared_ptr< ::nav_msgs::GetMapActionResult_< ContainerAllocator > const > ConstPtr
Definition: GetMapActionResult.h:58
GetMapResult.h
Header.h
nav_msgs::operator!=
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:88
roswrap::serialization::Serializer< ::nav_msgs::GetMapActionResult_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: GetMapActionResult.h:297
nav_msgs::GetMapActionResult_::status
_status_type status
Definition: GetMapActionResult.h:48
nav_msgs::GetMapResult_
Definition: GetMapResult.h:24


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