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


re_msgs
Author(s): Alexander Perzylo
autogenerated on Sun Jan 5 2014 11:27:54