Go to the documentation of this file.00001
00002 #ifndef RE_MSGS_MESSAGE_SEENOBJECTARRAY_H
00003 #define RE_MSGS_MESSAGE_SEENOBJECTARRAY_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 "re_msgs/SeenObject.h"
00019
00020 namespace re_msgs
00021 {
00022 template <class ContainerAllocator>
00023 struct SeenObjectArray_ {
00024 typedef SeenObjectArray_<ContainerAllocator> Type;
00025
00026 SeenObjectArray_()
00027 : header()
00028 , object()
00029 {
00030 }
00031
00032 SeenObjectArray_(const ContainerAllocator& _alloc)
00033 : header(_alloc)
00034 , object(_alloc)
00035 {
00036 }
00037
00038 typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
00039 ::std_msgs::Header_<ContainerAllocator> header;
00040
00041 typedef std::vector< ::re_msgs::SeenObject_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::re_msgs::SeenObject_<ContainerAllocator> >::other > _object_type;
00042 std::vector< ::re_msgs::SeenObject_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::re_msgs::SeenObject_<ContainerAllocator> >::other > object;
00043
00044
00045 typedef boost::shared_ptr< ::re_msgs::SeenObjectArray_<ContainerAllocator> > Ptr;
00046 typedef boost::shared_ptr< ::re_msgs::SeenObjectArray_<ContainerAllocator> const> ConstPtr;
00047 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00048 };
00049 typedef ::re_msgs::SeenObjectArray_<std::allocator<void> > SeenObjectArray;
00050
00051 typedef boost::shared_ptr< ::re_msgs::SeenObjectArray> SeenObjectArrayPtr;
00052 typedef boost::shared_ptr< ::re_msgs::SeenObjectArray const> SeenObjectArrayConstPtr;
00053
00054
00055 template<typename ContainerAllocator>
00056 std::ostream& operator<<(std::ostream& s, const ::re_msgs::SeenObjectArray_<ContainerAllocator> & v)
00057 {
00058 ros::message_operations::Printer< ::re_msgs::SeenObjectArray_<ContainerAllocator> >::stream(s, "", v);
00059 return s;}
00060
00061 }
00062
00063 namespace ros
00064 {
00065 namespace message_traits
00066 {
00067 template<class ContainerAllocator> struct IsMessage< ::re_msgs::SeenObjectArray_<ContainerAllocator> > : public TrueType {};
00068 template<class ContainerAllocator> struct IsMessage< ::re_msgs::SeenObjectArray_<ContainerAllocator> const> : public TrueType {};
00069 template<class ContainerAllocator>
00070 struct MD5Sum< ::re_msgs::SeenObjectArray_<ContainerAllocator> > {
00071 static const char* value()
00072 {
00073 return "db06ee56fb2cfb4568deee7165cba35f";
00074 }
00075
00076 static const char* value(const ::re_msgs::SeenObjectArray_<ContainerAllocator> &) { return value(); }
00077 static const uint64_t static_value1 = 0xdb06ee56fb2cfb45ULL;
00078 static const uint64_t static_value2 = 0x68deee7165cba35fULL;
00079 };
00080
00081 template<class ContainerAllocator>
00082 struct DataType< ::re_msgs::SeenObjectArray_<ContainerAllocator> > {
00083 static const char* value()
00084 {
00085 return "re_msgs/SeenObjectArray";
00086 }
00087
00088 static const char* value(const ::re_msgs::SeenObjectArray_<ContainerAllocator> &) { return value(); }
00089 };
00090
00091 template<class ContainerAllocator>
00092 struct Definition< ::re_msgs::SeenObjectArray_<ContainerAllocator> > {
00093 static const char* value()
00094 {
00095 return "#This represents a list of objects\n\
00096 Header header\n\
00097 SeenObject[] object\n\
00098 \n\
00099 \n\
00100 ================================================================================\n\
00101 MSG: std_msgs/Header\n\
00102 # Standard metadata for higher-level stamped data types.\n\
00103 # This is generally used to communicate timestamped data \n\
00104 # in a particular coordinate frame.\n\
00105 # \n\
00106 # sequence ID: consecutively increasing ID \n\
00107 uint32 seq\n\
00108 #Two-integer timestamp that is expressed as:\n\
00109 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00110 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00111 # time-handling sugar is provided by the client library\n\
00112 time stamp\n\
00113 #Frame this data is associated with\n\
00114 # 0: no frame\n\
00115 # 1: global frame\n\
00116 string frame_id\n\
00117 \n\
00118 ================================================================================\n\
00119 MSG: re_msgs/SeenObject\n\
00120 #This represents a Object\n\
00121 time stamp\n\
00122 string name\n\
00123 geometry_msgs/Pose pose\n\
00124 \n\
00125 ================================================================================\n\
00126 MSG: geometry_msgs/Pose\n\
00127 # A representation of pose in free space, composed of postion and orientation. \n\
00128 Point position\n\
00129 Quaternion orientation\n\
00130 \n\
00131 ================================================================================\n\
00132 MSG: geometry_msgs/Point\n\
00133 # This contains the position of a point in free space\n\
00134 float64 x\n\
00135 float64 y\n\
00136 float64 z\n\
00137 \n\
00138 ================================================================================\n\
00139 MSG: geometry_msgs/Quaternion\n\
00140 # This represents an orientation in free space in quaternion form.\n\
00141 \n\
00142 float64 x\n\
00143 float64 y\n\
00144 float64 z\n\
00145 float64 w\n\
00146 \n\
00147 ";
00148 }
00149
00150 static const char* value(const ::re_msgs::SeenObjectArray_<ContainerAllocator> &) { return value(); }
00151 };
00152
00153 template<class ContainerAllocator> struct HasHeader< ::re_msgs::SeenObjectArray_<ContainerAllocator> > : public TrueType {};
00154 template<class ContainerAllocator> struct HasHeader< const ::re_msgs::SeenObjectArray_<ContainerAllocator> > : public TrueType {};
00155 }
00156 }
00157
00158 namespace ros
00159 {
00160 namespace serialization
00161 {
00162
00163 template<class ContainerAllocator> struct Serializer< ::re_msgs::SeenObjectArray_<ContainerAllocator> >
00164 {
00165 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00166 {
00167 stream.next(m.header);
00168 stream.next(m.object);
00169 }
00170
00171 ROS_DECLARE_ALLINONE_SERIALIZER;
00172 };
00173 }
00174 }
00175
00176 namespace ros
00177 {
00178 namespace message_operations
00179 {
00180
00181 template<class ContainerAllocator>
00182 struct Printer< ::re_msgs::SeenObjectArray_<ContainerAllocator> >
00183 {
00184 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::re_msgs::SeenObjectArray_<ContainerAllocator> & v)
00185 {
00186 s << indent << "header: ";
00187 s << std::endl;
00188 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00189 s << indent << "object[]" << std::endl;
00190 for (size_t i = 0; i < v.object.size(); ++i)
00191 {
00192 s << indent << " object[" << i << "]: ";
00193 s << std::endl;
00194 s << indent;
00195 Printer< ::re_msgs::SeenObject_<ContainerAllocator> >::stream(s, indent + " ", v.object[i]);
00196 }
00197 }
00198 };
00199
00200
00201 }
00202 }
00203
00204 #endif // RE_MSGS_MESSAGE_SEENOBJECTARRAY_H
00205