GetPlanResponse.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/GetPlanResponse.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef NAV_MSGS_MESSAGE_GETPLANRESPONSE_H
7 #define NAV_MSGS_MESSAGE_GETPLANRESPONSE_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 <nav_msgs/Path.h>
20 
21 namespace nav_msgs
22 {
23 template <class ContainerAllocator>
25 {
27 
29  : plan() {
30  }
31  GetPlanResponse_(const ContainerAllocator& _alloc)
32  : plan(_alloc) {
33  (void)_alloc;
34  }
35 
36 
37 
38  typedef ::nav_msgs::Path_<ContainerAllocator> _plan_type;
40 
41 
42 
43 
44 
45  typedef std::shared_ptr< ::nav_msgs::GetPlanResponse_<ContainerAllocator> > Ptr;
46  typedef std::shared_ptr< ::nav_msgs::GetPlanResponse_<ContainerAllocator> const> ConstPtr;
47 
48 }; // struct GetPlanResponse_
49 
50 typedef ::nav_msgs::GetPlanResponse_<std::allocator<void> > GetPlanResponse;
51 
52 typedef std::shared_ptr< ::nav_msgs::GetPlanResponse > GetPlanResponsePtr;
53 typedef std::shared_ptr< ::nav_msgs::GetPlanResponse const> GetPlanResponseConstPtr;
54 
55 // constants requiring out of line definition
56 
57 
58 
59 template<typename ContainerAllocator>
60 std::ostream& operator<<(std::ostream& s, const ::nav_msgs::GetPlanResponse_<ContainerAllocator> & v)
61 {
63 return s;
64 }
65 
66 
67 template<typename ContainerAllocator1, typename ContainerAllocator2>
68 bool operator==(const ::nav_msgs::GetPlanResponse_<ContainerAllocator1> & lhs, const ::nav_msgs::GetPlanResponse_<ContainerAllocator2> & rhs)
69 {
70  return lhs.plan == rhs.plan;
71 }
72 
73 template<typename ContainerAllocator1, typename ContainerAllocator2>
74 bool operator!=(const ::nav_msgs::GetPlanResponse_<ContainerAllocator1> & lhs, const ::nav_msgs::GetPlanResponse_<ContainerAllocator2> & rhs)
75 {
76  return !(lhs == rhs);
77 }
78 
79 
80 } // namespace nav_msgs
81 
82 namespace roswrap
83 {
84 namespace message_traits
85 {
86 
87 
88 
89 
90 
91 template <class ContainerAllocator>
92 struct IsFixedSize< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
93  : FalseType
94  { };
95 
96 template <class ContainerAllocator>
97 struct IsFixedSize< ::nav_msgs::GetPlanResponse_<ContainerAllocator> const>
98  : FalseType
99  { };
100 
101 template <class ContainerAllocator>
102 struct IsMessage< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
103  : TrueType
104  { };
105 
106 template <class ContainerAllocator>
107 struct IsMessage< ::nav_msgs::GetPlanResponse_<ContainerAllocator> const>
108  : TrueType
109  { };
110 
111 template <class ContainerAllocator>
112 struct HasHeader< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
113  : FalseType
114  { };
115 
116 template <class ContainerAllocator>
117 struct HasHeader< ::nav_msgs::GetPlanResponse_<ContainerAllocator> const>
118  : FalseType
119  { };
120 
121 
122 template<class ContainerAllocator>
123 struct MD5Sum< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
124 {
125  static const char* value()
126  {
127  return "0002bc113c0259d71f6cf8cbc9430e18";
128  }
129 
130  static const char* value(const ::nav_msgs::GetPlanResponse_<ContainerAllocator>&) { return value(); }
131  static const uint64_t static_value1 = 0x0002bc113c0259d7ULL;
132  static const uint64_t static_value2 = 0x1f6cf8cbc9430e18ULL;
133 };
134 
135 template<class ContainerAllocator>
136 struct DataType< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
137 {
138  static const char* value()
139  {
140  return "nav_msgs/GetPlanResponse";
141  }
142 
143  static const char* value(const ::nav_msgs::GetPlanResponse_<ContainerAllocator>&) { return value(); }
144 };
145 
146 template<class ContainerAllocator>
147 struct Definition< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
148 {
149  static const char* value()
150  {
151  return "nav_msgs/Path plan\n"
152 "\n"
153 "\n"
154 "================================================================================\n"
155 "MSG: nav_msgs/Path\n"
156 "#An array of poses that represents a Path for a robot to follow\n"
157 "Header header\n"
158 "geometry_msgs/PoseStamped[] poses\n"
159 "\n"
160 "================================================================================\n"
161 "MSG: std_msgs/Header\n"
162 "# Standard metadata for higher-level stamped data types.\n"
163 "# This is generally used to communicate timestamped data \n"
164 "# in a particular coordinate frame.\n"
165 "# \n"
166 "# sequence ID: consecutively increasing ID \n"
167 "uint32 seq\n"
168 "#Two-integer timestamp that is expressed as:\n"
169 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
170 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
171 "# time-handling sugar is provided by the client library\n"
172 "time stamp\n"
173 "#Frame this data is associated with\n"
174 "string frame_id\n"
175 "\n"
176 "================================================================================\n"
177 "MSG: geometry_msgs/PoseStamped\n"
178 "# A Pose with reference coordinate frame and timestamp\n"
179 "Header header\n"
180 "Pose pose\n"
181 "\n"
182 "================================================================================\n"
183 "MSG: geometry_msgs/Pose\n"
184 "# A representation of pose in free space, composed of position and orientation. \n"
185 "Point position\n"
186 "Quaternion orientation\n"
187 "\n"
188 "================================================================================\n"
189 "MSG: geometry_msgs/Point\n"
190 "# This contains the position of a point in free space\n"
191 "float64 x\n"
192 "float64 y\n"
193 "float64 z\n"
194 "\n"
195 "================================================================================\n"
196 "MSG: geometry_msgs/Quaternion\n"
197 "# This represents an orientation in free space in quaternion form.\n"
198 "\n"
199 "float64 x\n"
200 "float64 y\n"
201 "float64 z\n"
202 "float64 w\n"
203 ;
204  }
205 
206  static const char* value(const ::nav_msgs::GetPlanResponse_<ContainerAllocator>&) { return value(); }
207 };
208 
209 } // namespace message_traits
210 } // namespace roswrap
211 
212 namespace roswrap
213 {
214 namespace serialization
215 {
216 
217  template<class ContainerAllocator> struct Serializer< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
218  {
219  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
220  {
221  stream.next(m.plan);
222  }
223 
225  }; // struct GetPlanResponse_
226 
227 } // namespace serialization
228 } // namespace roswrap
229 
230 namespace roswrap
231 {
232 namespace message_operations
233 {
234 
235 template<class ContainerAllocator>
236 struct Printer< ::nav_msgs::GetPlanResponse_<ContainerAllocator> >
237 {
238  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::nav_msgs::GetPlanResponse_<ContainerAllocator>& v)
239  {
240  s << indent << "plan: ";
241  s << std::endl;
243  }
244 };
245 
246 } // namespace message_operations
247 } // namespace roswrap
248 
249 #endif // NAV_MSGS_MESSAGE_GETPLANRESPONSE_H
nav_msgs::GetPlanResponse_::plan
_plan_type plan
Definition: GetPlanResponse.h:39
nav_msgs::GetPlanResponseConstPtr
std::shared_ptr< ::nav_msgs::GetPlanResponse const > GetPlanResponseConstPtr
Definition: GetPlanResponse.h:53
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
roswrap::message_traits::DataType< ::nav_msgs::GetPlanResponse_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetPlanResponse_< ContainerAllocator > &)
Definition: GetPlanResponse.h:143
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
Path.h
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
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::operator<<
std::ostream & operator<<(std::ostream &s, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
Definition: GetMapAction.h:72
roswrap::message_traits::Definition< ::nav_msgs::GetPlanResponse_< ContainerAllocator > >::value
static const char * value()
Definition: GetPlanResponse.h:149
nav_msgs::GetPlanResponse_::GetPlanResponse_
GetPlanResponse_(const ContainerAllocator &_alloc)
Definition: GetPlanResponse.h:31
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
nav_msgs::GetPlanResponse
::nav_msgs::GetPlanResponse_< std::allocator< void > > GetPlanResponse
Definition: GetPlanResponse.h:50
roswrap::message_traits::MD5Sum< ::nav_msgs::GetPlanResponse_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetPlanResponse_< ContainerAllocator > &)
Definition: GetPlanResponse.h:130
roswrap
Definition: param_modi.cpp:41
roswrap::message_traits::Definition< ::nav_msgs::GetPlanResponse_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetPlanResponse_< ContainerAllocator > &)
Definition: GetPlanResponse.h:206
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::serialization::Serializer< ::nav_msgs::GetPlanResponse_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: GetPlanResponse.h:219
roswrap::message_traits::MD5Sum< ::nav_msgs::GetPlanResponse_< ContainerAllocator > >::value
static const char * value()
Definition: GetPlanResponse.h:125
nav_msgs::Path_
Definition: Path.h:25
nav_msgs::GetPlanResponse_
Definition: GetPlanResponse.h:24
nav_msgs::GetPlanResponse_::ConstPtr
std::shared_ptr< ::nav_msgs::GetPlanResponse_< ContainerAllocator > const > ConstPtr
Definition: GetPlanResponse.h:46
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_operations::Printer< ::nav_msgs::GetPlanResponse_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::GetPlanResponse_< ContainerAllocator > &v)
Definition: GetPlanResponse.h:238
nav_msgs::GetPlanResponse_::Type
GetPlanResponse_< ContainerAllocator > Type
Definition: GetPlanResponse.h:26
nav_msgs::GetPlanResponsePtr
std::shared_ptr< ::nav_msgs::GetPlanResponse > GetPlanResponsePtr
Definition: GetPlanResponse.h:52
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
nav_msgs::GetPlanResponse_::Ptr
std::shared_ptr< ::nav_msgs::GetPlanResponse_< ContainerAllocator > > Ptr
Definition: GetPlanResponse.h:45
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::GetPlanResponse_< ContainerAllocator > >::value
static const char * value()
Definition: GetPlanResponse.h:138
nav_msgs::GetPlanResponse_::GetPlanResponse_
GetPlanResponse_()
Definition: GetPlanResponse.h:28
nav_msgs::GetPlanResponse_::_plan_type
::nav_msgs::Path_< ContainerAllocator > _plan_type
Definition: GetPlanResponse.h:38
nav_msgs::operator!=
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:88


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