Go to the documentation of this file.00001
00002 #ifndef BIPED_ROBIN_MSGS_SERVICE_PLACEOBJECTSERVICE_H
00003 #define BIPED_ROBIN_MSGS_SERVICE_PLACEOBJECTSERVICE_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 "geometry_msgs/Pose.h"
00020
00021
00022
00023 namespace biped_robin_msgs
00024 {
00025 template <class ContainerAllocator>
00026 struct PlaceObjectServiceRequest_ {
00027 typedef PlaceObjectServiceRequest_<ContainerAllocator> Type;
00028
00029 PlaceObjectServiceRequest_()
00030 : goal()
00031 {
00032 }
00033
00034 PlaceObjectServiceRequest_(const ContainerAllocator& _alloc)
00035 : goal(_alloc)
00036 {
00037 }
00038
00039 typedef ::geometry_msgs::Pose_<ContainerAllocator> _goal_type;
00040 ::geometry_msgs::Pose_<ContainerAllocator> goal;
00041
00042
00043 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > Ptr;
00044 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> const> ConstPtr;
00045 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00046 };
00047 typedef ::biped_robin_msgs::PlaceObjectServiceRequest_<std::allocator<void> > PlaceObjectServiceRequest;
00048
00049 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceRequest> PlaceObjectServiceRequestPtr;
00050 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceRequest const> PlaceObjectServiceRequestConstPtr;
00051
00052
00053 template <class ContainerAllocator>
00054 struct PlaceObjectServiceResponse_ {
00055 typedef PlaceObjectServiceResponse_<ContainerAllocator> Type;
00056
00057 PlaceObjectServiceResponse_()
00058 : successful(false)
00059 {
00060 }
00061
00062 PlaceObjectServiceResponse_(const ContainerAllocator& _alloc)
00063 : successful(false)
00064 {
00065 }
00066
00067 typedef uint8_t _successful_type;
00068 uint8_t successful;
00069
00070
00071 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > Ptr;
00072 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> const> ConstPtr;
00073 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00074 };
00075 typedef ::biped_robin_msgs::PlaceObjectServiceResponse_<std::allocator<void> > PlaceObjectServiceResponse;
00076
00077 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceResponse> PlaceObjectServiceResponsePtr;
00078 typedef boost::shared_ptr< ::biped_robin_msgs::PlaceObjectServiceResponse const> PlaceObjectServiceResponseConstPtr;
00079
00080 struct PlaceObjectService
00081 {
00082
00083 typedef PlaceObjectServiceRequest Request;
00084 typedef PlaceObjectServiceResponse Response;
00085 Request request;
00086 Response response;
00087
00088 typedef Request RequestType;
00089 typedef Response ResponseType;
00090 };
00091 }
00092
00093 namespace ros
00094 {
00095 namespace message_traits
00096 {
00097 template<class ContainerAllocator> struct IsMessage< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > : public TrueType {};
00098 template<class ContainerAllocator> struct IsMessage< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> const> : public TrueType {};
00099 template<class ContainerAllocator>
00100 struct MD5Sum< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > {
00101 static const char* value()
00102 {
00103 return "313b76aa4f010582b3257488c62ac366";
00104 }
00105
00106 static const char* value(const ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> &) { return value(); }
00107 static const uint64_t static_value1 = 0x313b76aa4f010582ULL;
00108 static const uint64_t static_value2 = 0xb3257488c62ac366ULL;
00109 };
00110
00111 template<class ContainerAllocator>
00112 struct DataType< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > {
00113 static const char* value()
00114 {
00115 return "biped_robin_msgs/PlaceObjectServiceRequest";
00116 }
00117
00118 static const char* value(const ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> &) { return value(); }
00119 };
00120
00121 template<class ContainerAllocator>
00122 struct Definition< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > {
00123 static const char* value()
00124 {
00125 return "\n\
00126 geometry_msgs/Pose goal\n\
00127 \n\
00128 ================================================================================\n\
00129 MSG: geometry_msgs/Pose\n\
00130 # A representation of pose in free space, composed of postion and orientation. \n\
00131 Point position\n\
00132 Quaternion orientation\n\
00133 \n\
00134 ================================================================================\n\
00135 MSG: geometry_msgs/Point\n\
00136 # This contains the position of a point in free space\n\
00137 float64 x\n\
00138 float64 y\n\
00139 float64 z\n\
00140 \n\
00141 ================================================================================\n\
00142 MSG: geometry_msgs/Quaternion\n\
00143 # This represents an orientation in free space in quaternion form.\n\
00144 \n\
00145 float64 x\n\
00146 float64 y\n\
00147 float64 z\n\
00148 float64 w\n\
00149 \n\
00150 ";
00151 }
00152
00153 static const char* value(const ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> &) { return value(); }
00154 };
00155
00156 template<class ContainerAllocator> struct IsFixedSize< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > : public TrueType {};
00157 }
00158 }
00159
00160
00161 namespace ros
00162 {
00163 namespace message_traits
00164 {
00165 template<class ContainerAllocator> struct IsMessage< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > : public TrueType {};
00166 template<class ContainerAllocator> struct IsMessage< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> const> : public TrueType {};
00167 template<class ContainerAllocator>
00168 struct MD5Sum< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > {
00169 static const char* value()
00170 {
00171 return "6ccdb752b565be6d250259ff3d0c7ea1";
00172 }
00173
00174 static const char* value(const ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> &) { return value(); }
00175 static const uint64_t static_value1 = 0x6ccdb752b565be6dULL;
00176 static const uint64_t static_value2 = 0x250259ff3d0c7ea1ULL;
00177 };
00178
00179 template<class ContainerAllocator>
00180 struct DataType< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > {
00181 static const char* value()
00182 {
00183 return "biped_robin_msgs/PlaceObjectServiceResponse";
00184 }
00185
00186 static const char* value(const ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> &) { return value(); }
00187 };
00188
00189 template<class ContainerAllocator>
00190 struct Definition< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > {
00191 static const char* value()
00192 {
00193 return "bool successful\n\
00194 \n\
00195 \n\
00196 ";
00197 }
00198
00199 static const char* value(const ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> &) { return value(); }
00200 };
00201
00202 template<class ContainerAllocator> struct IsFixedSize< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > : public TrueType {};
00203 }
00204 }
00205
00206 namespace ros
00207 {
00208 namespace serialization
00209 {
00210
00211 template<class ContainerAllocator> struct Serializer< ::biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> >
00212 {
00213 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00214 {
00215 stream.next(m.goal);
00216 }
00217
00218 ROS_DECLARE_ALLINONE_SERIALIZER;
00219 };
00220 }
00221 }
00222
00223
00224 namespace ros
00225 {
00226 namespace serialization
00227 {
00228
00229 template<class ContainerAllocator> struct Serializer< ::biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> >
00230 {
00231 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00232 {
00233 stream.next(m.successful);
00234 }
00235
00236 ROS_DECLARE_ALLINONE_SERIALIZER;
00237 };
00238 }
00239 }
00240
00241 namespace ros
00242 {
00243 namespace service_traits
00244 {
00245 template<>
00246 struct MD5Sum<biped_robin_msgs::PlaceObjectService> {
00247 static const char* value()
00248 {
00249 return "965d4c4f6653f7f135d60a498d37879a";
00250 }
00251
00252 static const char* value(const biped_robin_msgs::PlaceObjectService&) { return value(); }
00253 };
00254
00255 template<>
00256 struct DataType<biped_robin_msgs::PlaceObjectService> {
00257 static const char* value()
00258 {
00259 return "biped_robin_msgs/PlaceObjectService";
00260 }
00261
00262 static const char* value(const biped_robin_msgs::PlaceObjectService&) { return value(); }
00263 };
00264
00265 template<class ContainerAllocator>
00266 struct MD5Sum<biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > {
00267 static const char* value()
00268 {
00269 return "965d4c4f6653f7f135d60a498d37879a";
00270 }
00271
00272 static const char* value(const biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> &) { return value(); }
00273 };
00274
00275 template<class ContainerAllocator>
00276 struct DataType<biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> > {
00277 static const char* value()
00278 {
00279 return "biped_robin_msgs/PlaceObjectService";
00280 }
00281
00282 static const char* value(const biped_robin_msgs::PlaceObjectServiceRequest_<ContainerAllocator> &) { return value(); }
00283 };
00284
00285 template<class ContainerAllocator>
00286 struct MD5Sum<biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > {
00287 static const char* value()
00288 {
00289 return "965d4c4f6653f7f135d60a498d37879a";
00290 }
00291
00292 static const char* value(const biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> &) { return value(); }
00293 };
00294
00295 template<class ContainerAllocator>
00296 struct DataType<biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> > {
00297 static const char* value()
00298 {
00299 return "biped_robin_msgs/PlaceObjectService";
00300 }
00301
00302 static const char* value(const biped_robin_msgs::PlaceObjectServiceResponse_<ContainerAllocator> &) { return value(); }
00303 };
00304
00305 }
00306 }
00307
00308 #endif // BIPED_ROBIN_MSGS_SERVICE_PLACEOBJECTSERVICE_H
00309