EulerAnglesStamped.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-starmac-ros-pkg/doc_stacks/2014-01-05_11-35-11.500740/starmac-ros-pkg/starmac_common/starmac_msgs/msg/EulerAnglesStamped.msg */
00002 #ifndef STARMAC_MSGS_MESSAGE_EULERANGLESSTAMPED_H
00003 #define STARMAC_MSGS_MESSAGE_EULERANGLESSTAMPED_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 #include "starmac_msgs/EulerAngles.h"
00019 
00020 namespace starmac_msgs
00021 {
00022 template <class ContainerAllocator>
00023 struct EulerAnglesStamped_ {
00024   typedef EulerAnglesStamped_<ContainerAllocator> Type;
00025 
00026   EulerAnglesStamped_()
00027   : header()
00028   , angles()
00029   {
00030   }
00031 
00032   EulerAnglesStamped_(const ContainerAllocator& _alloc)
00033   : header(_alloc)
00034   , angles(_alloc)
00035   {
00036   }
00037 
00038   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00039    ::std_msgs::Header_<ContainerAllocator>  header;
00040 
00041   typedef  ::starmac_msgs::EulerAngles_<ContainerAllocator>  _angles_type;
00042    ::starmac_msgs::EulerAngles_<ContainerAllocator>  angles;
00043 
00044 
00045   typedef boost::shared_ptr< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> > Ptr;
00046   typedef boost::shared_ptr< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator>  const> ConstPtr;
00047   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00048 }; // struct EulerAnglesStamped
00049 typedef  ::starmac_msgs::EulerAnglesStamped_<std::allocator<void> > EulerAnglesStamped;
00050 
00051 typedef boost::shared_ptr< ::starmac_msgs::EulerAnglesStamped> EulerAnglesStampedPtr;
00052 typedef boost::shared_ptr< ::starmac_msgs::EulerAnglesStamped const> EulerAnglesStampedConstPtr;
00053 
00054 
00055 template<typename ContainerAllocator>
00056 std::ostream& operator<<(std::ostream& s, const  ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> & v)
00057 {
00058   ros::message_operations::Printer< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> >::stream(s, "", v);
00059   return s;}
00060 
00061 } // namespace starmac_msgs
00062 
00063 namespace ros
00064 {
00065 namespace message_traits
00066 {
00067 template<class ContainerAllocator> struct IsMessage< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> > : public TrueType {};
00068 template<class ContainerAllocator> struct IsMessage< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator>  const> : public TrueType {};
00069 template<class ContainerAllocator>
00070 struct MD5Sum< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> > {
00071   static const char* value() 
00072   {
00073     return "08ed1513cf62c3aa9d3f21c206745853";
00074   }
00075 
00076   static const char* value(const  ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> &) { return value(); } 
00077   static const uint64_t static_value1 = 0x08ed1513cf62c3aaULL;
00078   static const uint64_t static_value2 = 0x9d3f21c206745853ULL;
00079 };
00080 
00081 template<class ContainerAllocator>
00082 struct DataType< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> > {
00083   static const char* value() 
00084   {
00085     return "starmac_msgs/EulerAnglesStamped";
00086   }
00087 
00088   static const char* value(const  ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> &) { return value(); } 
00089 };
00090 
00091 template<class ContainerAllocator>
00092 struct Definition< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> > {
00093   static const char* value() 
00094   {
00095     return "Header header\n\
00096 EulerAngles angles\n\
00097 ================================================================================\n\
00098 MSG: std_msgs/Header\n\
00099 # Standard metadata for higher-level stamped data types.\n\
00100 # This is generally used to communicate timestamped data \n\
00101 # in a particular coordinate frame.\n\
00102 # \n\
00103 # sequence ID: consecutively increasing ID \n\
00104 uint32 seq\n\
00105 #Two-integer timestamp that is expressed as:\n\
00106 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00107 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00108 # time-handling sugar is provided by the client library\n\
00109 time stamp\n\
00110 #Frame this data is associated with\n\
00111 # 0: no frame\n\
00112 # 1: global frame\n\
00113 string frame_id\n\
00114 \n\
00115 ================================================================================\n\
00116 MSG: starmac_msgs/EulerAngles\n\
00117 string sequence # as per transformations.py, e.g. 'rzyx' for standard yaw-pitch-roll\n\
00118 bool angles_in_degrees # true if ai, aj, ak are in degrees, otherwise they are in radians\n\
00119 # rotations about 1st, 2nd, 3rd axis:\n\
00120 float64 ai\n\
00121 float64 aj\n\
00122 float64 ak\n\
00123 ";
00124   }
00125 
00126   static const char* value(const  ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> &) { return value(); } 
00127 };
00128 
00129 template<class ContainerAllocator> struct HasHeader< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> > : public TrueType {};
00130 template<class ContainerAllocator> struct HasHeader< const ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> > : public TrueType {};
00131 } // namespace message_traits
00132 } // namespace ros
00133 
00134 namespace ros
00135 {
00136 namespace serialization
00137 {
00138 
00139 template<class ContainerAllocator> struct Serializer< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> >
00140 {
00141   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00142   {
00143     stream.next(m.header);
00144     stream.next(m.angles);
00145   }
00146 
00147   ROS_DECLARE_ALLINONE_SERIALIZER;
00148 }; // struct EulerAnglesStamped_
00149 } // namespace serialization
00150 } // namespace ros
00151 
00152 namespace ros
00153 {
00154 namespace message_operations
00155 {
00156 
00157 template<class ContainerAllocator>
00158 struct Printer< ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> >
00159 {
00160   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::starmac_msgs::EulerAnglesStamped_<ContainerAllocator> & v) 
00161   {
00162     s << indent << "header: ";
00163 s << std::endl;
00164     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00165     s << indent << "angles: ";
00166 s << std::endl;
00167     Printer< ::starmac_msgs::EulerAngles_<ContainerAllocator> >::stream(s, indent + "  ", v.angles);
00168   }
00169 };
00170 
00171 
00172 } // namespace message_operations
00173 } // namespace ros
00174 
00175 #endif // STARMAC_MSGS_MESSAGE_EULERANGLESSTAMPED_H
00176 


starmac_msgs
Author(s): bouffard
autogenerated on Sun Jan 5 2014 11:37:37