ArmNavMovePalmLink.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-srs_public/doc_stacks/2014-01-05_11-35-06.523601/srs_public/srs_assisted_arm_navigation_msgs/srv/ArmNavMovePalmLink.srv */
00002 #ifndef SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVMOVEPALMLINK_H
00003 #define SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVMOVEPALMLINK_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/PoseStamped.h"
00020 
00021 
00022 
00023 namespace srs_assisted_arm_navigation_msgs
00024 {
00025 template <class ContainerAllocator>
00026 struct ArmNavMovePalmLinkRequest_ {
00027   typedef ArmNavMovePalmLinkRequest_<ContainerAllocator> Type;
00028 
00029   ArmNavMovePalmLinkRequest_()
00030   : sdh_palm_link_pose()
00031   {
00032   }
00033 
00034   ArmNavMovePalmLinkRequest_(const ContainerAllocator& _alloc)
00035   : sdh_palm_link_pose(_alloc)
00036   {
00037   }
00038 
00039   typedef  ::geometry_msgs::PoseStamped_<ContainerAllocator>  _sdh_palm_link_pose_type;
00040    ::geometry_msgs::PoseStamped_<ContainerAllocator>  sdh_palm_link_pose;
00041 
00042 
00043   typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> > Ptr;
00044   typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator>  const> ConstPtr;
00045   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00046 }; // struct ArmNavMovePalmLinkRequest
00047 typedef  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<std::allocator<void> > ArmNavMovePalmLinkRequest;
00048 
00049 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest> ArmNavMovePalmLinkRequestPtr;
00050 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest const> ArmNavMovePalmLinkRequestConstPtr;
00051 
00052 
00053 template <class ContainerAllocator>
00054 struct ArmNavMovePalmLinkResponse_ {
00055   typedef ArmNavMovePalmLinkResponse_<ContainerAllocator> Type;
00056 
00057   ArmNavMovePalmLinkResponse_()
00058   : completed(false)
00059   , msg()
00060   {
00061   }
00062 
00063   ArmNavMovePalmLinkResponse_(const ContainerAllocator& _alloc)
00064   : completed(false)
00065   , msg(_alloc)
00066   {
00067   }
00068 
00069   typedef uint8_t _completed_type;
00070   uint8_t completed;
00071 
00072   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _msg_type;
00073   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  msg;
00074 
00075 
00076   typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> > Ptr;
00077   typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator>  const> ConstPtr;
00078   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00079 }; // struct ArmNavMovePalmLinkResponse
00080 typedef  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<std::allocator<void> > ArmNavMovePalmLinkResponse;
00081 
00082 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse> ArmNavMovePalmLinkResponsePtr;
00083 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse const> ArmNavMovePalmLinkResponseConstPtr;
00084 
00085 struct ArmNavMovePalmLink
00086 {
00087 
00088 typedef ArmNavMovePalmLinkRequest Request;
00089 typedef ArmNavMovePalmLinkResponse Response;
00090 Request request;
00091 Response response;
00092 
00093 typedef Request RequestType;
00094 typedef Response ResponseType;
00095 }; // struct ArmNavMovePalmLink
00096 } // namespace srs_assisted_arm_navigation_msgs
00097 
00098 namespace ros
00099 {
00100 namespace message_traits
00101 {
00102 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> > : public TrueType {};
00103 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator>  const> : public TrueType {};
00104 template<class ContainerAllocator>
00105 struct MD5Sum< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> > {
00106   static const char* value() 
00107   {
00108     return "2a9b3a744872de70e87ced880bb13ac5";
00109   }
00110 
00111   static const char* value(const  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> &) { return value(); } 
00112   static const uint64_t static_value1 = 0x2a9b3a744872de70ULL;
00113   static const uint64_t static_value2 = 0xe87ced880bb13ac5ULL;
00114 };
00115 
00116 template<class ContainerAllocator>
00117 struct DataType< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> > {
00118   static const char* value() 
00119   {
00120     return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLinkRequest";
00121   }
00122 
00123   static const char* value(const  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> &) { return value(); } 
00124 };
00125 
00126 template<class ContainerAllocator>
00127 struct Definition< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> > {
00128   static const char* value() 
00129   {
00130     return "geometry_msgs/PoseStamped sdh_palm_link_pose\n\
00131 \n\
00132 ================================================================================\n\
00133 MSG: geometry_msgs/PoseStamped\n\
00134 # A Pose with reference coordinate frame and timestamp\n\
00135 Header header\n\
00136 Pose pose\n\
00137 \n\
00138 ================================================================================\n\
00139 MSG: std_msgs/Header\n\
00140 # Standard metadata for higher-level stamped data types.\n\
00141 # This is generally used to communicate timestamped data \n\
00142 # in a particular coordinate frame.\n\
00143 # \n\
00144 # sequence ID: consecutively increasing ID \n\
00145 uint32 seq\n\
00146 #Two-integer timestamp that is expressed as:\n\
00147 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00148 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00149 # time-handling sugar is provided by the client library\n\
00150 time stamp\n\
00151 #Frame this data is associated with\n\
00152 # 0: no frame\n\
00153 # 1: global frame\n\
00154 string frame_id\n\
00155 \n\
00156 ================================================================================\n\
00157 MSG: geometry_msgs/Pose\n\
00158 # A representation of pose in free space, composed of postion and orientation. \n\
00159 Point position\n\
00160 Quaternion orientation\n\
00161 \n\
00162 ================================================================================\n\
00163 MSG: geometry_msgs/Point\n\
00164 # This contains the position of a point in free space\n\
00165 float64 x\n\
00166 float64 y\n\
00167 float64 z\n\
00168 \n\
00169 ================================================================================\n\
00170 MSG: geometry_msgs/Quaternion\n\
00171 # This represents an orientation in free space in quaternion form.\n\
00172 \n\
00173 float64 x\n\
00174 float64 y\n\
00175 float64 z\n\
00176 float64 w\n\
00177 \n\
00178 ";
00179   }
00180 
00181   static const char* value(const  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> &) { return value(); } 
00182 };
00183 
00184 } // namespace message_traits
00185 } // namespace ros
00186 
00187 
00188 namespace ros
00189 {
00190 namespace message_traits
00191 {
00192 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> > : public TrueType {};
00193 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator>  const> : public TrueType {};
00194 template<class ContainerAllocator>
00195 struct MD5Sum< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> > {
00196   static const char* value() 
00197   {
00198     return "7de7f4695a268566c2ce9ae9e3a34e73";
00199   }
00200 
00201   static const char* value(const  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> &) { return value(); } 
00202   static const uint64_t static_value1 = 0x7de7f4695a268566ULL;
00203   static const uint64_t static_value2 = 0xc2ce9ae9e3a34e73ULL;
00204 };
00205 
00206 template<class ContainerAllocator>
00207 struct DataType< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> > {
00208   static const char* value() 
00209   {
00210     return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLinkResponse";
00211   }
00212 
00213   static const char* value(const  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> &) { return value(); } 
00214 };
00215 
00216 template<class ContainerAllocator>
00217 struct Definition< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> > {
00218   static const char* value() 
00219   {
00220     return "bool completed\n\
00221 string msg\n\
00222 \n\
00223 ";
00224   }
00225 
00226   static const char* value(const  ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> &) { return value(); } 
00227 };
00228 
00229 } // namespace message_traits
00230 } // namespace ros
00231 
00232 namespace ros
00233 {
00234 namespace serialization
00235 {
00236 
00237 template<class ContainerAllocator> struct Serializer< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> >
00238 {
00239   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00240   {
00241     stream.next(m.sdh_palm_link_pose);
00242   }
00243 
00244   ROS_DECLARE_ALLINONE_SERIALIZER;
00245 }; // struct ArmNavMovePalmLinkRequest_
00246 } // namespace serialization
00247 } // namespace ros
00248 
00249 
00250 namespace ros
00251 {
00252 namespace serialization
00253 {
00254 
00255 template<class ContainerAllocator> struct Serializer< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> >
00256 {
00257   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00258   {
00259     stream.next(m.completed);
00260     stream.next(m.msg);
00261   }
00262 
00263   ROS_DECLARE_ALLINONE_SERIALIZER;
00264 }; // struct ArmNavMovePalmLinkResponse_
00265 } // namespace serialization
00266 } // namespace ros
00267 
00268 namespace ros
00269 {
00270 namespace service_traits
00271 {
00272 template<>
00273 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLink> {
00274   static const char* value() 
00275   {
00276     return "6a1d50effcfcd3d7e03d54f96528de75";
00277   }
00278 
00279   static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLink&) { return value(); } 
00280 };
00281 
00282 template<>
00283 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLink> {
00284   static const char* value() 
00285   {
00286     return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLink";
00287   }
00288 
00289   static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLink&) { return value(); } 
00290 };
00291 
00292 template<class ContainerAllocator>
00293 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> > {
00294   static const char* value() 
00295   {
00296     return "6a1d50effcfcd3d7e03d54f96528de75";
00297   }
00298 
00299   static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> &) { return value(); } 
00300 };
00301 
00302 template<class ContainerAllocator>
00303 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> > {
00304   static const char* value() 
00305   {
00306     return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLink";
00307   }
00308 
00309   static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRequest_<ContainerAllocator> &) { return value(); } 
00310 };
00311 
00312 template<class ContainerAllocator>
00313 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> > {
00314   static const char* value() 
00315   {
00316     return "6a1d50effcfcd3d7e03d54f96528de75";
00317   }
00318 
00319   static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> &) { return value(); } 
00320 };
00321 
00322 template<class ContainerAllocator>
00323 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> > {
00324   static const char* value() 
00325   {
00326     return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLink";
00327   }
00328 
00329   static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkResponse_<ContainerAllocator> &) { return value(); } 
00330 };
00331 
00332 } // namespace service_traits
00333 } // namespace ros
00334 
00335 #endif // SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVMOVEPALMLINK_H
00336 


srs_assisted_arm_navigation_msgs
Author(s): Zdenek Materna
autogenerated on Sun Jan 5 2014 11:52:58