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