register_jlo_callback.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-groovy-ias_common/doc_stacks/2014-10-06_00-40-46.541507/ias_common/vision_srvs/srv/register_jlo_callback.srv */
00002 #ifndef VISION_SRVS_SERVICE_REGISTER_JLO_CALLBACK_H
00003 #define VISION_SRVS_SERVICE_REGISTER_JLO_CALLBACK_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 
00022 namespace vision_srvs
00023 {
00024 template <class ContainerAllocator>
00025 struct register_jlo_callbackRequest_ {
00026   typedef register_jlo_callbackRequest_<ContainerAllocator> Type;
00027 
00028   register_jlo_callbackRequest_()
00029   : topic_name()
00030   , jlo_id(0)
00031   , parent_id(0)
00032   , filter_delta_cov()
00033   {
00034     filter_delta_cov.assign(0.0);
00035   }
00036 
00037   register_jlo_callbackRequest_(const ContainerAllocator& _alloc)
00038   : topic_name(_alloc)
00039   , jlo_id(0)
00040   , parent_id(0)
00041   , filter_delta_cov()
00042   {
00043     filter_delta_cov.assign(0.0);
00044   }
00045 
00046   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _topic_name_type;
00047   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  topic_name;
00048 
00049   typedef uint64_t _jlo_id_type;
00050   uint64_t jlo_id;
00051 
00052   typedef uint64_t _parent_id_type;
00053   uint64_t parent_id;
00054 
00055   typedef boost::array<double, 6>  _filter_delta_cov_type;
00056   boost::array<double, 6>  filter_delta_cov;
00057 
00058 
00059   typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> > Ptr;
00060   typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator>  const> ConstPtr;
00061   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00062 }; // struct register_jlo_callbackRequest
00063 typedef  ::vision_srvs::register_jlo_callbackRequest_<std::allocator<void> > register_jlo_callbackRequest;
00064 
00065 typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackRequest> register_jlo_callbackRequestPtr;
00066 typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackRequest const> register_jlo_callbackRequestConstPtr;
00067 
00068 
00069 
00070 template <class ContainerAllocator>
00071 struct register_jlo_callbackResponse_ {
00072   typedef register_jlo_callbackResponse_<ContainerAllocator> Type;
00073 
00074   register_jlo_callbackResponse_()
00075   : error()
00076   {
00077   }
00078 
00079   register_jlo_callbackResponse_(const ContainerAllocator& _alloc)
00080   : error(_alloc)
00081   {
00082   }
00083 
00084   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _error_type;
00085   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  error;
00086 
00087 
00088   typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> > Ptr;
00089   typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator>  const> ConstPtr;
00090   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00091 }; // struct register_jlo_callbackResponse
00092 typedef  ::vision_srvs::register_jlo_callbackResponse_<std::allocator<void> > register_jlo_callbackResponse;
00093 
00094 typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackResponse> register_jlo_callbackResponsePtr;
00095 typedef boost::shared_ptr< ::vision_srvs::register_jlo_callbackResponse const> register_jlo_callbackResponseConstPtr;
00096 
00097 
00098 struct register_jlo_callback
00099 {
00100 
00101 typedef register_jlo_callbackRequest Request;
00102 typedef register_jlo_callbackResponse Response;
00103 Request request;
00104 Response response;
00105 
00106 typedef Request RequestType;
00107 typedef Response ResponseType;
00108 }; // struct register_jlo_callback
00109 } // namespace vision_srvs
00110 
00111 namespace ros
00112 {
00113 namespace message_traits
00114 {
00115 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> > : public TrueType {};
00116 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator>  const> : public TrueType {};
00117 template<class ContainerAllocator>
00118 struct MD5Sum< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> > {
00119   static const char* value() 
00120   {
00121     return "b4a1c7e4da9d58ce6fde17f373bed739";
00122   }
00123 
00124   static const char* value(const  ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> &) { return value(); } 
00125   static const uint64_t static_value1 = 0xb4a1c7e4da9d58ceULL;
00126   static const uint64_t static_value2 = 0x6fde17f373bed739ULL;
00127 };
00128 
00129 template<class ContainerAllocator>
00130 struct DataType< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> > {
00131   static const char* value() 
00132   {
00133     return "vision_srvs/register_jlo_callbackRequest";
00134   }
00135 
00136   static const char* value(const  ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> &) { return value(); } 
00137 };
00138 
00139 template<class ContainerAllocator>
00140 struct Definition< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> > {
00141   static const char* value() 
00142   {
00143     return "\n\
00144 string topic_name\n\
00145 uint64     jlo_id\n\
00146 uint64     parent_id\n\
00147 float64[6] filter_delta_cov\n\
00148 \n\
00149 ";
00150   }
00151 
00152   static const char* value(const  ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> &) { return value(); } 
00153 };
00154 
00155 } // namespace message_traits
00156 } // namespace ros
00157 
00158 
00159 namespace ros
00160 {
00161 namespace message_traits
00162 {
00163 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> > : public TrueType {};
00164 template<class ContainerAllocator> struct IsMessage< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator>  const> : public TrueType {};
00165 template<class ContainerAllocator>
00166 struct MD5Sum< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> > {
00167   static const char* value() 
00168   {
00169     return "eca8b96616c32aacf1be8bbf14c70eba";
00170   }
00171 
00172   static const char* value(const  ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> &) { return value(); } 
00173   static const uint64_t static_value1 = 0xeca8b96616c32aacULL;
00174   static const uint64_t static_value2 = 0xf1be8bbf14c70ebaULL;
00175 };
00176 
00177 template<class ContainerAllocator>
00178 struct DataType< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> > {
00179   static const char* value() 
00180   {
00181     return "vision_srvs/register_jlo_callbackResponse";
00182   }
00183 
00184   static const char* value(const  ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> &) { return value(); } 
00185 };
00186 
00187 template<class ContainerAllocator>
00188 struct Definition< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> > {
00189   static const char* value() 
00190   {
00191     return "string error\n\
00192 \n\
00193 ";
00194   }
00195 
00196   static const char* value(const  ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> &) { return value(); } 
00197 };
00198 
00199 } // namespace message_traits
00200 } // namespace ros
00201 
00202 namespace ros
00203 {
00204 namespace serialization
00205 {
00206 
00207 template<class ContainerAllocator> struct Serializer< ::vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> >
00208 {
00209   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00210   {
00211     stream.next(m.topic_name);
00212     stream.next(m.jlo_id);
00213     stream.next(m.parent_id);
00214     stream.next(m.filter_delta_cov);
00215   }
00216 
00217   ROS_DECLARE_ALLINONE_SERIALIZER;
00218 }; // struct register_jlo_callbackRequest_
00219 } // namespace serialization
00220 } // namespace ros
00221 
00222 
00223 namespace ros
00224 {
00225 namespace serialization
00226 {
00227 
00228 template<class ContainerAllocator> struct Serializer< ::vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> >
00229 {
00230   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00231   {
00232     stream.next(m.error);
00233   }
00234 
00235   ROS_DECLARE_ALLINONE_SERIALIZER;
00236 }; // struct register_jlo_callbackResponse_
00237 } // namespace serialization
00238 } // namespace ros
00239 
00240 namespace ros
00241 {
00242 namespace service_traits
00243 {
00244 template<>
00245 struct MD5Sum<vision_srvs::register_jlo_callback> {
00246   static const char* value() 
00247   {
00248     return "4ebd0d41ee3295d3b5b92eeaa53db753";
00249   }
00250 
00251   static const char* value(const vision_srvs::register_jlo_callback&) { return value(); } 
00252 };
00253 
00254 template<>
00255 struct DataType<vision_srvs::register_jlo_callback> {
00256   static const char* value() 
00257   {
00258     return "vision_srvs/register_jlo_callback";
00259   }
00260 
00261   static const char* value(const vision_srvs::register_jlo_callback&) { return value(); } 
00262 };
00263 
00264 template<class ContainerAllocator>
00265 struct MD5Sum<vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> > {
00266   static const char* value() 
00267   {
00268     return "4ebd0d41ee3295d3b5b92eeaa53db753";
00269   }
00270 
00271   static const char* value(const vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> &) { return value(); } 
00272 };
00273 
00274 template<class ContainerAllocator>
00275 struct DataType<vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> > {
00276   static const char* value() 
00277   {
00278     return "vision_srvs/register_jlo_callback";
00279   }
00280 
00281   static const char* value(const vision_srvs::register_jlo_callbackRequest_<ContainerAllocator> &) { return value(); } 
00282 };
00283 
00284 template<class ContainerAllocator>
00285 struct MD5Sum<vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> > {
00286   static const char* value() 
00287   {
00288     return "4ebd0d41ee3295d3b5b92eeaa53db753";
00289   }
00290 
00291   static const char* value(const vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> &) { return value(); } 
00292 };
00293 
00294 template<class ContainerAllocator>
00295 struct DataType<vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> > {
00296   static const char* value() 
00297   {
00298     return "vision_srvs/register_jlo_callback";
00299   }
00300 
00301   static const char* value(const vision_srvs::register_jlo_callbackResponse_<ContainerAllocator> &) { return value(); } 
00302 };
00303 
00304 } // namespace service_traits
00305 } // namespace ros
00306 
00307 #endif // VISION_SRVS_SERVICE_REGISTER_JLO_CALLBACK_H
00308 


vision_srvs
Author(s): Ulrich F Klank
autogenerated on Mon Oct 6 2014 00:48:11