srvjlo.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-ias_common/doc_stacks/2014-01-02_11-18-36.813960/ias_common/vision_srvs/srv/srvjlo.srv */
00002 #ifndef VISION_SRVS_SERVICE_SRVJLO_H
00003 #define VISION_SRVS_SERVICE_SRVJLO_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 #include "vision_msgs/partial_lo.h"
00020 
00021 
00022 #include "vision_msgs/partial_lo.h"
00023 
00024 namespace vision_srvs
00025 {
00026 template <class ContainerAllocator>
00027 struct srvjloRequest_ {
00028   typedef srvjloRequest_<ContainerAllocator> Type;
00029 
00030   srvjloRequest_()
00031   : command()
00032   , query()
00033   {
00034   }
00035 
00036   srvjloRequest_(const ContainerAllocator& _alloc)
00037   : command(_alloc)
00038   , query(_alloc)
00039   {
00040   }
00041 
00042   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _command_type;
00043   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  command;
00044 
00045   typedef  ::vision_msgs::partial_lo_<ContainerAllocator>  _query_type;
00046    ::vision_msgs::partial_lo_<ContainerAllocator>  query;
00047 
00048 
00049   typedef boost::shared_ptr< ::vision_srvs::srvjloRequest_<ContainerAllocator> > Ptr;
00050   typedef boost::shared_ptr< ::vision_srvs::srvjloRequest_<ContainerAllocator>  const> ConstPtr;
00051   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00052 }; // struct srvjloRequest
00053 typedef  ::vision_srvs::srvjloRequest_<std::allocator<void> > srvjloRequest;
00054 
00055 typedef boost::shared_ptr< ::vision_srvs::srvjloRequest> srvjloRequestPtr;
00056 typedef boost::shared_ptr< ::vision_srvs::srvjloRequest const> srvjloRequestConstPtr;
00057 
00058 
00059 template <class ContainerAllocator>
00060 struct srvjloResponse_ {
00061   typedef srvjloResponse_<ContainerAllocator> Type;
00062 
00063   srvjloResponse_()
00064   : error()
00065   , answer()
00066   {
00067   }
00068 
00069   srvjloResponse_(const ContainerAllocator& _alloc)
00070   : error(_alloc)
00071   , answer(_alloc)
00072   {
00073   }
00074 
00075   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _error_type;
00076   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  error;
00077 
00078   typedef  ::vision_msgs::partial_lo_<ContainerAllocator>  _answer_type;
00079    ::vision_msgs::partial_lo_<ContainerAllocator>  answer;
00080 
00081 
00082   typedef boost::shared_ptr< ::vision_srvs::srvjloResponse_<ContainerAllocator> > Ptr;
00083   typedef boost::shared_ptr< ::vision_srvs::srvjloResponse_<ContainerAllocator>  const> ConstPtr;
00084   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00085 }; // struct srvjloResponse
00086 typedef  ::vision_srvs::srvjloResponse_<std::allocator<void> > srvjloResponse;
00087 
00088 typedef boost::shared_ptr< ::vision_srvs::srvjloResponse> srvjloResponsePtr;
00089 typedef boost::shared_ptr< ::vision_srvs::srvjloResponse const> srvjloResponseConstPtr;
00090 
00091 struct srvjlo
00092 {
00093 
00094 typedef srvjloRequest Request;
00095 typedef srvjloResponse Response;
00096 Request request;
00097 Response response;
00098 
00099 typedef Request RequestType;
00100 typedef Response ResponseType;
00101 }; // struct srvjlo
00102 } // namespace vision_srvs
00103 
00104 namespace ros
00105 {
00106 namespace message_traits
00107 {
00108 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::srvjloRequest_<ContainerAllocator> > : public TrueType {};
00109 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::srvjloRequest_<ContainerAllocator>  const> : public TrueType {};
00110 template<class ContainerAllocator>
00111 struct MD5Sum< ::vision_srvs::srvjloRequest_<ContainerAllocator> > {
00112   static const char* value() 
00113   {
00114     return "448f8517a06ac844e556609aee938e74";
00115   }
00116 
00117   static const char* value(const  ::vision_srvs::srvjloRequest_<ContainerAllocator> &) { return value(); } 
00118   static const uint64_t static_value1 = 0x448f8517a06ac844ULL;
00119   static const uint64_t static_value2 = 0xe556609aee938e74ULL;
00120 };
00121 
00122 template<class ContainerAllocator>
00123 struct DataType< ::vision_srvs::srvjloRequest_<ContainerAllocator> > {
00124   static const char* value() 
00125   {
00126     return "vision_srvs/srvjloRequest";
00127   }
00128 
00129   static const char* value(const  ::vision_srvs::srvjloRequest_<ContainerAllocator> &) { return value(); } 
00130 };
00131 
00132 template<class ContainerAllocator>
00133 struct Definition< ::vision_srvs::srvjloRequest_<ContainerAllocator> > {
00134   static const char* value() 
00135   {
00136     return "\n\
00137 string command\n\
00138 vision_msgs/partial_lo query\n\
00139 \n\
00140 ================================================================================\n\
00141 MSG: vision_msgs/partial_lo\n\
00142 # Message to quiey the lo-service, U. Klank klank@in.tum.de\n\
00143 uint64 id                           #id of a frame, there should be unique mapping from a tf-name-string to such an id\n\
00144 string name                     #optional parameter name representing a tf and knowledgebase correspondence\n\
00145 uint64 parent_id        #id of parent frame\n\
00146 float64[16] pose              #pose matrix, fully projective 4x4 matrix\n\
00147 float64[36] cov         #covariance for 6 dof (xyz, rpy)\n\
00148 uint16 type             #fixed connection with the parent (1) or free in space (0 = default)\n\
00149 \n\
00150 ";
00151   }
00152 
00153   static const char* value(const  ::vision_srvs::srvjloRequest_<ContainerAllocator> &) { return value(); } 
00154 };
00155 
00156 } // namespace message_traits
00157 } // namespace ros
00158 
00159 
00160 namespace ros
00161 {
00162 namespace message_traits
00163 {
00164 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::srvjloResponse_<ContainerAllocator> > : public TrueType {};
00165 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::srvjloResponse_<ContainerAllocator>  const> : public TrueType {};
00166 template<class ContainerAllocator>
00167 struct MD5Sum< ::vision_srvs::srvjloResponse_<ContainerAllocator> > {
00168   static const char* value() 
00169   {
00170     return "8a198b249660f62ab3353dd7d0ba18d4";
00171   }
00172 
00173   static const char* value(const  ::vision_srvs::srvjloResponse_<ContainerAllocator> &) { return value(); } 
00174   static const uint64_t static_value1 = 0x8a198b249660f62aULL;
00175   static const uint64_t static_value2 = 0xb3353dd7d0ba18d4ULL;
00176 };
00177 
00178 template<class ContainerAllocator>
00179 struct DataType< ::vision_srvs::srvjloResponse_<ContainerAllocator> > {
00180   static const char* value() 
00181   {
00182     return "vision_srvs/srvjloResponse";
00183   }
00184 
00185   static const char* value(const  ::vision_srvs::srvjloResponse_<ContainerAllocator> &) { return value(); } 
00186 };
00187 
00188 template<class ContainerAllocator>
00189 struct Definition< ::vision_srvs::srvjloResponse_<ContainerAllocator> > {
00190   static const char* value() 
00191   {
00192     return "string error\n\
00193 vision_msgs/partial_lo answer\n\
00194 \n\
00195 \n\
00196 ================================================================================\n\
00197 MSG: vision_msgs/partial_lo\n\
00198 # Message to quiey the lo-service, U. Klank klank@in.tum.de\n\
00199 uint64 id                           #id of a frame, there should be unique mapping from a tf-name-string to such an id\n\
00200 string name                     #optional parameter name representing a tf and knowledgebase correspondence\n\
00201 uint64 parent_id        #id of parent frame\n\
00202 float64[16] pose              #pose matrix, fully projective 4x4 matrix\n\
00203 float64[36] cov         #covariance for 6 dof (xyz, rpy)\n\
00204 uint16 type             #fixed connection with the parent (1) or free in space (0 = default)\n\
00205 \n\
00206 ";
00207   }
00208 
00209   static const char* value(const  ::vision_srvs::srvjloResponse_<ContainerAllocator> &) { return value(); } 
00210 };
00211 
00212 } // namespace message_traits
00213 } // namespace ros
00214 
00215 namespace ros
00216 {
00217 namespace serialization
00218 {
00219 
00220 template<class ContainerAllocator> struct Serializer< ::vision_srvs::srvjloRequest_<ContainerAllocator> >
00221 {
00222   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00223   {
00224     stream.next(m.command);
00225     stream.next(m.query);
00226   }
00227 
00228   ROS_DECLARE_ALLINONE_SERIALIZER;
00229 }; // struct srvjloRequest_
00230 } // namespace serialization
00231 } // namespace ros
00232 
00233 
00234 namespace ros
00235 {
00236 namespace serialization
00237 {
00238 
00239 template<class ContainerAllocator> struct Serializer< ::vision_srvs::srvjloResponse_<ContainerAllocator> >
00240 {
00241   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00242   {
00243     stream.next(m.error);
00244     stream.next(m.answer);
00245   }
00246 
00247   ROS_DECLARE_ALLINONE_SERIALIZER;
00248 }; // struct srvjloResponse_
00249 } // namespace serialization
00250 } // namespace ros
00251 
00252 namespace ros
00253 {
00254 namespace service_traits
00255 {
00256 template<>
00257 struct MD5Sum<vision_srvs::srvjlo> {
00258   static const char* value() 
00259   {
00260     return "572b4b0c75f505639d3bf0845a2758bc";
00261   }
00262 
00263   static const char* value(const vision_srvs::srvjlo&) { return value(); } 
00264 };
00265 
00266 template<>
00267 struct DataType<vision_srvs::srvjlo> {
00268   static const char* value() 
00269   {
00270     return "vision_srvs/srvjlo";
00271   }
00272 
00273   static const char* value(const vision_srvs::srvjlo&) { return value(); } 
00274 };
00275 
00276 template<class ContainerAllocator>
00277 struct MD5Sum<vision_srvs::srvjloRequest_<ContainerAllocator> > {
00278   static const char* value() 
00279   {
00280     return "572b4b0c75f505639d3bf0845a2758bc";
00281   }
00282 
00283   static const char* value(const vision_srvs::srvjloRequest_<ContainerAllocator> &) { return value(); } 
00284 };
00285 
00286 template<class ContainerAllocator>
00287 struct DataType<vision_srvs::srvjloRequest_<ContainerAllocator> > {
00288   static const char* value() 
00289   {
00290     return "vision_srvs/srvjlo";
00291   }
00292 
00293   static const char* value(const vision_srvs::srvjloRequest_<ContainerAllocator> &) { return value(); } 
00294 };
00295 
00296 template<class ContainerAllocator>
00297 struct MD5Sum<vision_srvs::srvjloResponse_<ContainerAllocator> > {
00298   static const char* value() 
00299   {
00300     return "572b4b0c75f505639d3bf0845a2758bc";
00301   }
00302 
00303   static const char* value(const vision_srvs::srvjloResponse_<ContainerAllocator> &) { return value(); } 
00304 };
00305 
00306 template<class ContainerAllocator>
00307 struct DataType<vision_srvs::srvjloResponse_<ContainerAllocator> > {
00308   static const char* value() 
00309   {
00310     return "vision_srvs/srvjlo";
00311   }
00312 
00313   static const char* value(const vision_srvs::srvjloResponse_<ContainerAllocator> &) { return value(); } 
00314 };
00315 
00316 } // namespace service_traits
00317 } // namespace ros
00318 
00319 #endif // VISION_SRVS_SERVICE_SRVJLO_H
00320 


vision_srvs
Author(s): Ulrich F Klank
autogenerated on Thu Jan 2 2014 11:22:38