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