recoverPathResponse.h
Go to the documentation of this file.
00001 // Generated by gencpp from file pure_pursuit_controller/recoverPathResponse.msg
00002 // DO NOT EDIT!
00003 
00004 
00005 #ifndef PURE_PURSUIT_CONTROLLER_MESSAGE_RECOVERPATHRESPONSE_H
00006 #define PURE_PURSUIT_CONTROLLER_MESSAGE_RECOVERPATHRESPONSE_H
00007 
00008 
00009 #include <string>
00010 #include <vector>
00011 #include <map>
00012 
00013 #include <ros/types.h>
00014 #include <ros/serialization.h>
00015 #include <ros/builtin_message_traits.h>
00016 #include <ros/message_operations.h>
00017 
00018 
00019 namespace pure_pursuit_controller
00020 {
00021 template <class ContainerAllocator>
00022 struct recoverPathResponse_
00023 {
00024   typedef recoverPathResponse_<ContainerAllocator> Type;
00025 
00026   recoverPathResponse_()
00027     : success(false)  {
00028     }
00029   recoverPathResponse_(const ContainerAllocator& _alloc)
00030     : success(false)  {
00031   (void)_alloc;
00032     }
00033 
00034 
00035 
00036    typedef uint8_t _success_type;
00037   _success_type success;
00038 
00039 
00040 
00041 
00042   typedef boost::shared_ptr< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> > Ptr;
00043   typedef boost::shared_ptr< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> const> ConstPtr;
00044 
00045 }; // struct recoverPathResponse_
00046 
00047 typedef ::pure_pursuit_controller::recoverPathResponse_<std::allocator<void> > recoverPathResponse;
00048 
00049 typedef boost::shared_ptr< ::pure_pursuit_controller::recoverPathResponse > recoverPathResponsePtr;
00050 typedef boost::shared_ptr< ::pure_pursuit_controller::recoverPathResponse const> recoverPathResponseConstPtr;
00051 
00052 // constants requiring out of line definition
00053 
00054 
00055 
00056 template<typename ContainerAllocator>
00057 std::ostream& operator<<(std::ostream& s, const ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> & v)
00058 {
00059 ros::message_operations::Printer< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >::stream(s, "", v);
00060 return s;
00061 }
00062 
00063 } // namespace pure_pursuit_controller
00064 
00065 namespace ros
00066 {
00067 namespace message_traits
00068 {
00069 
00070 
00071 
00072 // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False}
00073 // {'nav_msgs': ['/opt/ros/indigo/share/nav_msgs/cmake/../msg'], 'std_msgs': ['/opt/ros/indigo/share/std_msgs/cmake/../msg'], 'actionlib_msgs': ['/opt/ros/indigo/share/actionlib_msgs/cmake/../msg'], 'geometry_msgs': ['/opt/ros/indigo/share/geometry_msgs/cmake/../msg']}
00074 
00075 // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
00076 
00077 
00078 
00079 
00080 template <class ContainerAllocator>
00081 struct IsFixedSize< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00082   : TrueType
00083   { };
00084 
00085 template <class ContainerAllocator>
00086 struct IsFixedSize< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> const>
00087   : TrueType
00088   { };
00089 
00090 template <class ContainerAllocator>
00091 struct IsMessage< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00092   : TrueType
00093   { };
00094 
00095 template <class ContainerAllocator>
00096 struct IsMessage< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> const>
00097   : TrueType
00098   { };
00099 
00100 template <class ContainerAllocator>
00101 struct HasHeader< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00102   : FalseType
00103   { };
00104 
00105 template <class ContainerAllocator>
00106 struct HasHeader< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> const>
00107   : FalseType
00108   { };
00109 
00110 
00111 template<class ContainerAllocator>
00112 struct MD5Sum< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00113 {
00114   static const char* value()
00115   {
00116     return "358e233cde0c8a8bcfea4ce193f8fc15";
00117   }
00118 
00119   static const char* value(const ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator>&) { return value(); }
00120   static const uint64_t static_value1 = 0x358e233cde0c8a8bULL;
00121   static const uint64_t static_value2 = 0xcfea4ce193f8fc15ULL;
00122 };
00123 
00124 template<class ContainerAllocator>
00125 struct DataType< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00126 {
00127   static const char* value()
00128   {
00129     return "pure_pursuit_controller/recoverPathResponse";
00130   }
00131 
00132   static const char* value(const ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator>&) { return value(); }
00133 };
00134 
00135 template<class ContainerAllocator>
00136 struct Definition< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00137 {
00138   static const char* value()
00139   {
00140     return "\n\
00141 bool success\n\
00142 \n\
00143 ";
00144   }
00145 
00146   static const char* value(const ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator>&) { return value(); }
00147 };
00148 
00149 } // namespace message_traits
00150 } // namespace ros
00151 
00152 namespace ros
00153 {
00154 namespace serialization
00155 {
00156 
00157   template<class ContainerAllocator> struct Serializer< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00158   {
00159     template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00160     {
00161       stream.next(m.success);
00162     }
00163 
00164     ROS_DECLARE_ALLINONE_SERIALIZER
00165   }; // struct recoverPathResponse_
00166 
00167 } // namespace serialization
00168 } // namespace ros
00169 
00170 namespace ros
00171 {
00172 namespace message_operations
00173 {
00174 
00175 template<class ContainerAllocator>
00176 struct Printer< ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator> >
00177 {
00178   template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pure_pursuit_controller::recoverPathResponse_<ContainerAllocator>& v)
00179   {
00180     s << indent << "success: ";
00181     Printer<uint8_t>::stream(s, indent + "  ", v.success);
00182   }
00183 };
00184 
00185 } // namespace message_operations
00186 } // namespace ros
00187 
00188 #endif // PURE_PURSUIT_CONTROLLER_MESSAGE_RECOVERPATHRESPONSE_H


pure_pursuit_controller
Author(s): Lintao Zheng, Kai Xu
autogenerated on Thu Jun 6 2019 19:50:45