RazorImu.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/paralax2/github/razor_imu_9dof/razor_imu_9dof/msg/RazorImu.msg */
00002 #ifndef RAZOR_IMU_9DOF_MESSAGE_RAZORIMU_H
00003 #define RAZOR_IMU_9DOF_MESSAGE_RAZORIMU_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 razor_imu_9dof
00019 {
00020 template <class ContainerAllocator>
00021 struct RazorImu_ {
00022   typedef RazorImu_<ContainerAllocator> Type;
00023 
00024   RazorImu_()
00025   : roll(0.0)
00026   , pitch(0.0)
00027   , yaw(0.0)
00028   {
00029   }
00030 
00031   RazorImu_(const ContainerAllocator& _alloc)
00032   : roll(0.0)
00033   , pitch(0.0)
00034   , yaw(0.0)
00035   {
00036   }
00037 
00038   typedef float _roll_type;
00039   float roll;
00040 
00041   typedef float _pitch_type;
00042   float pitch;
00043 
00044   typedef float _yaw_type;
00045   float yaw;
00046 
00047 
00048   typedef boost::shared_ptr< ::razor_imu_9dof::RazorImu_<ContainerAllocator> > Ptr;
00049   typedef boost::shared_ptr< ::razor_imu_9dof::RazorImu_<ContainerAllocator>  const> ConstPtr;
00050   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00051 }; // struct RazorImu
00052 typedef  ::razor_imu_9dof::RazorImu_<std::allocator<void> > RazorImu;
00053 
00054 typedef boost::shared_ptr< ::razor_imu_9dof::RazorImu> RazorImuPtr;
00055 typedef boost::shared_ptr< ::razor_imu_9dof::RazorImu const> RazorImuConstPtr;
00056 
00057 
00058 template<typename ContainerAllocator>
00059 std::ostream& operator<<(std::ostream& s, const  ::razor_imu_9dof::RazorImu_<ContainerAllocator> & v)
00060 {
00061   ros::message_operations::Printer< ::razor_imu_9dof::RazorImu_<ContainerAllocator> >::stream(s, "", v);
00062   return s;}
00063 
00064 } // namespace razor_imu_9dof
00065 
00066 namespace ros
00067 {
00068 namespace message_traits
00069 {
00070 template<class ContainerAllocator> struct IsMessage< ::razor_imu_9dof::RazorImu_<ContainerAllocator> > : public TrueType {};
00071 template<class ContainerAllocator> struct IsMessage< ::razor_imu_9dof::RazorImu_<ContainerAllocator>  const> : public TrueType {};
00072 template<class ContainerAllocator>
00073 struct MD5Sum< ::razor_imu_9dof::RazorImu_<ContainerAllocator> > {
00074   static const char* value() 
00075   {
00076     return "c66f4de7f99199dd8e863fffbef112ad";
00077   }
00078 
00079   static const char* value(const  ::razor_imu_9dof::RazorImu_<ContainerAllocator> &) { return value(); } 
00080   static const uint64_t static_value1 = 0xc66f4de7f99199ddULL;
00081   static const uint64_t static_value2 = 0x8e863fffbef112adULL;
00082 };
00083 
00084 template<class ContainerAllocator>
00085 struct DataType< ::razor_imu_9dof::RazorImu_<ContainerAllocator> > {
00086   static const char* value() 
00087   {
00088     return "razor_imu_9dof/RazorImu";
00089   }
00090 
00091   static const char* value(const  ::razor_imu_9dof::RazorImu_<ContainerAllocator> &) { return value(); } 
00092 };
00093 
00094 template<class ContainerAllocator>
00095 struct Definition< ::razor_imu_9dof::RazorImu_<ContainerAllocator> > {
00096   static const char* value() 
00097   {
00098     return "float32 roll\n\
00099 float32 pitch\n\
00100 float32 yaw\n\
00101 \n\
00102 ";
00103   }
00104 
00105   static const char* value(const  ::razor_imu_9dof::RazorImu_<ContainerAllocator> &) { return value(); } 
00106 };
00107 
00108 template<class ContainerAllocator> struct IsFixedSize< ::razor_imu_9dof::RazorImu_<ContainerAllocator> > : public TrueType {};
00109 } // namespace message_traits
00110 } // namespace ros
00111 
00112 namespace ros
00113 {
00114 namespace serialization
00115 {
00116 
00117 template<class ContainerAllocator> struct Serializer< ::razor_imu_9dof::RazorImu_<ContainerAllocator> >
00118 {
00119   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00120   {
00121     stream.next(m.roll);
00122     stream.next(m.pitch);
00123     stream.next(m.yaw);
00124   }
00125 
00126   ROS_DECLARE_ALLINONE_SERIALIZER;
00127 }; // struct RazorImu_
00128 } // namespace serialization
00129 } // namespace ros
00130 
00131 namespace ros
00132 {
00133 namespace message_operations
00134 {
00135 
00136 template<class ContainerAllocator>
00137 struct Printer< ::razor_imu_9dof::RazorImu_<ContainerAllocator> >
00138 {
00139   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::razor_imu_9dof::RazorImu_<ContainerAllocator> & v) 
00140   {
00141     s << indent << "roll: ";
00142     Printer<float>::stream(s, indent + "  ", v.roll);
00143     s << indent << "pitch: ";
00144     Printer<float>::stream(s, indent + "  ", v.pitch);
00145     s << indent << "yaw: ";
00146     Printer<float>::stream(s, indent + "  ", v.yaw);
00147   }
00148 };
00149 
00150 
00151 } // namespace message_operations
00152 } // namespace ros
00153 
00154 #endif // RAZOR_IMU_9DOF_MESSAGE_RAZORIMU_H
00155 


razor_imu_9dof
Author(s): Tang Tiong Yew
autogenerated on Mon Oct 6 2014 04:01:09