IntervalStatus.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-calibration/doc_stacks/2013-08-15_10-13-13.499663/calibration/calibration_msgs/msg/IntervalStatus.msg */
00002 #ifndef CALIBRATION_MSGS_MESSAGE_INTERVALSTATUS_H
00003 #define CALIBRATION_MSGS_MESSAGE_INTERVALSTATUS_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 calibration_msgs
00020 {
00021 template <class ContainerAllocator>
00022 struct IntervalStatus_ {
00023   typedef IntervalStatus_<ContainerAllocator> Type;
00024 
00025   IntervalStatus_()
00026   : header()
00027   , names()
00028   , yeild_rates()
00029   {
00030   }
00031 
00032   IntervalStatus_(const ContainerAllocator& _alloc)
00033   : header(_alloc)
00034   , names(_alloc)
00035   , yeild_rates(_alloc)
00036   {
00037   }
00038 
00039   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00040    ::std_msgs::Header_<ContainerAllocator>  header;
00041 
00042   typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other >  _names_type;
00043   std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other >  names;
00044 
00045   typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other >  _yeild_rates_type;
00046   std::vector<float, typename ContainerAllocator::template rebind<float>::other >  yeild_rates;
00047 
00048 
00049   typedef boost::shared_ptr< ::calibration_msgs::IntervalStatus_<ContainerAllocator> > Ptr;
00050   typedef boost::shared_ptr< ::calibration_msgs::IntervalStatus_<ContainerAllocator>  const> ConstPtr;
00051   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00052 }; // struct IntervalStatus
00053 typedef  ::calibration_msgs::IntervalStatus_<std::allocator<void> > IntervalStatus;
00054 
00055 typedef boost::shared_ptr< ::calibration_msgs::IntervalStatus> IntervalStatusPtr;
00056 typedef boost::shared_ptr< ::calibration_msgs::IntervalStatus const> IntervalStatusConstPtr;
00057 
00058 
00059 template<typename ContainerAllocator>
00060 std::ostream& operator<<(std::ostream& s, const  ::calibration_msgs::IntervalStatus_<ContainerAllocator> & v)
00061 {
00062   ros::message_operations::Printer< ::calibration_msgs::IntervalStatus_<ContainerAllocator> >::stream(s, "", v);
00063   return s;}
00064 
00065 } // namespace calibration_msgs
00066 
00067 namespace ros
00068 {
00069 namespace message_traits
00070 {
00071 template<class ContainerAllocator> struct IsMessage< ::calibration_msgs::IntervalStatus_<ContainerAllocator> > : public TrueType {};
00072 template<class ContainerAllocator> struct IsMessage< ::calibration_msgs::IntervalStatus_<ContainerAllocator>  const> : public TrueType {};
00073 template<class ContainerAllocator>
00074 struct MD5Sum< ::calibration_msgs::IntervalStatus_<ContainerAllocator> > {
00075   static const char* value() 
00076   {
00077     return "277fe87e9a44a07ab27c97b6b37d5898";
00078   }
00079 
00080   static const char* value(const  ::calibration_msgs::IntervalStatus_<ContainerAllocator> &) { return value(); } 
00081   static const uint64_t static_value1 = 0x277fe87e9a44a07aULL;
00082   static const uint64_t static_value2 = 0xb27c97b6b37d5898ULL;
00083 };
00084 
00085 template<class ContainerAllocator>
00086 struct DataType< ::calibration_msgs::IntervalStatus_<ContainerAllocator> > {
00087   static const char* value() 
00088   {
00089     return "calibration_msgs/IntervalStatus";
00090   }
00091 
00092   static const char* value(const  ::calibration_msgs::IntervalStatus_<ContainerAllocator> &) { return value(); } 
00093 };
00094 
00095 template<class ContainerAllocator>
00096 struct Definition< ::calibration_msgs::IntervalStatus_<ContainerAllocator> > {
00097   static const char* value() 
00098   {
00099     return "# Status of interval intersection\n\
00100 # This can give some indication of which samples have failed to capture\n\
00101 Header header\n\
00102 string[] names\n\
00103 float32[] yeild_rates\n\
00104 \n\
00105 ================================================================================\n\
00106 MSG: std_msgs/Header\n\
00107 # Standard metadata for higher-level stamped data types.\n\
00108 # This is generally used to communicate timestamped data \n\
00109 # in a particular coordinate frame.\n\
00110 # \n\
00111 # sequence ID: consecutively increasing ID \n\
00112 uint32 seq\n\
00113 #Two-integer timestamp that is expressed as:\n\
00114 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00115 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00116 # time-handling sugar is provided by the client library\n\
00117 time stamp\n\
00118 #Frame this data is associated with\n\
00119 # 0: no frame\n\
00120 # 1: global frame\n\
00121 string frame_id\n\
00122 \n\
00123 ";
00124   }
00125 
00126   static const char* value(const  ::calibration_msgs::IntervalStatus_<ContainerAllocator> &) { return value(); } 
00127 };
00128 
00129 template<class ContainerAllocator> struct HasHeader< ::calibration_msgs::IntervalStatus_<ContainerAllocator> > : public TrueType {};
00130 template<class ContainerAllocator> struct HasHeader< const ::calibration_msgs::IntervalStatus_<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< ::calibration_msgs::IntervalStatus_<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.names);
00145     stream.next(m.yeild_rates);
00146   }
00147 
00148   ROS_DECLARE_ALLINONE_SERIALIZER;
00149 }; // struct IntervalStatus_
00150 } // namespace serialization
00151 } // namespace ros
00152 
00153 namespace ros
00154 {
00155 namespace message_operations
00156 {
00157 
00158 template<class ContainerAllocator>
00159 struct Printer< ::calibration_msgs::IntervalStatus_<ContainerAllocator> >
00160 {
00161   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::calibration_msgs::IntervalStatus_<ContainerAllocator> & v) 
00162   {
00163     s << indent << "header: ";
00164 s << std::endl;
00165     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00166     s << indent << "names[]" << std::endl;
00167     for (size_t i = 0; i < v.names.size(); ++i)
00168     {
00169       s << indent << "  names[" << i << "]: ";
00170       Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + "  ", v.names[i]);
00171     }
00172     s << indent << "yeild_rates[]" << std::endl;
00173     for (size_t i = 0; i < v.yeild_rates.size(); ++i)
00174     {
00175       s << indent << "  yeild_rates[" << i << "]: ";
00176       Printer<float>::stream(s, indent + "  ", v.yeild_rates[i]);
00177     }
00178   }
00179 };
00180 
00181 
00182 } // namespace message_operations
00183 } // namespace ros
00184 
00185 #endif // CALIBRATION_MSGS_MESSAGE_INTERVALSTATUS_H
00186 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


calibration_msgs
Author(s): Vijay Pradeep
autogenerated on Thu Aug 15 2013 10:15:15