00001
00002 #ifndef COB_SCRIPT_SERVER_MESSAGE_STATEACTIONGOAL_H
00003 #define COB_SCRIPT_SERVER_MESSAGE_STATEACTIONGOAL_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 "std_msgs/Header.h"
00014 #include "actionlib_msgs/GoalID.h"
00015 #include "cob_script_server/StateGoal.h"
00016
00017 namespace cob_script_server
00018 {
00019 template <class ContainerAllocator>
00020 struct StateActionGoal_ : public ros::Message
00021 {
00022 typedef StateActionGoal_<ContainerAllocator> Type;
00023
00024 StateActionGoal_()
00025 : header()
00026 , goal_id()
00027 , goal()
00028 {
00029 }
00030
00031 StateActionGoal_(const ContainerAllocator& _alloc)
00032 : header(_alloc)
00033 , goal_id(_alloc)
00034 , goal(_alloc)
00035 {
00036 }
00037
00038 typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
00039 ::std_msgs::Header_<ContainerAllocator> header;
00040
00041 typedef ::actionlib_msgs::GoalID_<ContainerAllocator> _goal_id_type;
00042 ::actionlib_msgs::GoalID_<ContainerAllocator> goal_id;
00043
00044 typedef ::cob_script_server::StateGoal_<ContainerAllocator> _goal_type;
00045 ::cob_script_server::StateGoal_<ContainerAllocator> goal;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "cob_script_server/StateActionGoal"; }
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 "f58b9a5222bb93570e16f2c52ca3ec7b"; }
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 Header header\n\
00066 actionlib_msgs/GoalID goal_id\n\
00067 StateGoal goal\n\
00068 \n\
00069 ================================================================================\n\
00070 MSG: std_msgs/Header\n\
00071 # Standard metadata for higher-level stamped data types.\n\
00072 # This is generally used to communicate timestamped data \n\
00073 # in a particular coordinate frame.\n\
00074 # \n\
00075 # sequence ID: consecutively increasing ID \n\
00076 uint32 seq\n\
00077 #Two-integer timestamp that is expressed as:\n\
00078 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00079 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00080 # time-handling sugar is provided by the client library\n\
00081 time stamp\n\
00082 #Frame this data is associated with\n\
00083 # 0: no frame\n\
00084 # 1: global frame\n\
00085 string frame_id\n\
00086 \n\
00087 ================================================================================\n\
00088 MSG: actionlib_msgs/GoalID\n\
00089 # The stamp should store the time at which this goal was requested.\n\
00090 # It is used by an action server when it tries to preempt all\n\
00091 # goals that were requested before a certain time\n\
00092 time stamp\n\
00093 \n\
00094 # The id provides a way to associate feedback and\n\
00095 # result message with specific goal requests. The id\n\
00096 # specified must be unique.\n\
00097 string id\n\
00098 \n\
00099 \n\
00100 ================================================================================\n\
00101 MSG: cob_script_server/StateGoal\n\
00102 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00103 #goal definition\n\
00104 cob_script_server/ScriptState state\n\
00105 \n\
00106 ================================================================================\n\
00107 MSG: cob_script_server/ScriptState\n\
00108 Header header\n\
00109 int16 number\n\
00110 string function_name\n\
00111 string component_name\n\
00112 string parameter_name\n\
00113 string full_graph_name\n\
00114 \n\
00115 # Possible execution states\n\
00116 byte UNKNOWN=0\n\
00117 byte ACTIVE=1\n\
00118 byte SUCCEEDED=2\n\
00119 byte FAILED=3\n\
00120 byte PAUSED=4\n\
00121 \n\
00122 byte state # state of execution\n\
00123 int16 error_code # current error_code for state\n\
00124 \n\
00125 "; }
00126 public:
00127 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00128
00129 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00130
00131 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00132 {
00133 ros::serialization::OStream stream(write_ptr, 1000000000);
00134 ros::serialization::serialize(stream, header);
00135 ros::serialization::serialize(stream, goal_id);
00136 ros::serialization::serialize(stream, goal);
00137 return stream.getData();
00138 }
00139
00140 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00141 {
00142 ros::serialization::IStream stream(read_ptr, 1000000000);
00143 ros::serialization::deserialize(stream, header);
00144 ros::serialization::deserialize(stream, goal_id);
00145 ros::serialization::deserialize(stream, goal);
00146 return stream.getData();
00147 }
00148
00149 ROS_DEPRECATED virtual uint32_t serializationLength() const
00150 {
00151 uint32_t size = 0;
00152 size += ros::serialization::serializationLength(header);
00153 size += ros::serialization::serializationLength(goal_id);
00154 size += ros::serialization::serializationLength(goal);
00155 return size;
00156 }
00157
00158 typedef boost::shared_ptr< ::cob_script_server::StateActionGoal_<ContainerAllocator> > Ptr;
00159 typedef boost::shared_ptr< ::cob_script_server::StateActionGoal_<ContainerAllocator> const> ConstPtr;
00160 };
00161 typedef ::cob_script_server::StateActionGoal_<std::allocator<void> > StateActionGoal;
00162
00163 typedef boost::shared_ptr< ::cob_script_server::StateActionGoal> StateActionGoalPtr;
00164 typedef boost::shared_ptr< ::cob_script_server::StateActionGoal const> StateActionGoalConstPtr;
00165
00166
00167 template<typename ContainerAllocator>
00168 std::ostream& operator<<(std::ostream& s, const ::cob_script_server::StateActionGoal_<ContainerAllocator> & v)
00169 {
00170 ros::message_operations::Printer< ::cob_script_server::StateActionGoal_<ContainerAllocator> >::stream(s, "", v);
00171 return s;}
00172
00173 }
00174
00175 namespace ros
00176 {
00177 namespace message_traits
00178 {
00179 template<class ContainerAllocator>
00180 struct MD5Sum< ::cob_script_server::StateActionGoal_<ContainerAllocator> > {
00181 static const char* value()
00182 {
00183 return "f58b9a5222bb93570e16f2c52ca3ec7b";
00184 }
00185
00186 static const char* value(const ::cob_script_server::StateActionGoal_<ContainerAllocator> &) { return value(); }
00187 static const uint64_t static_value1 = 0xf58b9a5222bb9357ULL;
00188 static const uint64_t static_value2 = 0x0e16f2c52ca3ec7bULL;
00189 };
00190
00191 template<class ContainerAllocator>
00192 struct DataType< ::cob_script_server::StateActionGoal_<ContainerAllocator> > {
00193 static const char* value()
00194 {
00195 return "cob_script_server/StateActionGoal";
00196 }
00197
00198 static const char* value(const ::cob_script_server::StateActionGoal_<ContainerAllocator> &) { return value(); }
00199 };
00200
00201 template<class ContainerAllocator>
00202 struct Definition< ::cob_script_server::StateActionGoal_<ContainerAllocator> > {
00203 static const char* value()
00204 {
00205 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00206 \n\
00207 Header header\n\
00208 actionlib_msgs/GoalID goal_id\n\
00209 StateGoal goal\n\
00210 \n\
00211 ================================================================================\n\
00212 MSG: std_msgs/Header\n\
00213 # Standard metadata for higher-level stamped data types.\n\
00214 # This is generally used to communicate timestamped data \n\
00215 # in a particular coordinate frame.\n\
00216 # \n\
00217 # sequence ID: consecutively increasing ID \n\
00218 uint32 seq\n\
00219 #Two-integer timestamp that is expressed as:\n\
00220 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00221 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00222 # time-handling sugar is provided by the client library\n\
00223 time stamp\n\
00224 #Frame this data is associated with\n\
00225 # 0: no frame\n\
00226 # 1: global frame\n\
00227 string frame_id\n\
00228 \n\
00229 ================================================================================\n\
00230 MSG: actionlib_msgs/GoalID\n\
00231 # The stamp should store the time at which this goal was requested.\n\
00232 # It is used by an action server when it tries to preempt all\n\
00233 # goals that were requested before a certain time\n\
00234 time stamp\n\
00235 \n\
00236 # The id provides a way to associate feedback and\n\
00237 # result message with specific goal requests. The id\n\
00238 # specified must be unique.\n\
00239 string id\n\
00240 \n\
00241 \n\
00242 ================================================================================\n\
00243 MSG: cob_script_server/StateGoal\n\
00244 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00245 #goal definition\n\
00246 cob_script_server/ScriptState state\n\
00247 \n\
00248 ================================================================================\n\
00249 MSG: cob_script_server/ScriptState\n\
00250 Header header\n\
00251 int16 number\n\
00252 string function_name\n\
00253 string component_name\n\
00254 string parameter_name\n\
00255 string full_graph_name\n\
00256 \n\
00257 # Possible execution states\n\
00258 byte UNKNOWN=0\n\
00259 byte ACTIVE=1\n\
00260 byte SUCCEEDED=2\n\
00261 byte FAILED=3\n\
00262 byte PAUSED=4\n\
00263 \n\
00264 byte state # state of execution\n\
00265 int16 error_code # current error_code for state\n\
00266 \n\
00267 ";
00268 }
00269
00270 static const char* value(const ::cob_script_server::StateActionGoal_<ContainerAllocator> &) { return value(); }
00271 };
00272
00273 template<class ContainerAllocator> struct HasHeader< ::cob_script_server::StateActionGoal_<ContainerAllocator> > : public TrueType {};
00274 template<class ContainerAllocator> struct HasHeader< const ::cob_script_server::StateActionGoal_<ContainerAllocator> > : public TrueType {};
00275 }
00276 }
00277
00278 namespace ros
00279 {
00280 namespace serialization
00281 {
00282
00283 template<class ContainerAllocator> struct Serializer< ::cob_script_server::StateActionGoal_<ContainerAllocator> >
00284 {
00285 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00286 {
00287 stream.next(m.header);
00288 stream.next(m.goal_id);
00289 stream.next(m.goal);
00290 }
00291
00292 ROS_DECLARE_ALLINONE_SERIALIZER;
00293 };
00294 }
00295 }
00296
00297 namespace ros
00298 {
00299 namespace message_operations
00300 {
00301
00302 template<class ContainerAllocator>
00303 struct Printer< ::cob_script_server::StateActionGoal_<ContainerAllocator> >
00304 {
00305 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::cob_script_server::StateActionGoal_<ContainerAllocator> & v)
00306 {
00307 s << indent << "header: ";
00308 s << std::endl;
00309 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00310 s << indent << "goal_id: ";
00311 s << std::endl;
00312 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id);
00313 s << indent << "goal: ";
00314 s << std::endl;
00315 Printer< ::cob_script_server::StateGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal);
00316 }
00317 };
00318
00319
00320 }
00321 }
00322
00323 #endif // COB_SCRIPT_SERVER_MESSAGE_STATEACTIONGOAL_H
00324