00001
00002 #ifndef APPLICATION_MSGS_MESSAGE_EMPTYACTION_H
00003 #define APPLICATION_MSGS_MESSAGE_EMPTYACTION_H
00004 #include <string>
00005 #include <vector>
00006 #include <ostream>
00007 #include "ros/serialization.h"
00008 #include "ros/builtin_message_traits.h"
00009 #include "ros/message_operations.h"
00010 #include "ros/message.h"
00011 #include "ros/time.h"
00012
00013 #include "application_msgs/EmptyActionGoal.h"
00014 #include "application_msgs/EmptyActionResult.h"
00015 #include "application_msgs/EmptyActionFeedback.h"
00016
00017 namespace application_msgs
00018 {
00019 template <class ContainerAllocator>
00020 struct EmptyAction_ : public ros::Message
00021 {
00022 typedef EmptyAction_<ContainerAllocator> Type;
00023
00024 EmptyAction_()
00025 : action_goal()
00026 , action_result()
00027 , action_feedback()
00028 {
00029 }
00030
00031 EmptyAction_(const ContainerAllocator& _alloc)
00032 : action_goal(_alloc)
00033 , action_result(_alloc)
00034 , action_feedback(_alloc)
00035 {
00036 }
00037
00038 typedef ::application_msgs::EmptyActionGoal_<ContainerAllocator> _action_goal_type;
00039 ::application_msgs::EmptyActionGoal_<ContainerAllocator> action_goal;
00040
00041 typedef ::application_msgs::EmptyActionResult_<ContainerAllocator> _action_result_type;
00042 ::application_msgs::EmptyActionResult_<ContainerAllocator> action_result;
00043
00044 typedef ::application_msgs::EmptyActionFeedback_<ContainerAllocator> _action_feedback_type;
00045 ::application_msgs::EmptyActionFeedback_<ContainerAllocator> action_feedback;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "application_msgs/EmptyAction"; }
00050 public:
00051 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00052
00053 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00054
00055 private:
00056 static const char* __s_getMD5Sum_() { return "d5a016b49f278075666fbc901debbd08"; }
00057 public:
00058 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00059
00060 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00061
00062 private:
00063 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00064 \n\
00065 EmptyActionGoal action_goal\n\
00066 EmptyActionResult action_result\n\
00067 EmptyActionFeedback action_feedback\n\
00068 \n\
00069 ================================================================================\n\
00070 MSG: application_msgs/EmptyActionGoal\n\
00071 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00072 \n\
00073 Header header\n\
00074 actionlib_msgs/GoalID goal_id\n\
00075 EmptyGoal goal\n\
00076 \n\
00077 ================================================================================\n\
00078 MSG: std_msgs/Header\n\
00079 # Standard metadata for higher-level stamped data types.\n\
00080 # This is generally used to communicate timestamped data \n\
00081 # in a particular coordinate frame.\n\
00082 # \n\
00083 # sequence ID: consecutively increasing ID \n\
00084 uint32 seq\n\
00085 #Two-integer timestamp that is expressed as:\n\
00086 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00087 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00088 # time-handling sugar is provided by the client library\n\
00089 time stamp\n\
00090 #Frame this data is associated with\n\
00091 # 0: no frame\n\
00092 # 1: global frame\n\
00093 string frame_id\n\
00094 \n\
00095 ================================================================================\n\
00096 MSG: actionlib_msgs/GoalID\n\
00097 # The stamp should store the time at which this goal was requested.\n\
00098 # It is used by an action server when it tries to preempt all\n\
00099 # goals that were requested before a certain time\n\
00100 time stamp\n\
00101 \n\
00102 # The id provides a way to associate feedback and\n\
00103 # result message with specific goal requests. The id\n\
00104 # specified must be unique.\n\
00105 string id\n\
00106 \n\
00107 \n\
00108 ================================================================================\n\
00109 MSG: application_msgs/EmptyGoal\n\
00110 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00111 \n\
00112 ================================================================================\n\
00113 MSG: application_msgs/EmptyActionResult\n\
00114 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00115 \n\
00116 Header header\n\
00117 actionlib_msgs/GoalStatus status\n\
00118 EmptyResult result\n\
00119 \n\
00120 ================================================================================\n\
00121 MSG: actionlib_msgs/GoalStatus\n\
00122 GoalID goal_id\n\
00123 uint8 status\n\
00124 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00125 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00126 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00127 # and has since completed its execution (Terminal State)\n\
00128 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00129 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00130 # to some failure (Terminal State)\n\
00131 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00132 # because the goal was unattainable or invalid (Terminal State)\n\
00133 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00134 # and has not yet completed execution\n\
00135 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00136 # but the action server has not yet confirmed that the goal is canceled\n\
00137 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00138 # and was successfully cancelled (Terminal State)\n\
00139 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00140 # sent over the wire by an action server\n\
00141 \n\
00142 #Allow for the user to associate a string with GoalStatus for debugging\n\
00143 string text\n\
00144 \n\
00145 \n\
00146 ================================================================================\n\
00147 MSG: application_msgs/EmptyResult\n\
00148 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00149 \n\
00150 ================================================================================\n\
00151 MSG: application_msgs/EmptyActionFeedback\n\
00152 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00153 \n\
00154 Header header\n\
00155 actionlib_msgs/GoalStatus status\n\
00156 EmptyFeedback feedback\n\
00157 \n\
00158 ================================================================================\n\
00159 MSG: application_msgs/EmptyFeedback\n\
00160 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00161 \n\
00162 \n\
00163 "; }
00164 public:
00165 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00166
00167 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00168
00169 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00170 {
00171 ros::serialization::OStream stream(write_ptr, 1000000000);
00172 ros::serialization::serialize(stream, action_goal);
00173 ros::serialization::serialize(stream, action_result);
00174 ros::serialization::serialize(stream, action_feedback);
00175 return stream.getData();
00176 }
00177
00178 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00179 {
00180 ros::serialization::IStream stream(read_ptr, 1000000000);
00181 ros::serialization::deserialize(stream, action_goal);
00182 ros::serialization::deserialize(stream, action_result);
00183 ros::serialization::deserialize(stream, action_feedback);
00184 return stream.getData();
00185 }
00186
00187 ROS_DEPRECATED virtual uint32_t serializationLength() const
00188 {
00189 uint32_t size = 0;
00190 size += ros::serialization::serializationLength(action_goal);
00191 size += ros::serialization::serializationLength(action_result);
00192 size += ros::serialization::serializationLength(action_feedback);
00193 return size;
00194 }
00195
00196 typedef boost::shared_ptr< ::application_msgs::EmptyAction_<ContainerAllocator> > Ptr;
00197 typedef boost::shared_ptr< ::application_msgs::EmptyAction_<ContainerAllocator> const> ConstPtr;
00198 };
00199 typedef ::application_msgs::EmptyAction_<std::allocator<void> > EmptyAction;
00200
00201 typedef boost::shared_ptr< ::application_msgs::EmptyAction> EmptyActionPtr;
00202 typedef boost::shared_ptr< ::application_msgs::EmptyAction const> EmptyActionConstPtr;
00203
00204
00205 template<typename ContainerAllocator>
00206 std::ostream& operator<<(std::ostream& s, const ::application_msgs::EmptyAction_<ContainerAllocator> & v)
00207 {
00208 ros::message_operations::Printer< ::application_msgs::EmptyAction_<ContainerAllocator> >::stream(s, "", v);
00209 return s;}
00210
00211 }
00212
00213 namespace ros
00214 {
00215 namespace message_traits
00216 {
00217 template<class ContainerAllocator>
00218 struct MD5Sum< ::application_msgs::EmptyAction_<ContainerAllocator> > {
00219 static const char* value()
00220 {
00221 return "d5a016b49f278075666fbc901debbd08";
00222 }
00223
00224 static const char* value(const ::application_msgs::EmptyAction_<ContainerAllocator> &) { return value(); }
00225 static const uint64_t static_value1 = 0xd5a016b49f278075ULL;
00226 static const uint64_t static_value2 = 0x666fbc901debbd08ULL;
00227 };
00228
00229 template<class ContainerAllocator>
00230 struct DataType< ::application_msgs::EmptyAction_<ContainerAllocator> > {
00231 static const char* value()
00232 {
00233 return "application_msgs/EmptyAction";
00234 }
00235
00236 static const char* value(const ::application_msgs::EmptyAction_<ContainerAllocator> &) { return value(); }
00237 };
00238
00239 template<class ContainerAllocator>
00240 struct Definition< ::application_msgs::EmptyAction_<ContainerAllocator> > {
00241 static const char* value()
00242 {
00243 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00244 \n\
00245 EmptyActionGoal action_goal\n\
00246 EmptyActionResult action_result\n\
00247 EmptyActionFeedback action_feedback\n\
00248 \n\
00249 ================================================================================\n\
00250 MSG: application_msgs/EmptyActionGoal\n\
00251 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00252 \n\
00253 Header header\n\
00254 actionlib_msgs/GoalID goal_id\n\
00255 EmptyGoal goal\n\
00256 \n\
00257 ================================================================================\n\
00258 MSG: std_msgs/Header\n\
00259 # Standard metadata for higher-level stamped data types.\n\
00260 # This is generally used to communicate timestamped data \n\
00261 # in a particular coordinate frame.\n\
00262 # \n\
00263 # sequence ID: consecutively increasing ID \n\
00264 uint32 seq\n\
00265 #Two-integer timestamp that is expressed as:\n\
00266 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00267 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00268 # time-handling sugar is provided by the client library\n\
00269 time stamp\n\
00270 #Frame this data is associated with\n\
00271 # 0: no frame\n\
00272 # 1: global frame\n\
00273 string frame_id\n\
00274 \n\
00275 ================================================================================\n\
00276 MSG: actionlib_msgs/GoalID\n\
00277 # The stamp should store the time at which this goal was requested.\n\
00278 # It is used by an action server when it tries to preempt all\n\
00279 # goals that were requested before a certain time\n\
00280 time stamp\n\
00281 \n\
00282 # The id provides a way to associate feedback and\n\
00283 # result message with specific goal requests. The id\n\
00284 # specified must be unique.\n\
00285 string id\n\
00286 \n\
00287 \n\
00288 ================================================================================\n\
00289 MSG: application_msgs/EmptyGoal\n\
00290 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00291 \n\
00292 ================================================================================\n\
00293 MSG: application_msgs/EmptyActionResult\n\
00294 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00295 \n\
00296 Header header\n\
00297 actionlib_msgs/GoalStatus status\n\
00298 EmptyResult result\n\
00299 \n\
00300 ================================================================================\n\
00301 MSG: actionlib_msgs/GoalStatus\n\
00302 GoalID goal_id\n\
00303 uint8 status\n\
00304 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00305 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00306 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00307 # and has since completed its execution (Terminal State)\n\
00308 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00309 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00310 # to some failure (Terminal State)\n\
00311 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00312 # because the goal was unattainable or invalid (Terminal State)\n\
00313 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00314 # and has not yet completed execution\n\
00315 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00316 # but the action server has not yet confirmed that the goal is canceled\n\
00317 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00318 # and was successfully cancelled (Terminal State)\n\
00319 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00320 # sent over the wire by an action server\n\
00321 \n\
00322 #Allow for the user to associate a string with GoalStatus for debugging\n\
00323 string text\n\
00324 \n\
00325 \n\
00326 ================================================================================\n\
00327 MSG: application_msgs/EmptyResult\n\
00328 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00329 \n\
00330 ================================================================================\n\
00331 MSG: application_msgs/EmptyActionFeedback\n\
00332 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00333 \n\
00334 Header header\n\
00335 actionlib_msgs/GoalStatus status\n\
00336 EmptyFeedback feedback\n\
00337 \n\
00338 ================================================================================\n\
00339 MSG: application_msgs/EmptyFeedback\n\
00340 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00341 \n\
00342 \n\
00343 ";
00344 }
00345
00346 static const char* value(const ::application_msgs::EmptyAction_<ContainerAllocator> &) { return value(); }
00347 };
00348
00349 }
00350 }
00351
00352 namespace ros
00353 {
00354 namespace serialization
00355 {
00356
00357 template<class ContainerAllocator> struct Serializer< ::application_msgs::EmptyAction_<ContainerAllocator> >
00358 {
00359 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00360 {
00361 stream.next(m.action_goal);
00362 stream.next(m.action_result);
00363 stream.next(m.action_feedback);
00364 }
00365
00366 ROS_DECLARE_ALLINONE_SERIALIZER;
00367 };
00368 }
00369 }
00370
00371 namespace ros
00372 {
00373 namespace message_operations
00374 {
00375
00376 template<class ContainerAllocator>
00377 struct Printer< ::application_msgs::EmptyAction_<ContainerAllocator> >
00378 {
00379 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::application_msgs::EmptyAction_<ContainerAllocator> & v)
00380 {
00381 s << indent << "action_goal: ";
00382 s << std::endl;
00383 Printer< ::application_msgs::EmptyActionGoal_<ContainerAllocator> >::stream(s, indent + " ", v.action_goal);
00384 s << indent << "action_result: ";
00385 s << std::endl;
00386 Printer< ::application_msgs::EmptyActionResult_<ContainerAllocator> >::stream(s, indent + " ", v.action_result);
00387 s << indent << "action_feedback: ";
00388 s << std::endl;
00389 Printer< ::application_msgs::EmptyActionFeedback_<ContainerAllocator> >::stream(s, indent + " ", v.action_feedback);
00390 }
00391 };
00392
00393
00394 }
00395 }
00396
00397 #endif // APPLICATION_MSGS_MESSAGE_EMPTYACTION_H
00398