DifferentialSpeed.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-groovy-clearpath_common/doc_stacks/2014-10-05_22-49-25.060876/clearpath_common/clearpath_base/msg/DifferentialSpeed.msg */
00002 #ifndef CLEARPATH_BASE_MESSAGE_DIFFERENTIALSPEED_H
00003 #define CLEARPATH_BASE_MESSAGE_DIFFERENTIALSPEED_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 #include "std_msgs/Header.h"
00018 
00019 namespace clearpath_base
00020 {
00021 template <class ContainerAllocator>
00022 struct DifferentialSpeed_ {
00023   typedef DifferentialSpeed_<ContainerAllocator> Type;
00024 
00025   DifferentialSpeed_()
00026   : header()
00027   , left_speed(0.0)
00028   , right_speed(0.0)
00029   , left_accel(0.0)
00030   , right_accel(0.0)
00031   {
00032   }
00033 
00034   DifferentialSpeed_(const ContainerAllocator& _alloc)
00035   : header(_alloc)
00036   , left_speed(0.0)
00037   , right_speed(0.0)
00038   , left_accel(0.0)
00039   , right_accel(0.0)
00040   {
00041   }
00042 
00043   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00044    ::std_msgs::Header_<ContainerAllocator>  header;
00045 
00046   typedef double _left_speed_type;
00047   double left_speed;
00048 
00049   typedef double _right_speed_type;
00050   double right_speed;
00051 
00052   typedef double _left_accel_type;
00053   double left_accel;
00054 
00055   typedef double _right_accel_type;
00056   double right_accel;
00057 
00058 
00059   typedef boost::shared_ptr< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> > Ptr;
00060   typedef boost::shared_ptr< ::clearpath_base::DifferentialSpeed_<ContainerAllocator>  const> ConstPtr;
00061   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00062 }; // struct DifferentialSpeed
00063 typedef  ::clearpath_base::DifferentialSpeed_<std::allocator<void> > DifferentialSpeed;
00064 
00065 typedef boost::shared_ptr< ::clearpath_base::DifferentialSpeed> DifferentialSpeedPtr;
00066 typedef boost::shared_ptr< ::clearpath_base::DifferentialSpeed const> DifferentialSpeedConstPtr;
00067 
00068 
00069 template<typename ContainerAllocator>
00070 std::ostream& operator<<(std::ostream& s, const  ::clearpath_base::DifferentialSpeed_<ContainerAllocator> & v)
00071 {
00072   ros::message_operations::Printer< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> >::stream(s, "", v);
00073   return s;}
00074 
00075 } // namespace clearpath_base
00076 
00077 namespace ros
00078 {
00079 namespace message_traits
00080 {
00081 template<class ContainerAllocator> struct IsMessage< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> > : public TrueType {};
00082 template<class ContainerAllocator> struct IsMessage< ::clearpath_base::DifferentialSpeed_<ContainerAllocator>  const> : public TrueType {};
00083 template<class ContainerAllocator>
00084 struct MD5Sum< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> > {
00085   static const char* value() 
00086   {
00087     return "4b62e763320bacb9c7f63f6ebd46ceba";
00088   }
00089 
00090   static const char* value(const  ::clearpath_base::DifferentialSpeed_<ContainerAllocator> &) { return value(); } 
00091   static const uint64_t static_value1 = 0x4b62e763320bacb9ULL;
00092   static const uint64_t static_value2 = 0xc7f63f6ebd46cebaULL;
00093 };
00094 
00095 template<class ContainerAllocator>
00096 struct DataType< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> > {
00097   static const char* value() 
00098   {
00099     return "clearpath_base/DifferentialSpeed";
00100   }
00101 
00102   static const char* value(const  ::clearpath_base::DifferentialSpeed_<ContainerAllocator> &) { return value(); } 
00103 };
00104 
00105 template<class ContainerAllocator>
00106 struct Definition< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> > {
00107   static const char* value() 
00108   {
00109     return "Header header\n\
00110 float64 left_speed\n\
00111 float64 right_speed\n\
00112 float64 left_accel\n\
00113 float64 right_accel\n\
00114 \n\
00115 ================================================================================\n\
00116 MSG: std_msgs/Header\n\
00117 # Standard metadata for higher-level stamped data types.\n\
00118 # This is generally used to communicate timestamped data \n\
00119 # in a particular coordinate frame.\n\
00120 # \n\
00121 # sequence ID: consecutively increasing ID \n\
00122 uint32 seq\n\
00123 #Two-integer timestamp that is expressed as:\n\
00124 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00125 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00126 # time-handling sugar is provided by the client library\n\
00127 time stamp\n\
00128 #Frame this data is associated with\n\
00129 # 0: no frame\n\
00130 # 1: global frame\n\
00131 string frame_id\n\
00132 \n\
00133 ";
00134   }
00135 
00136   static const char* value(const  ::clearpath_base::DifferentialSpeed_<ContainerAllocator> &) { return value(); } 
00137 };
00138 
00139 template<class ContainerAllocator> struct HasHeader< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> > : public TrueType {};
00140 template<class ContainerAllocator> struct HasHeader< const ::clearpath_base::DifferentialSpeed_<ContainerAllocator> > : public TrueType {};
00141 } // namespace message_traits
00142 } // namespace ros
00143 
00144 namespace ros
00145 {
00146 namespace serialization
00147 {
00148 
00149 template<class ContainerAllocator> struct Serializer< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> >
00150 {
00151   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00152   {
00153     stream.next(m.header);
00154     stream.next(m.left_speed);
00155     stream.next(m.right_speed);
00156     stream.next(m.left_accel);
00157     stream.next(m.right_accel);
00158   }
00159 
00160   ROS_DECLARE_ALLINONE_SERIALIZER;
00161 }; // struct DifferentialSpeed_
00162 } // namespace serialization
00163 } // namespace ros
00164 
00165 namespace ros
00166 {
00167 namespace message_operations
00168 {
00169 
00170 template<class ContainerAllocator>
00171 struct Printer< ::clearpath_base::DifferentialSpeed_<ContainerAllocator> >
00172 {
00173   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::clearpath_base::DifferentialSpeed_<ContainerAllocator> & v) 
00174   {
00175     s << indent << "header: ";
00176 s << std::endl;
00177     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00178     s << indent << "left_speed: ";
00179     Printer<double>::stream(s, indent + "  ", v.left_speed);
00180     s << indent << "right_speed: ";
00181     Printer<double>::stream(s, indent + "  ", v.right_speed);
00182     s << indent << "left_accel: ";
00183     Printer<double>::stream(s, indent + "  ", v.left_accel);
00184     s << indent << "right_accel: ";
00185     Printer<double>::stream(s, indent + "  ", v.right_accel);
00186   }
00187 };
00188 
00189 
00190 } // namespace message_operations
00191 } // namespace ros
00192 
00193 #endif // CLEARPATH_BASE_MESSAGE_DIFFERENTIALSPEED_H
00194 


clearpath_base
Author(s): Mike Purvis
autogenerated on Sun Oct 5 2014 22:52:08