00001
00002 #ifndef MOVE_ARM_HEAD_MONITOR_MESSAGE_HEADMONITORACTIONGOAL_H
00003 #define MOVE_ARM_HEAD_MONITOR_MESSAGE_HEADMONITORACTIONGOAL_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 "move_arm_head_monitor/HeadMonitorGoal.h"
00016
00017 namespace move_arm_head_monitor
00018 {
00019 template <class ContainerAllocator>
00020 struct HeadMonitorActionGoal_ : public ros::Message
00021 {
00022 typedef HeadMonitorActionGoal_<ContainerAllocator> Type;
00023
00024 HeadMonitorActionGoal_()
00025 : header()
00026 , goal_id()
00027 , goal()
00028 {
00029 }
00030
00031 HeadMonitorActionGoal_(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 ::move_arm_head_monitor::HeadMonitorGoal_<ContainerAllocator> _goal_type;
00045 ::move_arm_head_monitor::HeadMonitorGoal_<ContainerAllocator> goal;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "move_arm_head_monitor/HeadMonitorActionGoal"; }
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 "a57d30dfc5ae8e0618c5f5d6e232b0bc"; }
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 HeadMonitorGoal 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: move_arm_head_monitor/HeadMonitorGoal\n\
00102 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00103 #goal definition\n\
00104 time stop_time\n\
00105 float32 max_frequency\n\
00106 duration time_offset\n\
00107 string target_link\n\
00108 float32 target_x\n\
00109 float32 target_y\n\
00110 float32 target_z\n\
00111 \n\
00112 "; }
00113 public:
00114 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00115
00116 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00117
00118 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00119 {
00120 ros::serialization::OStream stream(write_ptr, 1000000000);
00121 ros::serialization::serialize(stream, header);
00122 ros::serialization::serialize(stream, goal_id);
00123 ros::serialization::serialize(stream, goal);
00124 return stream.getData();
00125 }
00126
00127 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00128 {
00129 ros::serialization::IStream stream(read_ptr, 1000000000);
00130 ros::serialization::deserialize(stream, header);
00131 ros::serialization::deserialize(stream, goal_id);
00132 ros::serialization::deserialize(stream, goal);
00133 return stream.getData();
00134 }
00135
00136 ROS_DEPRECATED virtual uint32_t serializationLength() const
00137 {
00138 uint32_t size = 0;
00139 size += ros::serialization::serializationLength(header);
00140 size += ros::serialization::serializationLength(goal_id);
00141 size += ros::serialization::serializationLength(goal);
00142 return size;
00143 }
00144
00145 typedef boost::shared_ptr< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> > Ptr;
00146 typedef boost::shared_ptr< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> const> ConstPtr;
00147 };
00148 typedef ::move_arm_head_monitor::HeadMonitorActionGoal_<std::allocator<void> > HeadMonitorActionGoal;
00149
00150 typedef boost::shared_ptr< ::move_arm_head_monitor::HeadMonitorActionGoal> HeadMonitorActionGoalPtr;
00151 typedef boost::shared_ptr< ::move_arm_head_monitor::HeadMonitorActionGoal const> HeadMonitorActionGoalConstPtr;
00152
00153
00154 template<typename ContainerAllocator>
00155 std::ostream& operator<<(std::ostream& s, const ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> & v)
00156 {
00157 ros::message_operations::Printer< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> >::stream(s, "", v);
00158 return s;}
00159
00160 }
00161
00162 namespace ros
00163 {
00164 namespace message_traits
00165 {
00166 template<class ContainerAllocator>
00167 struct MD5Sum< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> > {
00168 static const char* value()
00169 {
00170 return "a57d30dfc5ae8e0618c5f5d6e232b0bc";
00171 }
00172
00173 static const char* value(const ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> &) { return value(); }
00174 static const uint64_t static_value1 = 0xa57d30dfc5ae8e06ULL;
00175 static const uint64_t static_value2 = 0x18c5f5d6e232b0bcULL;
00176 };
00177
00178 template<class ContainerAllocator>
00179 struct DataType< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> > {
00180 static const char* value()
00181 {
00182 return "move_arm_head_monitor/HeadMonitorActionGoal";
00183 }
00184
00185 static const char* value(const ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> &) { return value(); }
00186 };
00187
00188 template<class ContainerAllocator>
00189 struct Definition< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> > {
00190 static const char* value()
00191 {
00192 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00193 \n\
00194 Header header\n\
00195 actionlib_msgs/GoalID goal_id\n\
00196 HeadMonitorGoal goal\n\
00197 \n\
00198 ================================================================================\n\
00199 MSG: std_msgs/Header\n\
00200 # Standard metadata for higher-level stamped data types.\n\
00201 # This is generally used to communicate timestamped data \n\
00202 # in a particular coordinate frame.\n\
00203 # \n\
00204 # sequence ID: consecutively increasing ID \n\
00205 uint32 seq\n\
00206 #Two-integer timestamp that is expressed as:\n\
00207 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00208 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00209 # time-handling sugar is provided by the client library\n\
00210 time stamp\n\
00211 #Frame this data is associated with\n\
00212 # 0: no frame\n\
00213 # 1: global frame\n\
00214 string frame_id\n\
00215 \n\
00216 ================================================================================\n\
00217 MSG: actionlib_msgs/GoalID\n\
00218 # The stamp should store the time at which this goal was requested.\n\
00219 # It is used by an action server when it tries to preempt all\n\
00220 # goals that were requested before a certain time\n\
00221 time stamp\n\
00222 \n\
00223 # The id provides a way to associate feedback and\n\
00224 # result message with specific goal requests. The id\n\
00225 # specified must be unique.\n\
00226 string id\n\
00227 \n\
00228 \n\
00229 ================================================================================\n\
00230 MSG: move_arm_head_monitor/HeadMonitorGoal\n\
00231 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00232 #goal definition\n\
00233 time stop_time\n\
00234 float32 max_frequency\n\
00235 duration time_offset\n\
00236 string target_link\n\
00237 float32 target_x\n\
00238 float32 target_y\n\
00239 float32 target_z\n\
00240 \n\
00241 ";
00242 }
00243
00244 static const char* value(const ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> &) { return value(); }
00245 };
00246
00247 template<class ContainerAllocator> struct HasHeader< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> > : public TrueType {};
00248 template<class ContainerAllocator> struct HasHeader< const ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> > : public TrueType {};
00249 }
00250 }
00251
00252 namespace ros
00253 {
00254 namespace serialization
00255 {
00256
00257 template<class ContainerAllocator> struct Serializer< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> >
00258 {
00259 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00260 {
00261 stream.next(m.header);
00262 stream.next(m.goal_id);
00263 stream.next(m.goal);
00264 }
00265
00266 ROS_DECLARE_ALLINONE_SERIALIZER;
00267 };
00268 }
00269 }
00270
00271 namespace ros
00272 {
00273 namespace message_operations
00274 {
00275
00276 template<class ContainerAllocator>
00277 struct Printer< ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> >
00278 {
00279 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::move_arm_head_monitor::HeadMonitorActionGoal_<ContainerAllocator> & v)
00280 {
00281 s << indent << "header: ";
00282 s << std::endl;
00283 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00284 s << indent << "goal_id: ";
00285 s << std::endl;
00286 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id);
00287 s << indent << "goal: ";
00288 s << std::endl;
00289 Printer< ::move_arm_head_monitor::HeadMonitorGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal);
00290 }
00291 };
00292
00293
00294 }
00295 }
00296
00297 #endif // MOVE_ARM_HEAD_MONITOR_MESSAGE_HEADMONITORACTIONGOAL_H
00298