Go to the documentation of this file.00001
00002 #ifndef ZYONZ_MSGS_SERVICE_GETPROBINGSTEPS_H
00003 #define ZYONZ_MSGS_SERVICE_GETPROBINGSTEPS_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 "sensor_msgs/PointCloud2.h"
00020
00021
00022 #include "zyonz_msgs/ProbingSteps.h"
00023
00024 namespace zyonz_msgs
00025 {
00026 template <class ContainerAllocator>
00027 struct GetProbingStepsRequest_ {
00028 typedef GetProbingStepsRequest_<ContainerAllocator> Type;
00029
00030 GetProbingStepsRequest_()
00031 : point_cloud()
00032 {
00033 }
00034
00035 GetProbingStepsRequest_(const ContainerAllocator& _alloc)
00036 : point_cloud(_alloc)
00037 {
00038 }
00039
00040 typedef ::sensor_msgs::PointCloud2_<ContainerAllocator> _point_cloud_type;
00041 ::sensor_msgs::PointCloud2_<ContainerAllocator> point_cloud;
00042
00043
00044 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> > Ptr;
00045 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> const> ConstPtr;
00046 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00047 };
00048 typedef ::zyonz_msgs::GetProbingStepsRequest_<std::allocator<void> > GetProbingStepsRequest;
00049
00050 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsRequest> GetProbingStepsRequestPtr;
00051 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsRequest const> GetProbingStepsRequestConstPtr;
00052
00053
00054 template <class ContainerAllocator>
00055 struct GetProbingStepsResponse_ {
00056 typedef GetProbingStepsResponse_<ContainerAllocator> Type;
00057
00058 GetProbingStepsResponse_()
00059 : steps()
00060 {
00061 }
00062
00063 GetProbingStepsResponse_(const ContainerAllocator& _alloc)
00064 : steps(_alloc)
00065 {
00066 }
00067
00068 typedef std::vector< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> >::other > _steps_type;
00069 std::vector< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> >::other > steps;
00070
00071
00072 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> > Ptr;
00073 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> const> ConstPtr;
00074 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00075 };
00076 typedef ::zyonz_msgs::GetProbingStepsResponse_<std::allocator<void> > GetProbingStepsResponse;
00077
00078 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsResponse> GetProbingStepsResponsePtr;
00079 typedef boost::shared_ptr< ::zyonz_msgs::GetProbingStepsResponse const> GetProbingStepsResponseConstPtr;
00080
00081 struct GetProbingSteps
00082 {
00083
00084 typedef GetProbingStepsRequest Request;
00085 typedef GetProbingStepsResponse Response;
00086 Request request;
00087 Response response;
00088
00089 typedef Request RequestType;
00090 typedef Response ResponseType;
00091 };
00092 }
00093
00094 namespace ros
00095 {
00096 namespace message_traits
00097 {
00098 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> > : public TrueType {};
00099 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> const> : public TrueType {};
00100 template<class ContainerAllocator>
00101 struct MD5Sum< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> > {
00102 static const char* value()
00103 {
00104 return "d8288ab03c94033ddae07988baace1f7";
00105 }
00106
00107 static const char* value(const ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> &) { return value(); }
00108 static const uint64_t static_value1 = 0xd8288ab03c94033dULL;
00109 static const uint64_t static_value2 = 0xdae07988baace1f7ULL;
00110 };
00111
00112 template<class ContainerAllocator>
00113 struct DataType< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> > {
00114 static const char* value()
00115 {
00116 return "zyonz_msgs/GetProbingStepsRequest";
00117 }
00118
00119 static const char* value(const ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> &) { return value(); }
00120 };
00121
00122 template<class ContainerAllocator>
00123 struct Definition< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> > {
00124 static const char* value()
00125 {
00126 return "\n\
00127 sensor_msgs/PointCloud2 point_cloud\n\
00128 \n\
00129 ================================================================================\n\
00130 MSG: sensor_msgs/PointCloud2\n\
00131 # This message holds a collection of N-dimensional points, which may\n\
00132 # contain additional information such as normals, intensity, etc. The\n\
00133 # point data is stored as a binary blob, its layout described by the\n\
00134 # contents of the \"fields\" array.\n\
00135 \n\
00136 # The point cloud data may be organized 2d (image-like) or 1d\n\
00137 # (unordered). Point clouds organized as 2d images may be produced by\n\
00138 # camera depth sensors such as stereo or time-of-flight.\n\
00139 \n\
00140 # Time of sensor data acquisition, and the coordinate frame ID (for 3d\n\
00141 # points).\n\
00142 Header header\n\
00143 \n\
00144 # 2D structure of the point cloud. If the cloud is unordered, height is\n\
00145 # 1 and width is the length of the point cloud.\n\
00146 uint32 height\n\
00147 uint32 width\n\
00148 \n\
00149 # Describes the channels and their layout in the binary data blob.\n\
00150 PointField[] fields\n\
00151 \n\
00152 bool is_bigendian # Is this data bigendian?\n\
00153 uint32 point_step # Length of a point in bytes\n\
00154 uint32 row_step # Length of a row in bytes\n\
00155 uint8[] data # Actual point data, size is (row_step*height)\n\
00156 \n\
00157 bool is_dense # True if there are no invalid points\n\
00158 \n\
00159 ================================================================================\n\
00160 MSG: std_msgs/Header\n\
00161 # Standard metadata for higher-level stamped data types.\n\
00162 # This is generally used to communicate timestamped data \n\
00163 # in a particular coordinate frame.\n\
00164 # \n\
00165 # sequence ID: consecutively increasing ID \n\
00166 uint32 seq\n\
00167 #Two-integer timestamp that is expressed as:\n\
00168 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00169 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00170 # time-handling sugar is provided by the client library\n\
00171 time stamp\n\
00172 #Frame this data is associated with\n\
00173 # 0: no frame\n\
00174 # 1: global frame\n\
00175 string frame_id\n\
00176 \n\
00177 ================================================================================\n\
00178 MSG: sensor_msgs/PointField\n\
00179 # This message holds the description of one point entry in the\n\
00180 # PointCloud2 message format.\n\
00181 uint8 INT8 = 1\n\
00182 uint8 UINT8 = 2\n\
00183 uint8 INT16 = 3\n\
00184 uint8 UINT16 = 4\n\
00185 uint8 INT32 = 5\n\
00186 uint8 UINT32 = 6\n\
00187 uint8 FLOAT32 = 7\n\
00188 uint8 FLOAT64 = 8\n\
00189 \n\
00190 string name # Name of field\n\
00191 uint32 offset # Offset from start of point struct\n\
00192 uint8 datatype # Datatype enumeration, see above\n\
00193 uint32 count # How many elements in the field\n\
00194 \n\
00195 ";
00196 }
00197
00198 static const char* value(const ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> &) { return value(); }
00199 };
00200
00201 }
00202 }
00203
00204
00205 namespace ros
00206 {
00207 namespace message_traits
00208 {
00209 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> > : public TrueType {};
00210 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> const> : public TrueType {};
00211 template<class ContainerAllocator>
00212 struct MD5Sum< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> > {
00213 static const char* value()
00214 {
00215 return "2a66e42dd171a8e974f4590dd30e3cb9";
00216 }
00217
00218 static const char* value(const ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> &) { return value(); }
00219 static const uint64_t static_value1 = 0x2a66e42dd171a8e9ULL;
00220 static const uint64_t static_value2 = 0x74f4590dd30e3cb9ULL;
00221 };
00222
00223 template<class ContainerAllocator>
00224 struct DataType< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> > {
00225 static const char* value()
00226 {
00227 return "zyonz_msgs/GetProbingStepsResponse";
00228 }
00229
00230 static const char* value(const ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> &) { return value(); }
00231 };
00232
00233 template<class ContainerAllocator>
00234 struct Definition< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> > {
00235 static const char* value()
00236 {
00237 return "\n\
00238 zyonz_msgs/ProbingSteps[] steps\n\
00239 \n\
00240 \n\
00241 ================================================================================\n\
00242 MSG: zyonz_msgs/ProbingSteps\n\
00243 geometry_msgs/PoseArray pre_probing\n\
00244 geometry_msgs/PoseStamped probing\n\
00245 geometry_msgs/PoseArray post_probing\n\
00246 \n\
00247 ================================================================================\n\
00248 MSG: geometry_msgs/PoseArray\n\
00249 # An array of poses with a header for global reference.\n\
00250 \n\
00251 Header header\n\
00252 \n\
00253 Pose[] poses\n\
00254 \n\
00255 ================================================================================\n\
00256 MSG: std_msgs/Header\n\
00257 # Standard metadata for higher-level stamped data types.\n\
00258 # This is generally used to communicate timestamped data \n\
00259 # in a particular coordinate frame.\n\
00260 # \n\
00261 # sequence ID: consecutively increasing ID \n\
00262 uint32 seq\n\
00263 #Two-integer timestamp that is expressed as:\n\
00264 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00265 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00266 # time-handling sugar is provided by the client library\n\
00267 time stamp\n\
00268 #Frame this data is associated with\n\
00269 # 0: no frame\n\
00270 # 1: global frame\n\
00271 string frame_id\n\
00272 \n\
00273 ================================================================================\n\
00274 MSG: geometry_msgs/Pose\n\
00275 # A representation of pose in free space, composed of postion and orientation. \n\
00276 Point position\n\
00277 Quaternion orientation\n\
00278 \n\
00279 ================================================================================\n\
00280 MSG: geometry_msgs/Point\n\
00281 # This contains the position of a point in free space\n\
00282 float64 x\n\
00283 float64 y\n\
00284 float64 z\n\
00285 \n\
00286 ================================================================================\n\
00287 MSG: geometry_msgs/Quaternion\n\
00288 # This represents an orientation in free space in quaternion form.\n\
00289 \n\
00290 float64 x\n\
00291 float64 y\n\
00292 float64 z\n\
00293 float64 w\n\
00294 \n\
00295 ================================================================================\n\
00296 MSG: geometry_msgs/PoseStamped\n\
00297 # A Pose with reference coordinate frame and timestamp\n\
00298 Header header\n\
00299 Pose pose\n\
00300 \n\
00301 ";
00302 }
00303
00304 static const char* value(const ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> &) { return value(); }
00305 };
00306
00307 }
00308 }
00309
00310 namespace ros
00311 {
00312 namespace serialization
00313 {
00314
00315 template<class ContainerAllocator> struct Serializer< ::zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> >
00316 {
00317 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00318 {
00319 stream.next(m.point_cloud);
00320 }
00321
00322 ROS_DECLARE_ALLINONE_SERIALIZER;
00323 };
00324 }
00325 }
00326
00327
00328 namespace ros
00329 {
00330 namespace serialization
00331 {
00332
00333 template<class ContainerAllocator> struct Serializer< ::zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> >
00334 {
00335 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00336 {
00337 stream.next(m.steps);
00338 }
00339
00340 ROS_DECLARE_ALLINONE_SERIALIZER;
00341 };
00342 }
00343 }
00344
00345 namespace ros
00346 {
00347 namespace service_traits
00348 {
00349 template<>
00350 struct MD5Sum<zyonz_msgs::GetProbingSteps> {
00351 static const char* value()
00352 {
00353 return "9270ebd9b370226436a589229f5d2f04";
00354 }
00355
00356 static const char* value(const zyonz_msgs::GetProbingSteps&) { return value(); }
00357 };
00358
00359 template<>
00360 struct DataType<zyonz_msgs::GetProbingSteps> {
00361 static const char* value()
00362 {
00363 return "zyonz_msgs/GetProbingSteps";
00364 }
00365
00366 static const char* value(const zyonz_msgs::GetProbingSteps&) { return value(); }
00367 };
00368
00369 template<class ContainerAllocator>
00370 struct MD5Sum<zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> > {
00371 static const char* value()
00372 {
00373 return "9270ebd9b370226436a589229f5d2f04";
00374 }
00375
00376 static const char* value(const zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> &) { return value(); }
00377 };
00378
00379 template<class ContainerAllocator>
00380 struct DataType<zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> > {
00381 static const char* value()
00382 {
00383 return "zyonz_msgs/GetProbingSteps";
00384 }
00385
00386 static const char* value(const zyonz_msgs::GetProbingStepsRequest_<ContainerAllocator> &) { return value(); }
00387 };
00388
00389 template<class ContainerAllocator>
00390 struct MD5Sum<zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> > {
00391 static const char* value()
00392 {
00393 return "9270ebd9b370226436a589229f5d2f04";
00394 }
00395
00396 static const char* value(const zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> &) { return value(); }
00397 };
00398
00399 template<class ContainerAllocator>
00400 struct DataType<zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> > {
00401 static const char* value()
00402 {
00403 return "zyonz_msgs/GetProbingSteps";
00404 }
00405
00406 static const char* value(const zyonz_msgs::GetProbingStepsResponse_<ContainerAllocator> &) { return value(); }
00407 };
00408
00409 }
00410 }
00411
00412 #endif // ZYONZ_MSGS_SERVICE_GETPROBINGSTEPS_H
00413