BlockDetectionResult.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-turtlebot_arm/doc_stacks/2013-12-12_12-29-55.758459/turtlebot_arm/turtlebot_block_manipulation/msg/BlockDetectionResult.msg */
00002 #ifndef TURTLEBOT_BLOCK_MANIPULATION_MESSAGE_BLOCKDETECTIONRESULT_H
00003 #define TURTLEBOT_BLOCK_MANIPULATION_MESSAGE_BLOCKDETECTIONRESULT_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 "geometry_msgs/PoseArray.h"
00018 
00019 namespace turtlebot_block_manipulation
00020 {
00021 template <class ContainerAllocator>
00022 struct BlockDetectionResult_ {
00023   typedef BlockDetectionResult_<ContainerAllocator> Type;
00024 
00025   BlockDetectionResult_()
00026   : blocks()
00027   {
00028   }
00029 
00030   BlockDetectionResult_(const ContainerAllocator& _alloc)
00031   : blocks(_alloc)
00032   {
00033   }
00034 
00035   typedef  ::geometry_msgs::PoseArray_<ContainerAllocator>  _blocks_type;
00036    ::geometry_msgs::PoseArray_<ContainerAllocator>  blocks;
00037 
00038 
00039   typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> > Ptr;
00040   typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator>  const> ConstPtr;
00041   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00042 }; // struct BlockDetectionResult
00043 typedef  ::turtlebot_block_manipulation::BlockDetectionResult_<std::allocator<void> > BlockDetectionResult;
00044 
00045 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionResult> BlockDetectionResultPtr;
00046 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionResult const> BlockDetectionResultConstPtr;
00047 
00048 
00049 template<typename ContainerAllocator>
00050 std::ostream& operator<<(std::ostream& s, const  ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> & v)
00051 {
00052   ros::message_operations::Printer< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> >::stream(s, "", v);
00053   return s;}
00054 
00055 } // namespace turtlebot_block_manipulation
00056 
00057 namespace ros
00058 {
00059 namespace message_traits
00060 {
00061 template<class ContainerAllocator> struct IsMessage< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> > : public TrueType {};
00062 template<class ContainerAllocator> struct IsMessage< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator>  const> : public TrueType {};
00063 template<class ContainerAllocator>
00064 struct MD5Sum< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> > {
00065   static const char* value() 
00066   {
00067     return "fe4272fcc0cf26cf952b16d66c620bd4";
00068   }
00069 
00070   static const char* value(const  ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> &) { return value(); } 
00071   static const uint64_t static_value1 = 0xfe4272fcc0cf26cfULL;
00072   static const uint64_t static_value2 = 0x952b16d66c620bd4ULL;
00073 };
00074 
00075 template<class ContainerAllocator>
00076 struct DataType< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "turtlebot_block_manipulation/BlockDetectionResult";
00080   }
00081 
00082   static const char* value(const  ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> &) { return value(); } 
00083 };
00084 
00085 template<class ContainerAllocator>
00086 struct Definition< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> > {
00087   static const char* value() 
00088   {
00089     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00090 #result definition\n\
00091 geometry_msgs/PoseArray blocks\n\
00092 \n\
00093 ================================================================================\n\
00094 MSG: geometry_msgs/PoseArray\n\
00095 # An array of poses with a header for global reference.\n\
00096 \n\
00097 Header header\n\
00098 \n\
00099 Pose[] poses\n\
00100 \n\
00101 ================================================================================\n\
00102 MSG: std_msgs/Header\n\
00103 # Standard metadata for higher-level stamped data types.\n\
00104 # This is generally used to communicate timestamped data \n\
00105 # in a particular coordinate frame.\n\
00106 # \n\
00107 # sequence ID: consecutively increasing ID \n\
00108 uint32 seq\n\
00109 #Two-integer timestamp that is expressed as:\n\
00110 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00111 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00112 # time-handling sugar is provided by the client library\n\
00113 time stamp\n\
00114 #Frame this data is associated with\n\
00115 # 0: no frame\n\
00116 # 1: global frame\n\
00117 string frame_id\n\
00118 \n\
00119 ================================================================================\n\
00120 MSG: geometry_msgs/Pose\n\
00121 # A representation of pose in free space, composed of postion and orientation. \n\
00122 Point position\n\
00123 Quaternion orientation\n\
00124 \n\
00125 ================================================================================\n\
00126 MSG: geometry_msgs/Point\n\
00127 # This contains the position of a point in free space\n\
00128 float64 x\n\
00129 float64 y\n\
00130 float64 z\n\
00131 \n\
00132 ================================================================================\n\
00133 MSG: geometry_msgs/Quaternion\n\
00134 # This represents an orientation in free space in quaternion form.\n\
00135 \n\
00136 float64 x\n\
00137 float64 y\n\
00138 float64 z\n\
00139 float64 w\n\
00140 \n\
00141 ";
00142   }
00143 
00144   static const char* value(const  ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> &) { return value(); } 
00145 };
00146 
00147 } // namespace message_traits
00148 } // namespace ros
00149 
00150 namespace ros
00151 {
00152 namespace serialization
00153 {
00154 
00155 template<class ContainerAllocator> struct Serializer< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> >
00156 {
00157   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00158   {
00159     stream.next(m.blocks);
00160   }
00161 
00162   ROS_DECLARE_ALLINONE_SERIALIZER;
00163 }; // struct BlockDetectionResult_
00164 } // namespace serialization
00165 } // namespace ros
00166 
00167 namespace ros
00168 {
00169 namespace message_operations
00170 {
00171 
00172 template<class ContainerAllocator>
00173 struct Printer< ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> >
00174 {
00175   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::turtlebot_block_manipulation::BlockDetectionResult_<ContainerAllocator> & v) 
00176   {
00177     s << indent << "blocks: ";
00178 s << std::endl;
00179     Printer< ::geometry_msgs::PoseArray_<ContainerAllocator> >::stream(s, indent + "  ", v.blocks);
00180   }
00181 };
00182 
00183 
00184 } // namespace message_operations
00185 } // namespace ros
00186 
00187 #endif // TURTLEBOT_BLOCK_MANIPULATION_MESSAGE_BLOCKDETECTIONRESULT_H
00188 


turtlebot_block_manipulation
Author(s): Helen Oleynikova
autogenerated on Thu Dec 12 2013 12:33:53