chlorophyll_sampleFeedback.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-all-iri-ros.pub/doc_stacks/2013-12-06_19-37-16.229269/zyonz_robot/zyonz_msgs/msg/chlorophyll_sampleFeedback.msg */
00002 #ifndef ZYONZ_MSGS_MESSAGE_CHLOROPHYLL_SAMPLEFEEDBACK_H
00003 #define ZYONZ_MSGS_MESSAGE_CHLOROPHYLL_SAMPLEFEEDBACK_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 zyonz_msgs
00019 {
00020 template <class ContainerAllocator>
00021 struct chlorophyll_sampleFeedback_ {
00022   typedef chlorophyll_sampleFeedback_<ContainerAllocator> Type;
00023 
00024   chlorophyll_sampleFeedback_()
00025   : angle(0.0)
00026   , effort(0.0)
00027   {
00028   }
00029 
00030   chlorophyll_sampleFeedback_(const ContainerAllocator& _alloc)
00031   : angle(0.0)
00032   , effort(0.0)
00033   {
00034   }
00035 
00036   typedef float _angle_type;
00037   float angle;
00038 
00039   typedef float _effort_type;
00040   float effort;
00041 
00042 
00043   typedef boost::shared_ptr< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> > Ptr;
00044   typedef boost::shared_ptr< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator>  const> ConstPtr;
00045   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00046 }; // struct chlorophyll_sampleFeedback
00047 typedef  ::zyonz_msgs::chlorophyll_sampleFeedback_<std::allocator<void> > chlorophyll_sampleFeedback;
00048 
00049 typedef boost::shared_ptr< ::zyonz_msgs::chlorophyll_sampleFeedback> chlorophyll_sampleFeedbackPtr;
00050 typedef boost::shared_ptr< ::zyonz_msgs::chlorophyll_sampleFeedback const> chlorophyll_sampleFeedbackConstPtr;
00051 
00052 
00053 template<typename ContainerAllocator>
00054 std::ostream& operator<<(std::ostream& s, const  ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> & v)
00055 {
00056   ros::message_operations::Printer< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> >::stream(s, "", v);
00057   return s;}
00058 
00059 } // namespace zyonz_msgs
00060 
00061 namespace ros
00062 {
00063 namespace message_traits
00064 {
00065 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> > : public TrueType {};
00066 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator>  const> : public TrueType {};
00067 template<class ContainerAllocator>
00068 struct MD5Sum< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> > {
00069   static const char* value() 
00070   {
00071     return "ce6ef428175e41bc763081d6b45d8c62";
00072   }
00073 
00074   static const char* value(const  ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> &) { return value(); } 
00075   static const uint64_t static_value1 = 0xce6ef428175e41bcULL;
00076   static const uint64_t static_value2 = 0x763081d6b45d8c62ULL;
00077 };
00078 
00079 template<class ContainerAllocator>
00080 struct DataType< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> > {
00081   static const char* value() 
00082   {
00083     return "zyonz_msgs/chlorophyll_sampleFeedback";
00084   }
00085 
00086   static const char* value(const  ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> &) { return value(); } 
00087 };
00088 
00089 template<class ContainerAllocator>
00090 struct Definition< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> > {
00091   static const char* value() 
00092   {
00093     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00094 #feedback\n\
00095 float32 angle\n\
00096 float32 effort\n\
00097 \n\
00098 \n\
00099 \n\
00100 ";
00101   }
00102 
00103   static const char* value(const  ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> &) { return value(); } 
00104 };
00105 
00106 template<class ContainerAllocator> struct IsFixedSize< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> > : public TrueType {};
00107 } // namespace message_traits
00108 } // namespace ros
00109 
00110 namespace ros
00111 {
00112 namespace serialization
00113 {
00114 
00115 template<class ContainerAllocator> struct Serializer< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> >
00116 {
00117   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00118   {
00119     stream.next(m.angle);
00120     stream.next(m.effort);
00121   }
00122 
00123   ROS_DECLARE_ALLINONE_SERIALIZER;
00124 }; // struct chlorophyll_sampleFeedback_
00125 } // namespace serialization
00126 } // namespace ros
00127 
00128 namespace ros
00129 {
00130 namespace message_operations
00131 {
00132 
00133 template<class ContainerAllocator>
00134 struct Printer< ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> >
00135 {
00136   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::zyonz_msgs::chlorophyll_sampleFeedback_<ContainerAllocator> & v) 
00137   {
00138     s << indent << "angle: ";
00139     Printer<float>::stream(s, indent + "  ", v.angle);
00140     s << indent << "effort: ";
00141     Printer<float>::stream(s, indent + "  ", v.effort);
00142   }
00143 };
00144 
00145 
00146 } // namespace message_operations
00147 } // namespace ros
00148 
00149 #endif // ZYONZ_MSGS_MESSAGE_CHLOROPHYLL_SAMPLEFEEDBACK_H
00150 


zyonz_msgs
Author(s): Sergi Hernandez Juan
autogenerated on Fri Dec 6 2013 19:56:18