$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-ros_tutorials/doc_stacks/2013-03-02_13-18-38.146089/ros_tutorials/turtlesim/msg/Pose.msg */ 00002 #ifndef TURTLESIM_MESSAGE_POSE_H 00003 #define TURTLESIM_MESSAGE_POSE_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 turtlesim 00019 { 00020 template <class ContainerAllocator> 00021 struct Pose_ { 00022 typedef Pose_<ContainerAllocator> Type; 00023 00024 Pose_() 00025 : x(0.0) 00026 , y(0.0) 00027 , theta(0.0) 00028 , linear_velocity(0.0) 00029 , angular_velocity(0.0) 00030 { 00031 } 00032 00033 Pose_(const ContainerAllocator& _alloc) 00034 : x(0.0) 00035 , y(0.0) 00036 , theta(0.0) 00037 , linear_velocity(0.0) 00038 , angular_velocity(0.0) 00039 { 00040 } 00041 00042 typedef float _x_type; 00043 float x; 00044 00045 typedef float _y_type; 00046 float y; 00047 00048 typedef float _theta_type; 00049 float theta; 00050 00051 typedef float _linear_velocity_type; 00052 float linear_velocity; 00053 00054 typedef float _angular_velocity_type; 00055 float angular_velocity; 00056 00057 00058 private: 00059 static const char* __s_getDataType_() { return "turtlesim/Pose"; } 00060 public: 00061 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00062 00063 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00064 00065 private: 00066 static const char* __s_getMD5Sum_() { return "863b248d5016ca62ea2e895ae5265cf9"; } 00067 public: 00068 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00069 00070 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00071 00072 private: 00073 static const char* __s_getMessageDefinition_() { return "float32 x\n\ 00074 float32 y\n\ 00075 float32 theta\n\ 00076 \n\ 00077 float32 linear_velocity\n\ 00078 float32 angular_velocity\n\ 00079 "; } 00080 public: 00081 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00082 00083 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00084 00085 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00086 { 00087 ros::serialization::OStream stream(write_ptr, 1000000000); 00088 ros::serialization::serialize(stream, x); 00089 ros::serialization::serialize(stream, y); 00090 ros::serialization::serialize(stream, theta); 00091 ros::serialization::serialize(stream, linear_velocity); 00092 ros::serialization::serialize(stream, angular_velocity); 00093 return stream.getData(); 00094 } 00095 00096 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00097 { 00098 ros::serialization::IStream stream(read_ptr, 1000000000); 00099 ros::serialization::deserialize(stream, x); 00100 ros::serialization::deserialize(stream, y); 00101 ros::serialization::deserialize(stream, theta); 00102 ros::serialization::deserialize(stream, linear_velocity); 00103 ros::serialization::deserialize(stream, angular_velocity); 00104 return stream.getData(); 00105 } 00106 00107 ROS_DEPRECATED virtual uint32_t serializationLength() const 00108 { 00109 uint32_t size = 0; 00110 size += ros::serialization::serializationLength(x); 00111 size += ros::serialization::serializationLength(y); 00112 size += ros::serialization::serializationLength(theta); 00113 size += ros::serialization::serializationLength(linear_velocity); 00114 size += ros::serialization::serializationLength(angular_velocity); 00115 return size; 00116 } 00117 00118 typedef boost::shared_ptr< ::turtlesim::Pose_<ContainerAllocator> > Ptr; 00119 typedef boost::shared_ptr< ::turtlesim::Pose_<ContainerAllocator> const> ConstPtr; 00120 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00121 }; // struct Pose 00122 typedef ::turtlesim::Pose_<std::allocator<void> > Pose; 00123 00124 typedef boost::shared_ptr< ::turtlesim::Pose> PosePtr; 00125 typedef boost::shared_ptr< ::turtlesim::Pose const> PoseConstPtr; 00126 00127 00128 template<typename ContainerAllocator> 00129 std::ostream& operator<<(std::ostream& s, const ::turtlesim::Pose_<ContainerAllocator> & v) 00130 { 00131 ros::message_operations::Printer< ::turtlesim::Pose_<ContainerAllocator> >::stream(s, "", v); 00132 return s;} 00133 00134 } // namespace turtlesim 00135 00136 namespace ros 00137 { 00138 namespace message_traits 00139 { 00140 template<class ContainerAllocator> struct IsMessage< ::turtlesim::Pose_<ContainerAllocator> > : public TrueType {}; 00141 template<class ContainerAllocator> struct IsMessage< ::turtlesim::Pose_<ContainerAllocator> const> : public TrueType {}; 00142 template<class ContainerAllocator> 00143 struct MD5Sum< ::turtlesim::Pose_<ContainerAllocator> > { 00144 static const char* value() 00145 { 00146 return "863b248d5016ca62ea2e895ae5265cf9"; 00147 } 00148 00149 static const char* value(const ::turtlesim::Pose_<ContainerAllocator> &) { return value(); } 00150 static const uint64_t static_value1 = 0x863b248d5016ca62ULL; 00151 static const uint64_t static_value2 = 0xea2e895ae5265cf9ULL; 00152 }; 00153 00154 template<class ContainerAllocator> 00155 struct DataType< ::turtlesim::Pose_<ContainerAllocator> > { 00156 static const char* value() 00157 { 00158 return "turtlesim/Pose"; 00159 } 00160 00161 static const char* value(const ::turtlesim::Pose_<ContainerAllocator> &) { return value(); } 00162 }; 00163 00164 template<class ContainerAllocator> 00165 struct Definition< ::turtlesim::Pose_<ContainerAllocator> > { 00166 static const char* value() 00167 { 00168 return "float32 x\n\ 00169 float32 y\n\ 00170 float32 theta\n\ 00171 \n\ 00172 float32 linear_velocity\n\ 00173 float32 angular_velocity\n\ 00174 "; 00175 } 00176 00177 static const char* value(const ::turtlesim::Pose_<ContainerAllocator> &) { return value(); } 00178 }; 00179 00180 template<class ContainerAllocator> struct IsFixedSize< ::turtlesim::Pose_<ContainerAllocator> > : public TrueType {}; 00181 } // namespace message_traits 00182 } // namespace ros 00183 00184 namespace ros 00185 { 00186 namespace serialization 00187 { 00188 00189 template<class ContainerAllocator> struct Serializer< ::turtlesim::Pose_<ContainerAllocator> > 00190 { 00191 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00192 { 00193 stream.next(m.x); 00194 stream.next(m.y); 00195 stream.next(m.theta); 00196 stream.next(m.linear_velocity); 00197 stream.next(m.angular_velocity); 00198 } 00199 00200 ROS_DECLARE_ALLINONE_SERIALIZER; 00201 }; // struct Pose_ 00202 } // namespace serialization 00203 } // namespace ros 00204 00205 namespace ros 00206 { 00207 namespace message_operations 00208 { 00209 00210 template<class ContainerAllocator> 00211 struct Printer< ::turtlesim::Pose_<ContainerAllocator> > 00212 { 00213 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::turtlesim::Pose_<ContainerAllocator> & v) 00214 { 00215 s << indent << "x: "; 00216 Printer<float>::stream(s, indent + " ", v.x); 00217 s << indent << "y: "; 00218 Printer<float>::stream(s, indent + " ", v.y); 00219 s << indent << "theta: "; 00220 Printer<float>::stream(s, indent + " ", v.theta); 00221 s << indent << "linear_velocity: "; 00222 Printer<float>::stream(s, indent + " ", v.linear_velocity); 00223 s << indent << "angular_velocity: "; 00224 Printer<float>::stream(s, indent + " ", v.angular_velocity); 00225 } 00226 }; 00227 00228 00229 } // namespace message_operations 00230 } // namespace ros 00231 00232 #endif // TURTLESIM_MESSAGE_POSE_H 00233