PathPoint2d.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-humanoid_walk/doc_stacks/2013-12-28_17-04-02.394386/humanoid_walk/walk_msgs/msg/PathPoint2d.msg */
00002 #ifndef WALK_MSGS_MESSAGE_PATHPOINT2D_H
00003 #define WALK_MSGS_MESSAGE_PATHPOINT2D_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 "walk_msgs/Point2dStamped.h"
00019 
00020 namespace walk_msgs
00021 {
00022 template <class ContainerAllocator>
00023 struct PathPoint2d_ {
00024   typedef PathPoint2d_<ContainerAllocator> Type;
00025 
00026   PathPoint2d_()
00027   : header()
00028   , points()
00029   {
00030   }
00031 
00032   PathPoint2d_(const ContainerAllocator& _alloc)
00033   : header(_alloc)
00034   , points(_alloc)
00035   {
00036   }
00037 
00038   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00039    ::std_msgs::Header_<ContainerAllocator>  header;
00040 
00041   typedef std::vector< ::walk_msgs::Point2dStamped_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::walk_msgs::Point2dStamped_<ContainerAllocator> >::other >  _points_type;
00042   std::vector< ::walk_msgs::Point2dStamped_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::walk_msgs::Point2dStamped_<ContainerAllocator> >::other >  points;
00043 
00044 
00045   typedef boost::shared_ptr< ::walk_msgs::PathPoint2d_<ContainerAllocator> > Ptr;
00046   typedef boost::shared_ptr< ::walk_msgs::PathPoint2d_<ContainerAllocator>  const> ConstPtr;
00047   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00048 }; // struct PathPoint2d
00049 typedef  ::walk_msgs::PathPoint2d_<std::allocator<void> > PathPoint2d;
00050 
00051 typedef boost::shared_ptr< ::walk_msgs::PathPoint2d> PathPoint2dPtr;
00052 typedef boost::shared_ptr< ::walk_msgs::PathPoint2d const> PathPoint2dConstPtr;
00053 
00054 
00055 template<typename ContainerAllocator>
00056 std::ostream& operator<<(std::ostream& s, const  ::walk_msgs::PathPoint2d_<ContainerAllocator> & v)
00057 {
00058   ros::message_operations::Printer< ::walk_msgs::PathPoint2d_<ContainerAllocator> >::stream(s, "", v);
00059   return s;}
00060 
00061 } // namespace walk_msgs
00062 
00063 namespace ros
00064 {
00065 namespace message_traits
00066 {
00067 template<class ContainerAllocator> struct IsMessage< ::walk_msgs::PathPoint2d_<ContainerAllocator> > : public TrueType {};
00068 template<class ContainerAllocator> struct IsMessage< ::walk_msgs::PathPoint2d_<ContainerAllocator>  const> : public TrueType {};
00069 template<class ContainerAllocator>
00070 struct MD5Sum< ::walk_msgs::PathPoint2d_<ContainerAllocator> > {
00071   static const char* value() 
00072   {
00073     return "365a75fd6de0c9b9ad6ea474162db164";
00074   }
00075 
00076   static const char* value(const  ::walk_msgs::PathPoint2d_<ContainerAllocator> &) { return value(); } 
00077   static const uint64_t static_value1 = 0x365a75fd6de0c9b9ULL;
00078   static const uint64_t static_value2 = 0xad6ea474162db164ULL;
00079 };
00080 
00081 template<class ContainerAllocator>
00082 struct DataType< ::walk_msgs::PathPoint2d_<ContainerAllocator> > {
00083   static const char* value() 
00084   {
00085     return "walk_msgs/PathPoint2d";
00086   }
00087 
00088   static const char* value(const  ::walk_msgs::PathPoint2d_<ContainerAllocator> &) { return value(); } 
00089 };
00090 
00091 template<class ContainerAllocator>
00092 struct Definition< ::walk_msgs::PathPoint2d_<ContainerAllocator> > {
00093   static const char* value() 
00094   {
00095     return "Header header\n\
00096 walk_msgs/Point2dStamped[] points\n\
00097 \n\
00098 ================================================================================\n\
00099 MSG: std_msgs/Header\n\
00100 # Standard metadata for higher-level stamped data types.\n\
00101 # This is generally used to communicate timestamped data \n\
00102 # in a particular coordinate frame.\n\
00103 # \n\
00104 # sequence ID: consecutively increasing ID \n\
00105 uint32 seq\n\
00106 #Two-integer timestamp that is expressed as:\n\
00107 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00108 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00109 # time-handling sugar is provided by the client library\n\
00110 time stamp\n\
00111 #Frame this data is associated with\n\
00112 # 0: no frame\n\
00113 # 1: global frame\n\
00114 string frame_id\n\
00115 \n\
00116 ================================================================================\n\
00117 MSG: walk_msgs/Point2dStamped\n\
00118 Header header\n\
00119 Point2d point\n\
00120 \n\
00121 ================================================================================\n\
00122 MSG: walk_msgs/Point2d\n\
00123 float64 x\n\
00124 float64 y\n\
00125 \n\
00126 ";
00127   }
00128 
00129   static const char* value(const  ::walk_msgs::PathPoint2d_<ContainerAllocator> &) { return value(); } 
00130 };
00131 
00132 template<class ContainerAllocator> struct HasHeader< ::walk_msgs::PathPoint2d_<ContainerAllocator> > : public TrueType {};
00133 template<class ContainerAllocator> struct HasHeader< const ::walk_msgs::PathPoint2d_<ContainerAllocator> > : public TrueType {};
00134 } // namespace message_traits
00135 } // namespace ros
00136 
00137 namespace ros
00138 {
00139 namespace serialization
00140 {
00141 
00142 template<class ContainerAllocator> struct Serializer< ::walk_msgs::PathPoint2d_<ContainerAllocator> >
00143 {
00144   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00145   {
00146     stream.next(m.header);
00147     stream.next(m.points);
00148   }
00149 
00150   ROS_DECLARE_ALLINONE_SERIALIZER;
00151 }; // struct PathPoint2d_
00152 } // namespace serialization
00153 } // namespace ros
00154 
00155 namespace ros
00156 {
00157 namespace message_operations
00158 {
00159 
00160 template<class ContainerAllocator>
00161 struct Printer< ::walk_msgs::PathPoint2d_<ContainerAllocator> >
00162 {
00163   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::walk_msgs::PathPoint2d_<ContainerAllocator> & v) 
00164   {
00165     s << indent << "header: ";
00166 s << std::endl;
00167     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00168     s << indent << "points[]" << std::endl;
00169     for (size_t i = 0; i < v.points.size(); ++i)
00170     {
00171       s << indent << "  points[" << i << "]: ";
00172       s << std::endl;
00173       s << indent;
00174       Printer< ::walk_msgs::Point2dStamped_<ContainerAllocator> >::stream(s, indent + "    ", v.points[i]);
00175     }
00176   }
00177 };
00178 
00179 
00180 } // namespace message_operations
00181 } // namespace ros
00182 
00183 #endif // WALK_MSGS_MESSAGE_PATHPOINT2D_H
00184 


walk_msgs
Author(s): Thomas Moulard
autogenerated on Sat Dec 28 2013 17:05:25