ConfigActionGoal.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-calibration/doc_stacks/2013-08-15_10-13-13.499663/calibration/interval_intersection/msg/ConfigActionGoal.msg */
00002 #ifndef INTERVAL_INTERSECTION_MESSAGE_CONFIGACTIONGOAL_H
00003 #define INTERVAL_INTERSECTION_MESSAGE_CONFIGACTIONGOAL_H
00004 #include <string>
00005 #include <vector>
00006 #include <map>
00007 #include <ostream>
00008 #include "ros/serialization.h"
00009 #include "ros/builtin_message_traits.h"
00010 #include "ros/message_operations.h"
00011 #include "ros/time.h"
00012 
00013 #include "ros/macros.h"
00014 
00015 #include "ros/assert.h"
00016 
00017 #include "std_msgs/Header.h"
00018 #include "actionlib_msgs/GoalID.h"
00019 #include "interval_intersection/ConfigGoal.h"
00020 
00021 namespace interval_intersection
00022 {
00023 template <class ContainerAllocator>
00024 struct ConfigActionGoal_ {
00025   typedef ConfigActionGoal_<ContainerAllocator> Type;
00026 
00027   ConfigActionGoal_()
00028   : header()
00029   , goal_id()
00030   , goal()
00031   {
00032   }
00033 
00034   ConfigActionGoal_(const ContainerAllocator& _alloc)
00035   : header(_alloc)
00036   , goal_id(_alloc)
00037   , goal(_alloc)
00038   {
00039   }
00040 
00041   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00042    ::std_msgs::Header_<ContainerAllocator>  header;
00043 
00044   typedef  ::actionlib_msgs::GoalID_<ContainerAllocator>  _goal_id_type;
00045    ::actionlib_msgs::GoalID_<ContainerAllocator>  goal_id;
00046 
00047   typedef  ::interval_intersection::ConfigGoal_<ContainerAllocator>  _goal_type;
00048    ::interval_intersection::ConfigGoal_<ContainerAllocator>  goal;
00049 
00050 
00051   typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > Ptr;
00052   typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal_<ContainerAllocator>  const> ConstPtr;
00053   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00054 }; // struct ConfigActionGoal
00055 typedef  ::interval_intersection::ConfigActionGoal_<std::allocator<void> > ConfigActionGoal;
00056 
00057 typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal> ConfigActionGoalPtr;
00058 typedef boost::shared_ptr< ::interval_intersection::ConfigActionGoal const> ConfigActionGoalConstPtr;
00059 
00060 
00061 template<typename ContainerAllocator>
00062 std::ostream& operator<<(std::ostream& s, const  ::interval_intersection::ConfigActionGoal_<ContainerAllocator> & v)
00063 {
00064   ros::message_operations::Printer< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> >::stream(s, "", v);
00065   return s;}
00066 
00067 } // namespace interval_intersection
00068 
00069 namespace ros
00070 {
00071 namespace message_traits
00072 {
00073 template<class ContainerAllocator> struct IsMessage< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > : public TrueType {};
00074 template<class ContainerAllocator> struct IsMessage< ::interval_intersection::ConfigActionGoal_<ContainerAllocator>  const> : public TrueType {};
00075 template<class ContainerAllocator>
00076 struct MD5Sum< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "3b9fc6a01b069b3d8598f7752ccdee82";
00080   }
00081 
00082   static const char* value(const  ::interval_intersection::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 
00083   static const uint64_t static_value1 = 0x3b9fc6a01b069b3dULL;
00084   static const uint64_t static_value2 = 0x8598f7752ccdee82ULL;
00085 };
00086 
00087 template<class ContainerAllocator>
00088 struct DataType< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > {
00089   static const char* value() 
00090   {
00091     return "interval_intersection/ConfigActionGoal";
00092   }
00093 
00094   static const char* value(const  ::interval_intersection::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 
00095 };
00096 
00097 template<class ContainerAllocator>
00098 struct Definition< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > {
00099   static const char* value() 
00100   {
00101     return "\n\
00102 Header header\n\
00103 actionlib_msgs/GoalID goal_id\n\
00104 ConfigGoal goal\n\
00105 \n\
00106 ================================================================================\n\
00107 MSG: std_msgs/Header\n\
00108 # Standard metadata for higher-level stamped data types.\n\
00109 # This is generally used to communicate timestamped data \n\
00110 # in a particular coordinate frame.\n\
00111 # \n\
00112 # sequence ID: consecutively increasing ID \n\
00113 uint32 seq\n\
00114 #Two-integer timestamp that is expressed as:\n\
00115 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00116 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00117 # time-handling sugar is provided by the client library\n\
00118 time stamp\n\
00119 #Frame this data is associated with\n\
00120 # 0: no frame\n\
00121 # 1: global frame\n\
00122 string frame_id\n\
00123 \n\
00124 ================================================================================\n\
00125 MSG: actionlib_msgs/GoalID\n\
00126 # The stamp should store the time at which this goal was requested.\n\
00127 # It is used by an action server when it tries to preempt all\n\
00128 # goals that were requested before a certain time\n\
00129 time stamp\n\
00130 \n\
00131 # The id provides a way to associate feedback and\n\
00132 # result message with specific goal requests. The id\n\
00133 # specified must be unique.\n\
00134 string id\n\
00135 \n\
00136 \n\
00137 ================================================================================\n\
00138 MSG: interval_intersection/ConfigGoal\n\
00139 string[] topics\n\
00140 \n\
00141 ";
00142   }
00143 
00144   static const char* value(const  ::interval_intersection::ConfigActionGoal_<ContainerAllocator> &) { return value(); } 
00145 };
00146 
00147 template<class ContainerAllocator> struct HasHeader< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > : public TrueType {};
00148 template<class ContainerAllocator> struct HasHeader< const ::interval_intersection::ConfigActionGoal_<ContainerAllocator> > : public TrueType {};
00149 } // namespace message_traits
00150 } // namespace ros
00151 
00152 namespace ros
00153 {
00154 namespace serialization
00155 {
00156 
00157 template<class ContainerAllocator> struct Serializer< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> >
00158 {
00159   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00160   {
00161     stream.next(m.header);
00162     stream.next(m.goal_id);
00163     stream.next(m.goal);
00164   }
00165 
00166   ROS_DECLARE_ALLINONE_SERIALIZER;
00167 }; // struct ConfigActionGoal_
00168 } // namespace serialization
00169 } // namespace ros
00170 
00171 namespace ros
00172 {
00173 namespace message_operations
00174 {
00175 
00176 template<class ContainerAllocator>
00177 struct Printer< ::interval_intersection::ConfigActionGoal_<ContainerAllocator> >
00178 {
00179   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::interval_intersection::ConfigActionGoal_<ContainerAllocator> & v) 
00180   {
00181     s << indent << "header: ";
00182 s << std::endl;
00183     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00184     s << indent << "goal_id: ";
00185 s << std::endl;
00186     Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + "  ", v.goal_id);
00187     s << indent << "goal: ";
00188 s << std::endl;
00189     Printer< ::interval_intersection::ConfigGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.goal);
00190   }
00191 };
00192 
00193 
00194 } // namespace message_operations
00195 } // namespace ros
00196 
00197 #endif // INTERVAL_INTERSECTION_MESSAGE_CONFIGACTIONGOAL_H
00198 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


interval_intersection
Author(s): Romain Thibaux
autogenerated on Thu Aug 15 2013 10:15:57