GetPoseArray.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/srv/GetPoseArray.srv */
00002 #ifndef ZYONZ_MSGS_SERVICE_GETPOSEARRAY_H
00003 #define ZYONZ_MSGS_SERVICE_GETPOSEARRAY_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 "ros/service_traits.h"
00018 
00019 
00020 
00021 #include "geometry_msgs/PoseArray.h"
00022 
00023 namespace zyonz_msgs
00024 {
00025 template <class ContainerAllocator>
00026 struct GetPoseArrayRequest_ {
00027   typedef GetPoseArrayRequest_<ContainerAllocator> Type;
00028 
00029   GetPoseArrayRequest_()
00030   {
00031   }
00032 
00033   GetPoseArrayRequest_(const ContainerAllocator& _alloc)
00034   {
00035   }
00036 
00037 
00038   typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > Ptr;
00039   typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator>  const> ConstPtr;
00040   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00041 }; // struct GetPoseArrayRequest
00042 typedef  ::zyonz_msgs::GetPoseArrayRequest_<std::allocator<void> > GetPoseArrayRequest;
00043 
00044 typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayRequest> GetPoseArrayRequestPtr;
00045 typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayRequest const> GetPoseArrayRequestConstPtr;
00046 
00047 
00048 template <class ContainerAllocator>
00049 struct GetPoseArrayResponse_ {
00050   typedef GetPoseArrayResponse_<ContainerAllocator> Type;
00051 
00052   GetPoseArrayResponse_()
00053   : data()
00054   {
00055   }
00056 
00057   GetPoseArrayResponse_(const ContainerAllocator& _alloc)
00058   : data(_alloc)
00059   {
00060   }
00061 
00062   typedef  ::geometry_msgs::PoseArray_<ContainerAllocator>  _data_type;
00063    ::geometry_msgs::PoseArray_<ContainerAllocator>  data;
00064 
00065 
00066   typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> > Ptr;
00067   typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator>  const> ConstPtr;
00068   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00069 }; // struct GetPoseArrayResponse
00070 typedef  ::zyonz_msgs::GetPoseArrayResponse_<std::allocator<void> > GetPoseArrayResponse;
00071 
00072 typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayResponse> GetPoseArrayResponsePtr;
00073 typedef boost::shared_ptr< ::zyonz_msgs::GetPoseArrayResponse const> GetPoseArrayResponseConstPtr;
00074 
00075 struct GetPoseArray
00076 {
00077 
00078 typedef GetPoseArrayRequest Request;
00079 typedef GetPoseArrayResponse Response;
00080 Request request;
00081 Response response;
00082 
00083 typedef Request RequestType;
00084 typedef Response ResponseType;
00085 }; // struct GetPoseArray
00086 } // namespace zyonz_msgs
00087 
00088 namespace ros
00089 {
00090 namespace message_traits
00091 {
00092 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > : public TrueType {};
00093 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator>  const> : public TrueType {};
00094 template<class ContainerAllocator>
00095 struct MD5Sum< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > {
00096   static const char* value() 
00097   {
00098     return "d41d8cd98f00b204e9800998ecf8427e";
00099   }
00100 
00101   static const char* value(const  ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> &) { return value(); } 
00102   static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00103   static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00104 };
00105 
00106 template<class ContainerAllocator>
00107 struct DataType< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > {
00108   static const char* value() 
00109   {
00110     return "zyonz_msgs/GetPoseArrayRequest";
00111   }
00112 
00113   static const char* value(const  ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> &) { return value(); } 
00114 };
00115 
00116 template<class ContainerAllocator>
00117 struct Definition< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > {
00118   static const char* value() 
00119   {
00120     return "\n\
00121 \n\
00122 ";
00123   }
00124 
00125   static const char* value(const  ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> &) { return value(); } 
00126 };
00127 
00128 template<class ContainerAllocator> struct IsFixedSize< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > : public TrueType {};
00129 } // namespace message_traits
00130 } // namespace ros
00131 
00132 
00133 namespace ros
00134 {
00135 namespace message_traits
00136 {
00137 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> > : public TrueType {};
00138 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator>  const> : public TrueType {};
00139 template<class ContainerAllocator>
00140 struct MD5Sum< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> > {
00141   static const char* value() 
00142   {
00143     return "6e6d6cf4c046bf5356104e4d4729e923";
00144   }
00145 
00146   static const char* value(const  ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> &) { return value(); } 
00147   static const uint64_t static_value1 = 0x6e6d6cf4c046bf53ULL;
00148   static const uint64_t static_value2 = 0x56104e4d4729e923ULL;
00149 };
00150 
00151 template<class ContainerAllocator>
00152 struct DataType< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> > {
00153   static const char* value() 
00154   {
00155     return "zyonz_msgs/GetPoseArrayResponse";
00156   }
00157 
00158   static const char* value(const  ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> &) { return value(); } 
00159 };
00160 
00161 template<class ContainerAllocator>
00162 struct Definition< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> > {
00163   static const char* value() 
00164   {
00165     return "\n\
00166 geometry_msgs/PoseArray data\n\
00167 \n\
00168 \n\
00169 ================================================================================\n\
00170 MSG: geometry_msgs/PoseArray\n\
00171 # An array of poses with a header for global reference.\n\
00172 \n\
00173 Header header\n\
00174 \n\
00175 Pose[] poses\n\
00176 \n\
00177 ================================================================================\n\
00178 MSG: std_msgs/Header\n\
00179 # Standard metadata for higher-level stamped data types.\n\
00180 # This is generally used to communicate timestamped data \n\
00181 # in a particular coordinate frame.\n\
00182 # \n\
00183 # sequence ID: consecutively increasing ID \n\
00184 uint32 seq\n\
00185 #Two-integer timestamp that is expressed as:\n\
00186 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00187 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00188 # time-handling sugar is provided by the client library\n\
00189 time stamp\n\
00190 #Frame this data is associated with\n\
00191 # 0: no frame\n\
00192 # 1: global frame\n\
00193 string frame_id\n\
00194 \n\
00195 ================================================================================\n\
00196 MSG: geometry_msgs/Pose\n\
00197 # A representation of pose in free space, composed of postion and orientation. \n\
00198 Point position\n\
00199 Quaternion orientation\n\
00200 \n\
00201 ================================================================================\n\
00202 MSG: geometry_msgs/Point\n\
00203 # This contains the position of a point in free space\n\
00204 float64 x\n\
00205 float64 y\n\
00206 float64 z\n\
00207 \n\
00208 ================================================================================\n\
00209 MSG: geometry_msgs/Quaternion\n\
00210 # This represents an orientation in free space in quaternion form.\n\
00211 \n\
00212 float64 x\n\
00213 float64 y\n\
00214 float64 z\n\
00215 float64 w\n\
00216 \n\
00217 ";
00218   }
00219 
00220   static const char* value(const  ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> &) { return value(); } 
00221 };
00222 
00223 } // namespace message_traits
00224 } // namespace ros
00225 
00226 namespace ros
00227 {
00228 namespace serialization
00229 {
00230 
00231 template<class ContainerAllocator> struct Serializer< ::zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> >
00232 {
00233   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00234   {
00235   }
00236 
00237   ROS_DECLARE_ALLINONE_SERIALIZER;
00238 }; // struct GetPoseArrayRequest_
00239 } // namespace serialization
00240 } // namespace ros
00241 
00242 
00243 namespace ros
00244 {
00245 namespace serialization
00246 {
00247 
00248 template<class ContainerAllocator> struct Serializer< ::zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> >
00249 {
00250   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00251   {
00252     stream.next(m.data);
00253   }
00254 
00255   ROS_DECLARE_ALLINONE_SERIALIZER;
00256 }; // struct GetPoseArrayResponse_
00257 } // namespace serialization
00258 } // namespace ros
00259 
00260 namespace ros
00261 {
00262 namespace service_traits
00263 {
00264 template<>
00265 struct MD5Sum<zyonz_msgs::GetPoseArray> {
00266   static const char* value() 
00267   {
00268     return "6e6d6cf4c046bf5356104e4d4729e923";
00269   }
00270 
00271   static const char* value(const zyonz_msgs::GetPoseArray&) { return value(); } 
00272 };
00273 
00274 template<>
00275 struct DataType<zyonz_msgs::GetPoseArray> {
00276   static const char* value() 
00277   {
00278     return "zyonz_msgs/GetPoseArray";
00279   }
00280 
00281   static const char* value(const zyonz_msgs::GetPoseArray&) { return value(); } 
00282 };
00283 
00284 template<class ContainerAllocator>
00285 struct MD5Sum<zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > {
00286   static const char* value() 
00287   {
00288     return "6e6d6cf4c046bf5356104e4d4729e923";
00289   }
00290 
00291   static const char* value(const zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> &) { return value(); } 
00292 };
00293 
00294 template<class ContainerAllocator>
00295 struct DataType<zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> > {
00296   static const char* value() 
00297   {
00298     return "zyonz_msgs/GetPoseArray";
00299   }
00300 
00301   static const char* value(const zyonz_msgs::GetPoseArrayRequest_<ContainerAllocator> &) { return value(); } 
00302 };
00303 
00304 template<class ContainerAllocator>
00305 struct MD5Sum<zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> > {
00306   static const char* value() 
00307   {
00308     return "6e6d6cf4c046bf5356104e4d4729e923";
00309   }
00310 
00311   static const char* value(const zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> &) { return value(); } 
00312 };
00313 
00314 template<class ContainerAllocator>
00315 struct DataType<zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> > {
00316   static const char* value() 
00317   {
00318     return "zyonz_msgs/GetPoseArray";
00319   }
00320 
00321   static const char* value(const zyonz_msgs::GetPoseArrayResponse_<ContainerAllocator> &) { return value(); } 
00322 };
00323 
00324 } // namespace service_traits
00325 } // namespace ros
00326 
00327 #endif // ZYONZ_MSGS_SERVICE_GETPOSEARRAY_H
00328 


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