peopleTrackResult.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/iri_perception/iri_perception_msgs/msg/peopleTrackResult.msg */
00002 #ifndef IRI_PERCEPTION_MSGS_MESSAGE_PEOPLETRACKRESULT_H
00003 #define IRI_PERCEPTION_MSGS_MESSAGE_PEOPLETRACKRESULT_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 "iri_perception_msgs/peopleTrackingArray.h"
00018 
00019 namespace iri_perception_msgs
00020 {
00021 template <class ContainerAllocator>
00022 struct peopleTrackResult_ {
00023   typedef peopleTrackResult_<ContainerAllocator> Type;
00024 
00025   peopleTrackResult_()
00026   : ps()
00027   {
00028   }
00029 
00030   peopleTrackResult_(const ContainerAllocator& _alloc)
00031   : ps(_alloc)
00032   {
00033   }
00034 
00035   typedef  ::iri_perception_msgs::peopleTrackingArray_<ContainerAllocator>  _ps_type;
00036    ::iri_perception_msgs::peopleTrackingArray_<ContainerAllocator>  ps;
00037 
00038 
00039   typedef boost::shared_ptr< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> > Ptr;
00040   typedef boost::shared_ptr< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator>  const> ConstPtr;
00041   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00042 }; // struct peopleTrackResult
00043 typedef  ::iri_perception_msgs::peopleTrackResult_<std::allocator<void> > peopleTrackResult;
00044 
00045 typedef boost::shared_ptr< ::iri_perception_msgs::peopleTrackResult> peopleTrackResultPtr;
00046 typedef boost::shared_ptr< ::iri_perception_msgs::peopleTrackResult const> peopleTrackResultConstPtr;
00047 
00048 
00049 template<typename ContainerAllocator>
00050 std::ostream& operator<<(std::ostream& s, const  ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> & v)
00051 {
00052   ros::message_operations::Printer< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> >::stream(s, "", v);
00053   return s;}
00054 
00055 } // namespace iri_perception_msgs
00056 
00057 namespace ros
00058 {
00059 namespace message_traits
00060 {
00061 template<class ContainerAllocator> struct IsMessage< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> > : public TrueType {};
00062 template<class ContainerAllocator> struct IsMessage< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator>  const> : public TrueType {};
00063 template<class ContainerAllocator>
00064 struct MD5Sum< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> > {
00065   static const char* value() 
00066   {
00067     return "1796d7fa1e8c6767763e459312a86279";
00068   }
00069 
00070   static const char* value(const  ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> &) { return value(); } 
00071   static const uint64_t static_value1 = 0x1796d7fa1e8c6767ULL;
00072   static const uint64_t static_value2 = 0x763e459312a86279ULL;
00073 };
00074 
00075 template<class ContainerAllocator>
00076 struct DataType< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "iri_perception_msgs/peopleTrackResult";
00080   }
00081 
00082   static const char* value(const  ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> &) { return value(); } 
00083 };
00084 
00085 template<class ContainerAllocator>
00086 struct Definition< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> > {
00087   static const char* value() 
00088   {
00089     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00090 #result definition\n\
00091 peopleTrackingArray ps\n\
00092 \n\
00093 ================================================================================\n\
00094 MSG: iri_perception_msgs/peopleTrackingArray\n\
00095 # timestamp, frame id\n\
00096 Header header\n\
00097 \n\
00098 #set of targets being tracked\n\
00099 peopleTracking[] peopleSet\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: iri_perception_msgs/peopleTracking\n\
00120 #target id\n\
00121 int32 targetId\n\
00122 \n\
00123 #target status is a bitwise OR of the following values\n\
00124 #      TO_BE_REMOVED = 0x01,\n\
00125 #      OCCLUDDED = 0x02,\n\
00126 #      CANDIDATE = 0x04,\n\
00127 #      LEGGED_TARGET = 0x08,\n\
00128 #      VISUALLY_CONFIRMED = 0x10,\n\
00129 #      FRIEND_IN_SIGHT = 0x20,\n\
00130 #      BACK_LEARNT = 0x40,\n\
00131 #      FACE_LEARNT = 0x80\n\
00132 int32 targetStatus\n\
00133 \n\
00134 #target 2D position\n\
00135 float64 x\n\
00136 float64 y\n\
00137 \n\
00138 #target 2D linear velocity\n\
00139 float64 vx\n\
00140 float64 vy\n\
00141 \n\
00142 #(x,y,vx,vy) covariance matrix\n\
00143 float64[16] covariances\n\
00144 ";
00145   }
00146 
00147   static const char* value(const  ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> &) { return value(); } 
00148 };
00149 
00150 } // namespace message_traits
00151 } // namespace ros
00152 
00153 namespace ros
00154 {
00155 namespace serialization
00156 {
00157 
00158 template<class ContainerAllocator> struct Serializer< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> >
00159 {
00160   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00161   {
00162     stream.next(m.ps);
00163   }
00164 
00165   ROS_DECLARE_ALLINONE_SERIALIZER;
00166 }; // struct peopleTrackResult_
00167 } // namespace serialization
00168 } // namespace ros
00169 
00170 namespace ros
00171 {
00172 namespace message_operations
00173 {
00174 
00175 template<class ContainerAllocator>
00176 struct Printer< ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> >
00177 {
00178   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::iri_perception_msgs::peopleTrackResult_<ContainerAllocator> & v) 
00179   {
00180     s << indent << "ps: ";
00181 s << std::endl;
00182     Printer< ::iri_perception_msgs::peopleTrackingArray_<ContainerAllocator> >::stream(s, indent + "  ", v.ps);
00183   }
00184 };
00185 
00186 
00187 } // namespace message_operations
00188 } // namespace ros
00189 
00190 #endif // IRI_PERCEPTION_MSGS_MESSAGE_PEOPLETRACKRESULT_H
00191 


iri_perception_msgs
Author(s):
autogenerated on Fri Dec 6 2013 20:02:16