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