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