compute_effector_camera.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-vision_visp/doc_stacks/2013-12-28_17-43-01.443180/vision_visp/visp_hand2eye_calibration/srv/compute_effector_camera.srv */
00002 #ifndef VISP_HAND2EYE_CALIBRATION_SERVICE_COMPUTE_EFFECTOR_CAMERA_H
00003 #define VISP_HAND2EYE_CALIBRATION_SERVICE_COMPUTE_EFFECTOR_CAMERA_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 #include "geometry_msgs/Transform.h"
00022 
00023 namespace visp_hand2eye_calibration
00024 {
00025 template <class ContainerAllocator>
00026 struct compute_effector_cameraRequest_ {
00027   typedef compute_effector_cameraRequest_<ContainerAllocator> Type;
00028 
00029   compute_effector_cameraRequest_()
00030   {
00031   }
00032 
00033   compute_effector_cameraRequest_(const ContainerAllocator& _alloc)
00034   {
00035   }
00036 
00037 
00038   typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > Ptr;
00039   typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator>  const> ConstPtr;
00040   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00041 }; // struct compute_effector_cameraRequest
00042 typedef  ::visp_hand2eye_calibration::compute_effector_cameraRequest_<std::allocator<void> > compute_effector_cameraRequest;
00043 
00044 typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraRequest> compute_effector_cameraRequestPtr;
00045 typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraRequest const> compute_effector_cameraRequestConstPtr;
00046 
00047 
00048 template <class ContainerAllocator>
00049 struct compute_effector_cameraResponse_ {
00050   typedef compute_effector_cameraResponse_<ContainerAllocator> Type;
00051 
00052   compute_effector_cameraResponse_()
00053   : effector_camera()
00054   {
00055   }
00056 
00057   compute_effector_cameraResponse_(const ContainerAllocator& _alloc)
00058   : effector_camera(_alloc)
00059   {
00060   }
00061 
00062   typedef  ::geometry_msgs::Transform_<ContainerAllocator>  _effector_camera_type;
00063    ::geometry_msgs::Transform_<ContainerAllocator>  effector_camera;
00064 
00065 
00066   typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > Ptr;
00067   typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator>  const> ConstPtr;
00068   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00069 }; // struct compute_effector_cameraResponse
00070 typedef  ::visp_hand2eye_calibration::compute_effector_cameraResponse_<std::allocator<void> > compute_effector_cameraResponse;
00071 
00072 typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraResponse> compute_effector_cameraResponsePtr;
00073 typedef boost::shared_ptr< ::visp_hand2eye_calibration::compute_effector_cameraResponse const> compute_effector_cameraResponseConstPtr;
00074 
00075 struct compute_effector_camera
00076 {
00077 
00078 typedef compute_effector_cameraRequest Request;
00079 typedef compute_effector_cameraResponse Response;
00080 Request request;
00081 Response response;
00082 
00083 typedef Request RequestType;
00084 typedef Response ResponseType;
00085 }; // struct compute_effector_camera
00086 } // namespace visp_hand2eye_calibration
00087 
00088 namespace ros
00089 {
00090 namespace message_traits
00091 {
00092 template<class ContainerAllocator> struct IsMessage< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > : public TrueType {};
00093 template<class ContainerAllocator> struct IsMessage< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator>  const> : public TrueType {};
00094 template<class ContainerAllocator>
00095 struct MD5Sum< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > {
00096   static const char* value() 
00097   {
00098     return "d41d8cd98f00b204e9800998ecf8427e";
00099   }
00100 
00101   static const char* value(const  ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> &) { return value(); } 
00102   static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00103   static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00104 };
00105 
00106 template<class ContainerAllocator>
00107 struct DataType< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > {
00108   static const char* value() 
00109   {
00110     return "visp_hand2eye_calibration/compute_effector_cameraRequest";
00111   }
00112 
00113   static const char* value(const  ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> &) { return value(); } 
00114 };
00115 
00116 template<class ContainerAllocator>
00117 struct Definition< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > {
00118   static const char* value() 
00119   {
00120     return "\n\
00121 \n\
00122 \n\
00123 \n\
00124 \n\
00125 ";
00126   }
00127 
00128   static const char* value(const  ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> &) { return value(); } 
00129 };
00130 
00131 template<class ContainerAllocator> struct IsFixedSize< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > : public TrueType {};
00132 } // namespace message_traits
00133 } // namespace ros
00134 
00135 
00136 namespace ros
00137 {
00138 namespace message_traits
00139 {
00140 template<class ContainerAllocator> struct IsMessage< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > : public TrueType {};
00141 template<class ContainerAllocator> struct IsMessage< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator>  const> : public TrueType {};
00142 template<class ContainerAllocator>
00143 struct MD5Sum< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > {
00144   static const char* value() 
00145   {
00146     return "e28a9ea34e6e135a6309cbdf6fb0ad0d";
00147   }
00148 
00149   static const char* value(const  ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> &) { return value(); } 
00150   static const uint64_t static_value1 = 0xe28a9ea34e6e135aULL;
00151   static const uint64_t static_value2 = 0x6309cbdf6fb0ad0dULL;
00152 };
00153 
00154 template<class ContainerAllocator>
00155 struct DataType< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > {
00156   static const char* value() 
00157   {
00158     return "visp_hand2eye_calibration/compute_effector_cameraResponse";
00159   }
00160 
00161   static const char* value(const  ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> &) { return value(); } 
00162 };
00163 
00164 template<class ContainerAllocator>
00165 struct Definition< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > {
00166   static const char* value() 
00167   {
00168     return "geometry_msgs/Transform effector_camera\n\
00169 \n\
00170 ================================================================================\n\
00171 MSG: geometry_msgs/Transform\n\
00172 # This represents the transform between two coordinate frames in free space.\n\
00173 \n\
00174 Vector3 translation\n\
00175 Quaternion rotation\n\
00176 \n\
00177 ================================================================================\n\
00178 MSG: geometry_msgs/Vector3\n\
00179 # This represents a vector in free space. \n\
00180 \n\
00181 float64 x\n\
00182 float64 y\n\
00183 float64 z\n\
00184 ================================================================================\n\
00185 MSG: geometry_msgs/Quaternion\n\
00186 # This represents an orientation in free space in quaternion form.\n\
00187 \n\
00188 float64 x\n\
00189 float64 y\n\
00190 float64 z\n\
00191 float64 w\n\
00192 \n\
00193 ";
00194   }
00195 
00196   static const char* value(const  ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> &) { return value(); } 
00197 };
00198 
00199 template<class ContainerAllocator> struct IsFixedSize< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > : public TrueType {};
00200 } // namespace message_traits
00201 } // namespace ros
00202 
00203 namespace ros
00204 {
00205 namespace serialization
00206 {
00207 
00208 template<class ContainerAllocator> struct Serializer< ::visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> >
00209 {
00210   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00211   {
00212   }
00213 
00214   ROS_DECLARE_ALLINONE_SERIALIZER;
00215 }; // struct compute_effector_cameraRequest_
00216 } // namespace serialization
00217 } // namespace ros
00218 
00219 
00220 namespace ros
00221 {
00222 namespace serialization
00223 {
00224 
00225 template<class ContainerAllocator> struct Serializer< ::visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> >
00226 {
00227   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00228   {
00229     stream.next(m.effector_camera);
00230   }
00231 
00232   ROS_DECLARE_ALLINONE_SERIALIZER;
00233 }; // struct compute_effector_cameraResponse_
00234 } // namespace serialization
00235 } // namespace ros
00236 
00237 namespace ros
00238 {
00239 namespace service_traits
00240 {
00241 template<>
00242 struct MD5Sum<visp_hand2eye_calibration::compute_effector_camera> {
00243   static const char* value() 
00244   {
00245     return "e28a9ea34e6e135a6309cbdf6fb0ad0d";
00246   }
00247 
00248   static const char* value(const visp_hand2eye_calibration::compute_effector_camera&) { return value(); } 
00249 };
00250 
00251 template<>
00252 struct DataType<visp_hand2eye_calibration::compute_effector_camera> {
00253   static const char* value() 
00254   {
00255     return "visp_hand2eye_calibration/compute_effector_camera";
00256   }
00257 
00258   static const char* value(const visp_hand2eye_calibration::compute_effector_camera&) { return value(); } 
00259 };
00260 
00261 template<class ContainerAllocator>
00262 struct MD5Sum<visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > {
00263   static const char* value() 
00264   {
00265     return "e28a9ea34e6e135a6309cbdf6fb0ad0d";
00266   }
00267 
00268   static const char* value(const visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> &) { return value(); } 
00269 };
00270 
00271 template<class ContainerAllocator>
00272 struct DataType<visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> > {
00273   static const char* value() 
00274   {
00275     return "visp_hand2eye_calibration/compute_effector_camera";
00276   }
00277 
00278   static const char* value(const visp_hand2eye_calibration::compute_effector_cameraRequest_<ContainerAllocator> &) { return value(); } 
00279 };
00280 
00281 template<class ContainerAllocator>
00282 struct MD5Sum<visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > {
00283   static const char* value() 
00284   {
00285     return "e28a9ea34e6e135a6309cbdf6fb0ad0d";
00286   }
00287 
00288   static const char* value(const visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> &) { return value(); } 
00289 };
00290 
00291 template<class ContainerAllocator>
00292 struct DataType<visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> > {
00293   static const char* value() 
00294   {
00295     return "visp_hand2eye_calibration/compute_effector_camera";
00296   }
00297 
00298   static const char* value(const visp_hand2eye_calibration::compute_effector_cameraResponse_<ContainerAllocator> &) { return value(); } 
00299 };
00300 
00301 } // namespace service_traits
00302 } // namespace ros
00303 
00304 #endif // VISP_HAND2EYE_CALIBRATION_SERVICE_COMPUTE_EFFECTOR_CAMERA_H
00305 


visp_hand2eye_calibration
Author(s): Filip Novotny
autogenerated on Sat Dec 28 2013 17:45:52