$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-turtlebot_arm/doc_stacks/2013-03-02_14-01-21.381977/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 private: 00049 static const char* __s_getDataType_() { return "turtlebot_block_manipulation/BlockDetectionGoal"; } 00050 public: 00051 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00052 00053 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00054 00055 private: 00056 static const char* __s_getMD5Sum_() { return "55e74460cfe309311425690ecb457a45"; } 00057 public: 00058 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00059 00060 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00061 00062 private: 00063 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00064 #goal definition\n\ 00065 string frame\n\ 00066 float32 table_height\n\ 00067 float32 block_size\n\ 00068 \n\ 00069 "; } 00070 public: 00071 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00072 00073 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00074 00075 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00076 { 00077 ros::serialization::OStream stream(write_ptr, 1000000000); 00078 ros::serialization::serialize(stream, frame); 00079 ros::serialization::serialize(stream, table_height); 00080 ros::serialization::serialize(stream, block_size); 00081 return stream.getData(); 00082 } 00083 00084 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00085 { 00086 ros::serialization::IStream stream(read_ptr, 1000000000); 00087 ros::serialization::deserialize(stream, frame); 00088 ros::serialization::deserialize(stream, table_height); 00089 ros::serialization::deserialize(stream, block_size); 00090 return stream.getData(); 00091 } 00092 00093 ROS_DEPRECATED virtual uint32_t serializationLength() const 00094 { 00095 uint32_t size = 0; 00096 size += ros::serialization::serializationLength(frame); 00097 size += ros::serialization::serializationLength(table_height); 00098 size += ros::serialization::serializationLength(block_size); 00099 return size; 00100 } 00101 00102 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > Ptr; 00103 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> const> ConstPtr; 00104 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00105 }; // struct BlockDetectionGoal 00106 typedef ::turtlebot_block_manipulation::BlockDetectionGoal_<std::allocator<void> > BlockDetectionGoal; 00107 00108 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal> BlockDetectionGoalPtr; 00109 typedef boost::shared_ptr< ::turtlebot_block_manipulation::BlockDetectionGoal const> BlockDetectionGoalConstPtr; 00110 00111 00112 template<typename ContainerAllocator> 00113 std::ostream& operator<<(std::ostream& s, const ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> & v) 00114 { 00115 ros::message_operations::Printer< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> >::stream(s, "", v); 00116 return s;} 00117 00118 } // namespace turtlebot_block_manipulation 00119 00120 namespace ros 00121 { 00122 namespace message_traits 00123 { 00124 template<class ContainerAllocator> struct IsMessage< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > : public TrueType {}; 00125 template<class ContainerAllocator> struct IsMessage< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> const> : public TrueType {}; 00126 template<class ContainerAllocator> 00127 struct MD5Sum< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > { 00128 static const char* value() 00129 { 00130 return "55e74460cfe309311425690ecb457a45"; 00131 } 00132 00133 static const char* value(const ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> &) { return value(); } 00134 static const uint64_t static_value1 = 0x55e74460cfe30931ULL; 00135 static const uint64_t static_value2 = 0x1425690ecb457a45ULL; 00136 }; 00137 00138 template<class ContainerAllocator> 00139 struct DataType< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > { 00140 static const char* value() 00141 { 00142 return "turtlebot_block_manipulation/BlockDetectionGoal"; 00143 } 00144 00145 static const char* value(const ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> &) { return value(); } 00146 }; 00147 00148 template<class ContainerAllocator> 00149 struct Definition< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > { 00150 static const char* value() 00151 { 00152 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00153 #goal definition\n\ 00154 string frame\n\ 00155 float32 table_height\n\ 00156 float32 block_size\n\ 00157 \n\ 00158 "; 00159 } 00160 00161 static const char* value(const ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> &) { return value(); } 00162 }; 00163 00164 } // namespace message_traits 00165 } // namespace ros 00166 00167 namespace ros 00168 { 00169 namespace serialization 00170 { 00171 00172 template<class ContainerAllocator> struct Serializer< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > 00173 { 00174 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00175 { 00176 stream.next(m.frame); 00177 stream.next(m.table_height); 00178 stream.next(m.block_size); 00179 } 00180 00181 ROS_DECLARE_ALLINONE_SERIALIZER; 00182 }; // struct BlockDetectionGoal_ 00183 } // namespace serialization 00184 } // namespace ros 00185 00186 namespace ros 00187 { 00188 namespace message_operations 00189 { 00190 00191 template<class ContainerAllocator> 00192 struct Printer< ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> > 00193 { 00194 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::turtlebot_block_manipulation::BlockDetectionGoal_<ContainerAllocator> & v) 00195 { 00196 s << indent << "frame: "; 00197 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.frame); 00198 s << indent << "table_height: "; 00199 Printer<float>::stream(s, indent + " ", v.table_height); 00200 s << indent << "block_size: "; 00201 Printer<float>::stream(s, indent + " ", v.block_size); 00202 } 00203 }; 00204 00205 00206 } // namespace message_operations 00207 } // namespace ros 00208 00209 #endif // TURTLEBOT_BLOCK_MANIPULATION_MESSAGE_BLOCKDETECTIONGOAL_H 00210