GetMapActionGoal.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/GetMapActionGoal.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef NAV_MSGS_MESSAGE_GETMAPACTIONGOAL_H
7 #define NAV_MSGS_MESSAGE_GETMAPACTIONGOAL_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/GoalID.h>
21 #include <nav_msgs/GetMapGoal.h>
22 
23 namespace nav_msgs
24 {
25 template <class ContainerAllocator>
27 {
29 
31  : header()
32  , goal_id()
33  , goal() {
34  }
35  GetMapActionGoal_(const ContainerAllocator& _alloc)
36  : header(_alloc)
37  , goal_id(_alloc)
38  , goal(_alloc) {
39  (void)_alloc;
40  }
41 
42 
43 
44  typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
46 
47  typedef ::actionlib_msgs::GoalID_<ContainerAllocator> _goal_id_type;
49 
50  typedef ::nav_msgs::GetMapGoal_<ContainerAllocator> _goal_type;
52 
53 
54 
55 
56 
57  typedef std::shared_ptr< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> > Ptr;
58  typedef std::shared_ptr< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> const> ConstPtr;
59 
60 }; // struct GetMapActionGoal_
61 
62 typedef ::nav_msgs::GetMapActionGoal_<std::allocator<void> > GetMapActionGoal;
63 
64 typedef std::shared_ptr< ::nav_msgs::GetMapActionGoal > GetMapActionGoalPtr;
65 typedef std::shared_ptr< ::nav_msgs::GetMapActionGoal const> GetMapActionGoalConstPtr;
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::GetMapActionGoal_<ContainerAllocator> & v)
73 {
75 return s;
76 }
77 
78 
79 template<typename ContainerAllocator1, typename ContainerAllocator2>
80 bool operator==(const ::nav_msgs::GetMapActionGoal_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapActionGoal_<ContainerAllocator2> & rhs)
81 {
82  return lhs.header == rhs.header &&
83  lhs.goal_id == rhs.goal_id &&
84  lhs.goal == rhs.goal;
85 }
86 
87 template<typename ContainerAllocator1, typename ContainerAllocator2>
88 bool operator!=(const ::nav_msgs::GetMapActionGoal_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapActionGoal_<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::GetMapActionGoal_<ContainerAllocator> >
107  : FalseType
108  { };
109 
110 template <class ContainerAllocator>
111 struct IsFixedSize< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> const>
112  : FalseType
113  { };
114 
115 template <class ContainerAllocator>
116 struct IsMessage< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> >
117  : TrueType
118  { };
119 
120 template <class ContainerAllocator>
121 struct IsMessage< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> const>
122  : TrueType
123  { };
124 
125 template <class ContainerAllocator>
126 struct HasHeader< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> >
127  : TrueType
128  { };
129 
130 template <class ContainerAllocator>
131 struct HasHeader< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> const>
132  : TrueType
133  { };
134 
135 
136 template<class ContainerAllocator>
137 struct MD5Sum< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> >
138 {
139  static const char* value()
140  {
141  return "4b30be6cd12b9e72826df56b481f40e0";
142  }
143 
144  static const char* value(const ::nav_msgs::GetMapActionGoal_<ContainerAllocator>&) { return value(); }
145  static const uint64_t static_value1 = 0x4b30be6cd12b9e72ULL;
146  static const uint64_t static_value2 = 0x826df56b481f40e0ULL;
147 };
148 
149 template<class ContainerAllocator>
150 struct DataType< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> >
151 {
152  static const char* value()
153  {
154  return "nav_msgs/GetMapActionGoal";
155  }
156 
157  static const char* value(const ::nav_msgs::GetMapActionGoal_<ContainerAllocator>&) { return value(); }
158 };
159 
160 template<class ContainerAllocator>
161 struct Definition< ::nav_msgs::GetMapActionGoal_<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/GoalID goal_id\n"
169 "GetMapGoal goal\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/GoalID\n"
189 "# The stamp should store the time at which this goal was requested.\n"
190 "# It is used by an action server when it tries to preempt all\n"
191 "# goals that were requested before a certain time\n"
192 "time stamp\n"
193 "\n"
194 "# The id provides a way to associate feedback and\n"
195 "# result message with specific goal requests. The id\n"
196 "# specified must be unique.\n"
197 "string id\n"
198 "\n"
199 "\n"
200 "================================================================================\n"
201 "MSG: nav_msgs/GetMapGoal\n"
202 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
203 "# Get the map as a nav_msgs/OccupancyGrid\n"
204 ;
205  }
206 
207  static const char* value(const ::nav_msgs::GetMapActionGoal_<ContainerAllocator>&) { return value(); }
208 };
209 
210 } // namespace message_traits
211 } // namespace roswrap
212 
213 namespace roswrap
214 {
215 namespace serialization
216 {
217 
218  template<class ContainerAllocator> struct Serializer< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> >
219  {
220  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
221  {
222  stream.next(m.header);
223  stream.next(m.goal_id);
224  stream.next(m.goal);
225  }
226 
228  }; // struct GetMapActionGoal_
229 
230 } // namespace serialization
231 } // namespace roswrap
232 
233 namespace roswrap
234 {
235 namespace message_operations
236 {
237 
238 template<class ContainerAllocator>
239 struct Printer< ::nav_msgs::GetMapActionGoal_<ContainerAllocator> >
240 {
241  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::nav_msgs::GetMapActionGoal_<ContainerAllocator>& v)
242  {
243  s << indent << "header: ";
244  s << std::endl;
246  s << indent << "goal_id: ";
247  s << std::endl;
249  s << indent << "goal: ";
250  s << std::endl;
252  }
253 };
254 
255 } // namespace message_operations
256 } // namespace roswrap
257 
258 #endif // NAV_MSGS_MESSAGE_GETMAPACTIONGOAL_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
roswrap::message_traits::Definition< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetMapActionGoal_< ContainerAllocator > &)
Definition: GetMapActionGoal.h:207
nav_msgs::GetMapActionGoal_::GetMapActionGoal_
GetMapActionGoal_(const ContainerAllocator &_alloc)
Definition: GetMapActionGoal.h:35
nav_msgs::GetMapActionGoalConstPtr
std::shared_ptr< ::nav_msgs::GetMapActionGoal const > GetMapActionGoalConstPtr
Definition: GetMapActionGoal.h:65
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
nav_msgs::GetMapActionGoal_::Type
GetMapActionGoal_< ContainerAllocator > Type
Definition: GetMapActionGoal.h:28
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
nav_msgs::GetMapActionGoal_::_header_type
::std_msgs::Header_< ContainerAllocator > _header_type
Definition: GetMapActionGoal.h:44
nav_msgs::GetMapActionGoal_::ConstPtr
std::shared_ptr< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > const > ConstPtr
Definition: GetMapActionGoal.h:58
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
roswrap::message_traits::DataType< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetMapActionGoal_< ContainerAllocator > &)
Definition: GetMapActionGoal.h:157
nav_msgs::GetMapActionGoal_::header
_header_type header
Definition: GetMapActionGoal.h:45
GetMapGoal.h
ros::message_operations::Printer
nav_msgs::GetMapActionGoal_::_goal_id_type
::actionlib_msgs::GoalID_< ContainerAllocator > _goal_id_type
Definition: GetMapActionGoal.h:47
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::GetMapActionGoalPtr
std::shared_ptr< ::nav_msgs::GetMapActionGoal > GetMapActionGoalPtr
Definition: GetMapActionGoal.h:64
nav_msgs::GetMapActionGoal_::_goal_type
::nav_msgs::GetMapGoal_< ContainerAllocator > _goal_type
Definition: GetMapActionGoal.h:50
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
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
roswrap::message_traits::Definition< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > >::value
static const char * value()
Definition: GetMapActionGoal.h:163
nav_msgs::GetMapGoal_
Definition: GetMapGoal.h:23
nav_msgs::GetMapActionGoal_::goal
_goal_type goal
Definition: GetMapActionGoal.h:51
roswrap
Definition: param_modi.cpp:41
roswrap::message_operations::Printer
Definition: message_operations.h:40
std_msgs::Header_
Definition: Header.h:23
nav_msgs::GetMapActionGoal_::goal_id
_goal_id_type goal_id
Definition: GetMapActionGoal.h:48
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::GetMapActionGoal_< ContainerAllocator > >::value
static const char * value()
Definition: GetMapActionGoal.h:152
roswrap::message_traits::MD5Sum< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetMapActionGoal_< ContainerAllocator > &)
Definition: GetMapActionGoal.h:144
roswrap::serialization::Serializer< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: GetMapActionGoal.h:220
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
roswrap::message_operations::Printer< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::GetMapActionGoal_< ContainerAllocator > &v)
Definition: GetMapActionGoal.h:241
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
nav_msgs::GetMapActionGoal
::nav_msgs::GetMapActionGoal_< std::allocator< void > > GetMapActionGoal
Definition: GetMapActionGoal.h:62
nav_msgs::GetMapActionGoal_::Ptr
std::shared_ptr< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > > Ptr
Definition: GetMapActionGoal.h:57
nav_msgs::GetMapActionGoal_
Definition: GetMapActionGoal.h:26
Header.h
nav_msgs::operator!=
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:88
roswrap::message_traits::MD5Sum< ::nav_msgs::GetMapActionGoal_< ContainerAllocator > >::value
static const char * value()
Definition: GetMapActionGoal.h:139
nav_msgs::GetMapActionGoal_::GetMapActionGoal_
GetMapActionGoal_()
Definition: GetMapActionGoal.h:30


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