00001
00002 #ifndef TOPOLOGICAL_NAV_MSGS_MESSAGE_ROADMAPPATH_H
00003 #define TOPOLOGICAL_NAV_MSGS_MESSAGE_ROADMAPPATH_H
00004 #include <string>
00005 #include <vector>
00006 #include <ostream>
00007 #include "ros/serialization.h"
00008 #include "ros/builtin_message_traits.h"
00009 #include "ros/message_operations.h"
00010 #include "ros/message.h"
00011 #include "ros/time.h"
00012
00013
00014 namespace topological_nav_msgs
00015 {
00016 template <class ContainerAllocator>
00017 struct RoadmapPath_ : public ros::Message
00018 {
00019 typedef RoadmapPath_<ContainerAllocator> Type;
00020
00021 RoadmapPath_()
00022 : path()
00023 {
00024 }
00025
00026 RoadmapPath_(const ContainerAllocator& _alloc)
00027 : path(_alloc)
00028 {
00029 }
00030
00031 typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > _path_type;
00032 std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > path;
00033
00034
00035 ROS_DEPRECATED uint32_t get_path_size() const { return (uint32_t)path.size(); }
00036 ROS_DEPRECATED void set_path_size(uint32_t size) { path.resize((size_t)size); }
00037 ROS_DEPRECATED void get_path_vec(std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > & vec) const { vec = this->path; }
00038 ROS_DEPRECATED void set_path_vec(const std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > & vec) { this->path = vec; }
00039 private:
00040 static const char* __s_getDataType_() { return "topological_nav_msgs/RoadmapPath"; }
00041 public:
00042 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00043
00044 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00045
00046 private:
00047 static const char* __s_getMD5Sum_() { return "5755330b611748c94b11eec086e5565c"; }
00048 public:
00049 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00050
00051 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00052
00053 private:
00054 static const char* __s_getMessageDefinition_() { return "uint32[] path\n\
00055 "; }
00056 public:
00057 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00058
00059 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00060
00061 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00062 {
00063 ros::serialization::OStream stream(write_ptr, 1000000000);
00064 ros::serialization::serialize(stream, path);
00065 return stream.getData();
00066 }
00067
00068 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00069 {
00070 ros::serialization::IStream stream(read_ptr, 1000000000);
00071 ros::serialization::deserialize(stream, path);
00072 return stream.getData();
00073 }
00074
00075 ROS_DEPRECATED virtual uint32_t serializationLength() const
00076 {
00077 uint32_t size = 0;
00078 size += ros::serialization::serializationLength(path);
00079 return size;
00080 }
00081
00082 typedef boost::shared_ptr< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> > Ptr;
00083 typedef boost::shared_ptr< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> const> ConstPtr;
00084 };
00085 typedef ::topological_nav_msgs::RoadmapPath_<std::allocator<void> > RoadmapPath;
00086
00087 typedef boost::shared_ptr< ::topological_nav_msgs::RoadmapPath> RoadmapPathPtr;
00088 typedef boost::shared_ptr< ::topological_nav_msgs::RoadmapPath const> RoadmapPathConstPtr;
00089
00090
00091 template<typename ContainerAllocator>
00092 std::ostream& operator<<(std::ostream& s, const ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> & v)
00093 {
00094 ros::message_operations::Printer< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> >::stream(s, "", v);
00095 return s;}
00096
00097 }
00098
00099 namespace ros
00100 {
00101 namespace message_traits
00102 {
00103 template<class ContainerAllocator>
00104 struct MD5Sum< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> > {
00105 static const char* value()
00106 {
00107 return "5755330b611748c94b11eec086e5565c";
00108 }
00109
00110 static const char* value(const ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> &) { return value(); }
00111 static const uint64_t static_value1 = 0x5755330b611748c9ULL;
00112 static const uint64_t static_value2 = 0x4b11eec086e5565cULL;
00113 };
00114
00115 template<class ContainerAllocator>
00116 struct DataType< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> > {
00117 static const char* value()
00118 {
00119 return "topological_nav_msgs/RoadmapPath";
00120 }
00121
00122 static const char* value(const ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> &) { return value(); }
00123 };
00124
00125 template<class ContainerAllocator>
00126 struct Definition< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> > {
00127 static const char* value()
00128 {
00129 return "uint32[] path\n\
00130 ";
00131 }
00132
00133 static const char* value(const ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> &) { return value(); }
00134 };
00135
00136 }
00137 }
00138
00139 namespace ros
00140 {
00141 namespace serialization
00142 {
00143
00144 template<class ContainerAllocator> struct Serializer< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> >
00145 {
00146 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00147 {
00148 stream.next(m.path);
00149 }
00150
00151 ROS_DECLARE_ALLINONE_SERIALIZER;
00152 };
00153 }
00154 }
00155
00156 namespace ros
00157 {
00158 namespace message_operations
00159 {
00160
00161 template<class ContainerAllocator>
00162 struct Printer< ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> >
00163 {
00164 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::topological_nav_msgs::RoadmapPath_<ContainerAllocator> & v)
00165 {
00166 s << indent << "path[]" << std::endl;
00167 for (size_t i = 0; i < v.path.size(); ++i)
00168 {
00169 s << indent << " path[" << i << "]: ";
00170 Printer<uint32_t>::stream(s, indent + " ", v.path[i]);
00171 }
00172 }
00173 };
00174
00175
00176 }
00177 }
00178
00179 #endif // TOPOLOGICAL_NAV_MSGS_MESSAGE_ROADMAPPATH_H
00180