Go to the documentation of this file.00001
00002 #ifndef IRI_HOKUYO_LASER3D_SERVICE_GET3DSCAN_H
00003 #define IRI_HOKUYO_LASER3D_SERVICE_GET3DSCAN_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 iri_hokuyo_laser3d
00023 {
00024 template <class ContainerAllocator>
00025 struct Get3DScanRequest_ {
00026 typedef Get3DScanRequest_<ContainerAllocator> Type;
00027
00028 Get3DScanRequest_()
00029 : request(0.0)
00030 {
00031 }
00032
00033 Get3DScanRequest_(const ContainerAllocator& _alloc)
00034 : request(0.0)
00035 {
00036 }
00037
00038 typedef float _request_type;
00039 float request;
00040
00041
00042 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > Ptr;
00043 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> const> ConstPtr;
00044 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00045 };
00046 typedef ::iri_hokuyo_laser3d::Get3DScanRequest_<std::allocator<void> > Get3DScanRequest;
00047
00048 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanRequest> Get3DScanRequestPtr;
00049 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanRequest const> Get3DScanRequestConstPtr;
00050
00051
00052 template <class ContainerAllocator>
00053 struct Get3DScanResponse_ {
00054 typedef Get3DScanResponse_<ContainerAllocator> Type;
00055
00056 Get3DScanResponse_()
00057 : success(0.0)
00058 {
00059 }
00060
00061 Get3DScanResponse_(const ContainerAllocator& _alloc)
00062 : success(0.0)
00063 {
00064 }
00065
00066 typedef float _success_type;
00067 float success;
00068
00069
00070 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > Ptr;
00071 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> const> ConstPtr;
00072 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00073 };
00074 typedef ::iri_hokuyo_laser3d::Get3DScanResponse_<std::allocator<void> > Get3DScanResponse;
00075
00076 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanResponse> Get3DScanResponsePtr;
00077 typedef boost::shared_ptr< ::iri_hokuyo_laser3d::Get3DScanResponse const> Get3DScanResponseConstPtr;
00078
00079 struct Get3DScan
00080 {
00081
00082 typedef Get3DScanRequest Request;
00083 typedef Get3DScanResponse Response;
00084 Request request;
00085 Response response;
00086
00087 typedef Request RequestType;
00088 typedef Response ResponseType;
00089 };
00090 }
00091
00092 namespace ros
00093 {
00094 namespace message_traits
00095 {
00096 template<class ContainerAllocator> struct IsMessage< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > : public TrueType {};
00097 template<class ContainerAllocator> struct IsMessage< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> const> : public TrueType {};
00098 template<class ContainerAllocator>
00099 struct MD5Sum< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > {
00100 static const char* value()
00101 {
00102 return "fb75104337181028983a8d7f8953d9c4";
00103 }
00104
00105 static const char* value(const ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> &) { return value(); }
00106 static const uint64_t static_value1 = 0xfb75104337181028ULL;
00107 static const uint64_t static_value2 = 0x983a8d7f8953d9c4ULL;
00108 };
00109
00110 template<class ContainerAllocator>
00111 struct DataType< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > {
00112 static const char* value()
00113 {
00114 return "iri_hokuyo_laser3d/Get3DScanRequest";
00115 }
00116
00117 static const char* value(const ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> &) { return value(); }
00118 };
00119
00120 template<class ContainerAllocator>
00121 struct Definition< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > {
00122 static const char* value()
00123 {
00124 return "float32 request\n\
00125 \n\
00126 ";
00127 }
00128
00129 static const char* value(const ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> &) { return value(); }
00130 };
00131
00132 template<class ContainerAllocator> struct IsFixedSize< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > : public TrueType {};
00133 }
00134 }
00135
00136
00137 namespace ros
00138 {
00139 namespace message_traits
00140 {
00141 template<class ContainerAllocator> struct IsMessage< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > : public TrueType {};
00142 template<class ContainerAllocator> struct IsMessage< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> const> : public TrueType {};
00143 template<class ContainerAllocator>
00144 struct MD5Sum< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > {
00145 static const char* value()
00146 {
00147 return "8f28da87f7f273ca4e61a4214a7d75f1";
00148 }
00149
00150 static const char* value(const ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> &) { return value(); }
00151 static const uint64_t static_value1 = 0x8f28da87f7f273caULL;
00152 static const uint64_t static_value2 = 0x4e61a4214a7d75f1ULL;
00153 };
00154
00155 template<class ContainerAllocator>
00156 struct DataType< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > {
00157 static const char* value()
00158 {
00159 return "iri_hokuyo_laser3d/Get3DScanResponse";
00160 }
00161
00162 static const char* value(const ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> &) { return value(); }
00163 };
00164
00165 template<class ContainerAllocator>
00166 struct Definition< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > {
00167 static const char* value()
00168 {
00169 return "float32 success\n\
00170 \n\
00171 \n\
00172 \n\
00173 ";
00174 }
00175
00176 static const char* value(const ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> &) { return value(); }
00177 };
00178
00179 template<class ContainerAllocator> struct IsFixedSize< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > : public TrueType {};
00180 }
00181 }
00182
00183 namespace ros
00184 {
00185 namespace serialization
00186 {
00187
00188 template<class ContainerAllocator> struct Serializer< ::iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> >
00189 {
00190 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00191 {
00192 stream.next(m.request);
00193 }
00194
00195 ROS_DECLARE_ALLINONE_SERIALIZER;
00196 };
00197 }
00198 }
00199
00200
00201 namespace ros
00202 {
00203 namespace serialization
00204 {
00205
00206 template<class ContainerAllocator> struct Serializer< ::iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> >
00207 {
00208 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00209 {
00210 stream.next(m.success);
00211 }
00212
00213 ROS_DECLARE_ALLINONE_SERIALIZER;
00214 };
00215 }
00216 }
00217
00218 namespace ros
00219 {
00220 namespace service_traits
00221 {
00222 template<>
00223 struct MD5Sum<iri_hokuyo_laser3d::Get3DScan> {
00224 static const char* value()
00225 {
00226 return "d0f270a407af866e7e33d1c551aae6c9";
00227 }
00228
00229 static const char* value(const iri_hokuyo_laser3d::Get3DScan&) { return value(); }
00230 };
00231
00232 template<>
00233 struct DataType<iri_hokuyo_laser3d::Get3DScan> {
00234 static const char* value()
00235 {
00236 return "iri_hokuyo_laser3d/Get3DScan";
00237 }
00238
00239 static const char* value(const iri_hokuyo_laser3d::Get3DScan&) { return value(); }
00240 };
00241
00242 template<class ContainerAllocator>
00243 struct MD5Sum<iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > {
00244 static const char* value()
00245 {
00246 return "d0f270a407af866e7e33d1c551aae6c9";
00247 }
00248
00249 static const char* value(const iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> &) { return value(); }
00250 };
00251
00252 template<class ContainerAllocator>
00253 struct DataType<iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> > {
00254 static const char* value()
00255 {
00256 return "iri_hokuyo_laser3d/Get3DScan";
00257 }
00258
00259 static const char* value(const iri_hokuyo_laser3d::Get3DScanRequest_<ContainerAllocator> &) { return value(); }
00260 };
00261
00262 template<class ContainerAllocator>
00263 struct MD5Sum<iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > {
00264 static const char* value()
00265 {
00266 return "d0f270a407af866e7e33d1c551aae6c9";
00267 }
00268
00269 static const char* value(const iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> &) { return value(); }
00270 };
00271
00272 template<class ContainerAllocator>
00273 struct DataType<iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> > {
00274 static const char* value()
00275 {
00276 return "iri_hokuyo_laser3d/Get3DScan";
00277 }
00278
00279 static const char* value(const iri_hokuyo_laser3d::Get3DScanResponse_<ContainerAllocator> &) { return value(); }
00280 };
00281
00282 }
00283 }
00284
00285 #endif // IRI_HOKUYO_LASER3D_SERVICE_GET3DSCAN_H
00286