Go to the documentation of this file.00001
00002 #ifndef ZYONZ_MSGS_MESSAGE_PROBINGSTEPS_H
00003 #define ZYONZ_MSGS_MESSAGE_PROBINGSTEPS_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 "geometry_msgs/PoseArray.h"
00018 #include "geometry_msgs/PoseStamped.h"
00019 #include "geometry_msgs/PoseArray.h"
00020
00021 namespace zyonz_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct ProbingSteps_ {
00025 typedef ProbingSteps_<ContainerAllocator> Type;
00026
00027 ProbingSteps_()
00028 : pre_probing()
00029 , probing()
00030 , post_probing()
00031 {
00032 }
00033
00034 ProbingSteps_(const ContainerAllocator& _alloc)
00035 : pre_probing(_alloc)
00036 , probing(_alloc)
00037 , post_probing(_alloc)
00038 {
00039 }
00040
00041 typedef ::geometry_msgs::PoseArray_<ContainerAllocator> _pre_probing_type;
00042 ::geometry_msgs::PoseArray_<ContainerAllocator> pre_probing;
00043
00044 typedef ::geometry_msgs::PoseStamped_<ContainerAllocator> _probing_type;
00045 ::geometry_msgs::PoseStamped_<ContainerAllocator> probing;
00046
00047 typedef ::geometry_msgs::PoseArray_<ContainerAllocator> _post_probing_type;
00048 ::geometry_msgs::PoseArray_<ContainerAllocator> post_probing;
00049
00050
00051 typedef boost::shared_ptr< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> > Ptr;
00052 typedef boost::shared_ptr< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> const> ConstPtr;
00053 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00054 };
00055 typedef ::zyonz_msgs::ProbingSteps_<std::allocator<void> > ProbingSteps;
00056
00057 typedef boost::shared_ptr< ::zyonz_msgs::ProbingSteps> ProbingStepsPtr;
00058 typedef boost::shared_ptr< ::zyonz_msgs::ProbingSteps const> ProbingStepsConstPtr;
00059
00060
00061 template<typename ContainerAllocator>
00062 std::ostream& operator<<(std::ostream& s, const ::zyonz_msgs::ProbingSteps_<ContainerAllocator> & v)
00063 {
00064 ros::message_operations::Printer< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> >::stream(s, "", v);
00065 return s;}
00066
00067 }
00068
00069 namespace ros
00070 {
00071 namespace message_traits
00072 {
00073 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> > : public TrueType {};
00074 template<class ContainerAllocator> struct IsMessage< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> const> : public TrueType {};
00075 template<class ContainerAllocator>
00076 struct MD5Sum< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> > {
00077 static const char* value()
00078 {
00079 return "211cf355760c3fa9c773e36110a45416";
00080 }
00081
00082 static const char* value(const ::zyonz_msgs::ProbingSteps_<ContainerAllocator> &) { return value(); }
00083 static const uint64_t static_value1 = 0x211cf355760c3fa9ULL;
00084 static const uint64_t static_value2 = 0xc773e36110a45416ULL;
00085 };
00086
00087 template<class ContainerAllocator>
00088 struct DataType< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> > {
00089 static const char* value()
00090 {
00091 return "zyonz_msgs/ProbingSteps";
00092 }
00093
00094 static const char* value(const ::zyonz_msgs::ProbingSteps_<ContainerAllocator> &) { return value(); }
00095 };
00096
00097 template<class ContainerAllocator>
00098 struct Definition< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> > {
00099 static const char* value()
00100 {
00101 return "geometry_msgs/PoseArray pre_probing\n\
00102 geometry_msgs/PoseStamped probing\n\
00103 geometry_msgs/PoseArray post_probing\n\
00104 \n\
00105 ================================================================================\n\
00106 MSG: geometry_msgs/PoseArray\n\
00107 # An array of poses with a header for global reference.\n\
00108 \n\
00109 Header header\n\
00110 \n\
00111 Pose[] poses\n\
00112 \n\
00113 ================================================================================\n\
00114 MSG: std_msgs/Header\n\
00115 # Standard metadata for higher-level stamped data types.\n\
00116 # This is generally used to communicate timestamped data \n\
00117 # in a particular coordinate frame.\n\
00118 # \n\
00119 # sequence ID: consecutively increasing ID \n\
00120 uint32 seq\n\
00121 #Two-integer timestamp that is expressed as:\n\
00122 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00123 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00124 # time-handling sugar is provided by the client library\n\
00125 time stamp\n\
00126 #Frame this data is associated with\n\
00127 # 0: no frame\n\
00128 # 1: global frame\n\
00129 string frame_id\n\
00130 \n\
00131 ================================================================================\n\
00132 MSG: geometry_msgs/Pose\n\
00133 # A representation of pose in free space, composed of postion and orientation. \n\
00134 Point position\n\
00135 Quaternion orientation\n\
00136 \n\
00137 ================================================================================\n\
00138 MSG: geometry_msgs/Point\n\
00139 # This contains the position of a point in free space\n\
00140 float64 x\n\
00141 float64 y\n\
00142 float64 z\n\
00143 \n\
00144 ================================================================================\n\
00145 MSG: geometry_msgs/Quaternion\n\
00146 # This represents an orientation in free space in quaternion form.\n\
00147 \n\
00148 float64 x\n\
00149 float64 y\n\
00150 float64 z\n\
00151 float64 w\n\
00152 \n\
00153 ================================================================================\n\
00154 MSG: geometry_msgs/PoseStamped\n\
00155 # A Pose with reference coordinate frame and timestamp\n\
00156 Header header\n\
00157 Pose pose\n\
00158 \n\
00159 ";
00160 }
00161
00162 static const char* value(const ::zyonz_msgs::ProbingSteps_<ContainerAllocator> &) { return value(); }
00163 };
00164
00165 }
00166 }
00167
00168 namespace ros
00169 {
00170 namespace serialization
00171 {
00172
00173 template<class ContainerAllocator> struct Serializer< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> >
00174 {
00175 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00176 {
00177 stream.next(m.pre_probing);
00178 stream.next(m.probing);
00179 stream.next(m.post_probing);
00180 }
00181
00182 ROS_DECLARE_ALLINONE_SERIALIZER;
00183 };
00184 }
00185 }
00186
00187 namespace ros
00188 {
00189 namespace message_operations
00190 {
00191
00192 template<class ContainerAllocator>
00193 struct Printer< ::zyonz_msgs::ProbingSteps_<ContainerAllocator> >
00194 {
00195 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::zyonz_msgs::ProbingSteps_<ContainerAllocator> & v)
00196 {
00197 s << indent << "pre_probing: ";
00198 s << std::endl;
00199 Printer< ::geometry_msgs::PoseArray_<ContainerAllocator> >::stream(s, indent + " ", v.pre_probing);
00200 s << indent << "probing: ";
00201 s << std::endl;
00202 Printer< ::geometry_msgs::PoseStamped_<ContainerAllocator> >::stream(s, indent + " ", v.probing);
00203 s << indent << "post_probing: ";
00204 s << std::endl;
00205 Printer< ::geometry_msgs::PoseArray_<ContainerAllocator> >::stream(s, indent + " ", v.post_probing);
00206 }
00207 };
00208
00209
00210 }
00211 }
00212
00213 #endif // ZYONZ_MSGS_MESSAGE_PROBINGSTEPS_H
00214