BlockDetectionGoal.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/BlockDetectionGoal.msg */
00002 #ifndef TURTLEBOT_BLOCK_MANIPULATION_MESSAGE_BLOCKDETECTIONGOAL_H
00003 #define TURTLEBOT_BLOCK_MANIPULATION_MESSAGE_BLOCKDETECTIONGOAL_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 
00018 namespace turtlebot_block_manipulation
00019 {
00020 template <class ContainerAllocator>
00021 struct BlockDetectionGoal_ {
00022   typedef BlockDetectionGoal_<ContainerAllocator> Type;
00023 
00024   BlockDetectionGoal_()
00025   : frame()
00026   , table_height(0.0)
00027   , block_size(0.0)
00028   {
00029   }
00030 
00031   BlockDetectionGoal_(const ContainerAllocator& _alloc)
00032   : frame(_alloc)
00033   , table_height(0.0)
00034   , block_size(0.0)
00035   {
00036   }
00037 
00038   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _frame_type;
00039   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  frame;
00040 
00041   typedef float _table_height_type;
00042   float table_height;
00043 
00044   typedef float _block_size_type;
00045   float block_size;
00046 
00047 
00048   typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > Ptr;
00049   typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator>  const> ConstPtr;
00050   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00051 }; // struct BlockDetectionGoal
00052 typedef  ::turtlebot_block_manipulation::BlockDetectionGoal_<std::allocator<void> > BlockDetectionGoal;
00053 
00054 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal> BlockDetectionGoalPtr;
00055 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal const> BlockDetectionGoalConstPtr;
00056 
00057 
00058 template<typename ContainerAllocator>
00059 std::ostream& operator<<(std::ostream& s, const  ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> & v)
00060 {
00061   ros::message_operations::Printer< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> >::stream(s, "", v);
00062   return s;}
00063 
00064 } // namespace turtlebot_block_manipulation
00065 
00066 namespace ros
00067 {
00068 namespace message_traits
00069 {
00070 template<class ContainerAllocator> struct IsMessage< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > : public TrueType {};
00071 template<class ContainerAllocator> struct IsMessage< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator>  const> : public TrueType {};
00072 template<class ContainerAllocator>
00073 struct MD5Sum< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > {
00074   static const char* value() 
00075   {
00076     return "55e74460cfe309311425690ecb457a45";
00077   }
00078 
00079   static const char* value(const  ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> &) { return value(); } 
00080   static const uint64_t static_value1 = 0x55e74460cfe30931ULL;
00081   static const uint64_t static_value2 = 0x1425690ecb457a45ULL;
00082 };
00083 
00084 template<class ContainerAllocator>
00085 struct DataType< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > {
00086   static const char* value() 
00087   {
00088     return "turtlebot_block_manipulation/BlockDetectionGoal";
00089   }
00090 
00091   static const char* value(const  ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> &) { return value(); } 
00092 };
00093 
00094 template<class ContainerAllocator>
00095 struct Definition< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > {
00096   static const char* value() 
00097   {
00098     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00099 #goal definition\n\
00100 string frame\n\
00101 float32 table_height\n\
00102 float32 block_size\n\
00103 \n\
00104 ";
00105   }
00106 
00107   static const char* value(const  ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> &) { return value(); } 
00108 };
00109 
00110 } // namespace message_traits
00111 } // namespace ros
00112 
00113 namespace ros
00114 {
00115 namespace serialization
00116 {
00117 
00118 template<class ContainerAllocator> struct Serializer< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> >
00119 {
00120   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00121   {
00122     stream.next(m.frame);
00123     stream.next(m.table_height);
00124     stream.next(m.block_size);
00125   }
00126 
00127   ROS_DECLARE_ALLINONE_SERIALIZER;
00128 }; // struct BlockDetectionGoal_
00129 } // namespace serialization
00130 } // namespace ros
00131 
00132 namespace ros
00133 {
00134 namespace message_operations
00135 {
00136 
00137 template<class ContainerAllocator>
00138 struct Printer< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> >
00139 {
00140   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> & v) 
00141   {
00142     s << indent << "frame: ";
00143     Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + "  ", v.frame);
00144     s << indent << "table_height: ";
00145     Printer<float>::stream(s, indent + "  ", v.table_height);
00146     s << indent << "block_size: ";
00147     Printer<float>::stream(s, indent + "  ", v.block_size);
00148   }
00149 };
00150 
00151 
00152 } // namespace message_operations
00153 } // namespace ros
00154 
00155 #endif // TURTLEBOT_BLOCK_MANIPULATION_MESSAGE_BLOCKDETECTIONGOAL_H
00156 


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