$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-common_tutorials/doc_stacks/2013-03-01_15-04-52.745324/common_tutorials/turtle_actionlib/msg/ShapeFeedback.msg */ 00002 #ifndef TURTLE_ACTIONLIB_MESSAGE_SHAPEFEEDBACK_H 00003 #define TURTLE_ACTIONLIB_MESSAGE_SHAPEFEEDBACK_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 turtle_actionlib 00019 { 00020 template <class ContainerAllocator> 00021 struct ShapeFeedback_ { 00022 typedef ShapeFeedback_<ContainerAllocator> Type; 00023 00024 ShapeFeedback_() 00025 { 00026 } 00027 00028 ShapeFeedback_(const ContainerAllocator& _alloc) 00029 { 00030 } 00031 00032 00033 private: 00034 static const char* __s_getDataType_() { return "turtle_actionlib/ShapeFeedback"; } 00035 public: 00036 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00037 00038 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00039 00040 private: 00041 static const char* __s_getMD5Sum_() { return "d41d8cd98f00b204e9800998ecf8427e"; } 00042 public: 00043 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00044 00045 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00046 00047 private: 00048 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00049 #feedback\n\ 00050 \n\ 00051 \n\ 00052 \n\ 00053 "; } 00054 public: 00055 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00056 00057 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00058 00059 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00060 { 00061 ros::serialization::OStream stream(write_ptr, 1000000000); 00062 return stream.getData(); 00063 } 00064 00065 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00066 { 00067 ros::serialization::IStream stream(read_ptr, 1000000000); 00068 return stream.getData(); 00069 } 00070 00071 ROS_DEPRECATED virtual uint32_t serializationLength() const 00072 { 00073 uint32_t size = 0; 00074 return size; 00075 } 00076 00077 typedef boost::shared_ptr< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > Ptr; 00078 typedef boost::shared_ptr< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> const> ConstPtr; 00079 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00080 }; // struct ShapeFeedback 00081 typedef ::turtle_actionlib::ShapeFeedback_<std::allocator<void> > ShapeFeedback; 00082 00083 typedef boost::shared_ptr< ::turtle_actionlib::ShapeFeedback> ShapeFeedbackPtr; 00084 typedef boost::shared_ptr< ::turtle_actionlib::ShapeFeedback const> ShapeFeedbackConstPtr; 00085 00086 00087 template<typename ContainerAllocator> 00088 std::ostream& operator<<(std::ostream& s, const ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> & v) 00089 { 00090 ros::message_operations::Printer< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> >::stream(s, "", v); 00091 return s;} 00092 00093 } // namespace turtle_actionlib 00094 00095 namespace ros 00096 { 00097 namespace message_traits 00098 { 00099 template<class ContainerAllocator> struct IsMessage< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > : public TrueType {}; 00100 template<class ContainerAllocator> struct IsMessage< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> const> : public TrueType {}; 00101 template<class ContainerAllocator> 00102 struct MD5Sum< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > { 00103 static const char* value() 00104 { 00105 return "d41d8cd98f00b204e9800998ecf8427e"; 00106 } 00107 00108 static const char* value(const ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> &) { return value(); } 00109 static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL; 00110 static const uint64_t static_value2 = 0xe9800998ecf8427eULL; 00111 }; 00112 00113 template<class ContainerAllocator> 00114 struct DataType< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > { 00115 static const char* value() 00116 { 00117 return "turtle_actionlib/ShapeFeedback"; 00118 } 00119 00120 static const char* value(const ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> &) { return value(); } 00121 }; 00122 00123 template<class ContainerAllocator> 00124 struct Definition< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > { 00125 static const char* value() 00126 { 00127 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00128 #feedback\n\ 00129 \n\ 00130 \n\ 00131 \n\ 00132 "; 00133 } 00134 00135 static const char* value(const ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> &) { return value(); } 00136 }; 00137 00138 template<class ContainerAllocator> struct IsFixedSize< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > : public TrueType {}; 00139 } // namespace message_traits 00140 } // namespace ros 00141 00142 namespace ros 00143 { 00144 namespace serialization 00145 { 00146 00147 template<class ContainerAllocator> struct Serializer< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > 00148 { 00149 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00150 { 00151 } 00152 00153 ROS_DECLARE_ALLINONE_SERIALIZER; 00154 }; // struct ShapeFeedback_ 00155 } // namespace serialization 00156 } // namespace ros 00157 00158 namespace ros 00159 { 00160 namespace message_operations 00161 { 00162 00163 template<class ContainerAllocator> 00164 struct Printer< ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> > 00165 { 00166 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::turtle_actionlib::ShapeFeedback_<ContainerAllocator> & v) 00167 { 00168 } 00169 }; 00170 00171 00172 } // namespace message_operations 00173 } // namespace ros 00174 00175 #endif // TURTLE_ACTIONLIB_MESSAGE_SHAPEFEEDBACK_H 00176