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