00001 
00002 #ifndef MONOCAM_SETTLER_MESSAGE_CONFIGACTIONGOAL_H
00003 #define MONOCAM_SETTLER_MESSAGE_CONFIGACTIONGOAL_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 "monocam_settler/ConfigGoal.h"
00016 
00017 namespace monocam_settler
00018 {
00019 template <class ContainerAllocator>
00020 struct ConfigActionGoal_ : public ros::Message
00021 {
00022   typedef ConfigActionGoal_<ContainerAllocator> Type;
00023 
00024   ConfigActionGoal_()
00025   : header()
00026   , goal_id()
00027   , goal()
00028   {
00029   }
00030 
00031   ConfigActionGoal_(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  ::monocam_settler::ConfigGoal_<ContainerAllocator>  _goal_type;
00045    ::monocam_settler::ConfigGoal_<ContainerAllocator>  goal;
00046 
00047 
00048 private:
00049   static const char* __s_getDataType_() { return "monocam_settler/ConfigActionGoal"; }
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 "edf25edcc8467d9689269a2462c91996"; }
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 "\n\
00064 Header header\n\
00065 actionlib_msgs/GoalID goal_id\n\
00066 ConfigGoal goal\n\
00067 \n\
00068 ================================================================================\n\
00069 MSG: std_msgs/Header\n\
00070 # Standard metadata for higher-level stamped data types.\n\
00071 # This is generally used to communicate timestamped data \n\
00072 # in a particular coordinate frame.\n\
00073 # \n\
00074 # sequence ID: consecutively increasing ID \n\
00075 uint32 seq\n\
00076 #Two-integer timestamp that is expressed as:\n\
00077 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00078 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00079 # time-handling sugar is provided by the client library\n\
00080 time stamp\n\
00081 #Frame this data is associated with\n\
00082 # 0: no frame\n\
00083 # 1: global frame\n\
00084 string frame_id\n\
00085 \n\
00086 ================================================================================\n\
00087 MSG: actionlib_msgs/GoalID\n\
00088 # The stamp should store the time at which this goal was requested.\n\
00089 # It is used by an action server when it tries to preempt all\n\
00090 # goals that were requested before a certain time\n\
00091 time stamp\n\
00092 \n\
00093 # The id provides a way to associate feedback and\n\
00094 # result message with specific goal requests. The id\n\
00095 # specified must be unique.\n\
00096 string id\n\
00097 \n\
00098 \n\
00099 ================================================================================\n\
00100 MSG: monocam_settler/ConfigGoal\n\
00101 float64 tolerance      # Tolerance on each of the features\n\
00102 uint8 ignore_failures  # True if we discard\n\
00103 duration max_step      # The maximum timestep between two elements in an interval\n\
00104 uint32 cache_size      # The size of our cache when searching for an interval\n\
00105 \n\
00106 "; }
00107 public:
00108   ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00109 
00110   ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00111 
00112   ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00113   {
00114     ros::serialization::OStream stream(write_ptr, 1000000000);
00115     ros::serialization::serialize(stream, header);
00116     ros::serialization::serialize(stream, goal_id);
00117     ros::serialization::serialize(stream, goal);
00118     return stream.getData();
00119   }
00120 
00121   ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00122   {
00123     ros::serialization::IStream stream(read_ptr, 1000000000);
00124     ros::serialization::deserialize(stream, header);
00125     ros::serialization::deserialize(stream, goal_id);
00126     ros::serialization::deserialize(stream, goal);
00127     return stream.getData();
00128   }
00129 
00130   ROS_DEPRECATED virtual uint32_t serializationLength() const
00131   {
00132     uint32_t size = 0;
00133     size += ros::serialization::serializationLength(header);
00134     size += ros::serialization::serializationLength(goal_id);
00135     size += ros::serialization::serializationLength(goal);
00136     return size;
00137   }
00138 
00139   typedef boost::shared_ptr< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> > Ptr;
00140   typedef boost::shared_ptr< ::monocam_settler::ConfigActionGoal_<ContainerAllocator>  const> ConstPtr;
00141 }; 
00142 typedef  ::monocam_settler::ConfigActionGoal_<std::allocator<void> > ConfigActionGoal;
00143 
00144 typedef boost::shared_ptr< ::monocam_settler::ConfigActionGoal> ConfigActionGoalPtr;
00145 typedef boost::shared_ptr< ::monocam_settler::ConfigActionGoal const> ConfigActionGoalConstPtr;
00146 
00147 
00148 template<typename ContainerAllocator>
00149 std::ostream& operator<<(std::ostream& s, const  ::monocam_settler::ConfigActionGoal_<ContainerAllocator> & v)
00150 {
00151   ros::message_operations::Printer< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> >::stream(s, "", v);
00152   return s;}
00153 
00154 } 
00155 
00156 namespace ros
00157 {
00158 namespace message_traits
00159 {
00160 template<class ContainerAllocator>
00161 struct MD5Sum< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> > {
00162   static const char* value() 
00163   {
00164     return "edf25edcc8467d9689269a2462c91996";
00165   }
00166 
00167   static const char* value(const  ::monocam_settler::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 
00168   static const uint64_t static_value1 = 0xedf25edcc8467d96ULL;
00169   static const uint64_t static_value2 = 0x89269a2462c91996ULL;
00170 };
00171 
00172 template<class ContainerAllocator>
00173 struct DataType< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> > {
00174   static const char* value() 
00175   {
00176     return "monocam_settler/ConfigActionGoal";
00177   }
00178 
00179   static const char* value(const  ::monocam_settler::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 
00180 };
00181 
00182 template<class ContainerAllocator>
00183 struct Definition< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> > {
00184   static const char* value() 
00185   {
00186     return "\n\
00187 Header header\n\
00188 actionlib_msgs/GoalID goal_id\n\
00189 ConfigGoal goal\n\
00190 \n\
00191 ================================================================================\n\
00192 MSG: std_msgs/Header\n\
00193 # Standard metadata for higher-level stamped data types.\n\
00194 # This is generally used to communicate timestamped data \n\
00195 # in a particular coordinate frame.\n\
00196 # \n\
00197 # sequence ID: consecutively increasing ID \n\
00198 uint32 seq\n\
00199 #Two-integer timestamp that is expressed as:\n\
00200 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00201 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00202 # time-handling sugar is provided by the client library\n\
00203 time stamp\n\
00204 #Frame this data is associated with\n\
00205 # 0: no frame\n\
00206 # 1: global frame\n\
00207 string frame_id\n\
00208 \n\
00209 ================================================================================\n\
00210 MSG: actionlib_msgs/GoalID\n\
00211 # The stamp should store the time at which this goal was requested.\n\
00212 # It is used by an action server when it tries to preempt all\n\
00213 # goals that were requested before a certain time\n\
00214 time stamp\n\
00215 \n\
00216 # The id provides a way to associate feedback and\n\
00217 # result message with specific goal requests. The id\n\
00218 # specified must be unique.\n\
00219 string id\n\
00220 \n\
00221 \n\
00222 ================================================================================\n\
00223 MSG: monocam_settler/ConfigGoal\n\
00224 float64 tolerance      # Tolerance on each of the features\n\
00225 uint8 ignore_failures  # True if we discard\n\
00226 duration max_step      # The maximum timestep between two elements in an interval\n\
00227 uint32 cache_size      # The size of our cache when searching for an interval\n\
00228 \n\
00229 ";
00230   }
00231 
00232   static const char* value(const  ::monocam_settler::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 
00233 };
00234 
00235 template<class ContainerAllocator> struct HasHeader< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> > : public TrueType {};
00236 template<class ContainerAllocator> struct HasHeader< const ::monocam_settler::ConfigActionGoal_<ContainerAllocator> > : public TrueType {};
00237 } 
00238 } 
00239 
00240 namespace ros
00241 {
00242 namespace serialization
00243 {
00244 
00245 template<class ContainerAllocator> struct Serializer< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> >
00246 {
00247   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00248   {
00249     stream.next(m.header);
00250     stream.next(m.goal_id);
00251     stream.next(m.goal);
00252   }
00253 
00254   ROS_DECLARE_ALLINONE_SERIALIZER;
00255 }; 
00256 } 
00257 } 
00258 
00259 namespace ros
00260 {
00261 namespace message_operations
00262 {
00263 
00264 template<class ContainerAllocator>
00265 struct Printer< ::monocam_settler::ConfigActionGoal_<ContainerAllocator> >
00266 {
00267   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::monocam_settler::ConfigActionGoal_<ContainerAllocator> & v) 
00268   {
00269     s << indent << "header: ";
00270 s << std::endl;
00271     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00272     s << indent << "goal_id: ";
00273 s << std::endl;
00274     Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + "  ", v.goal_id);
00275     s << indent << "goal: ";
00276 s << std::endl;
00277     Printer< ::monocam_settler::ConfigGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.goal);
00278   }
00279 };
00280 
00281 
00282 } 
00283 } 
00284 
00285 #endif // MONOCAM_SETTLER_MESSAGE_CONFIGACTIONGOAL_H
00286