GetKinematicSolverInfo.h
Go to the documentation of this file.
00001 #ifndef _ROS_SERVICE_GetKinematicSolverInfo_h
00002 #define _ROS_SERVICE_GetKinematicSolverInfo_h
00003 #include <stdint.h>
00004 #include <string.h>
00005 #include <stdlib.h>
00006 #include "ros/msg.h"
00007 #include "moveit_msgs/KinematicSolverInfo.h"
00008 
00009 namespace moveit_msgs
00010 {
00011 
00012 static const char GETKINEMATICSOLVERINFO[] = "moveit_msgs/GetKinematicSolverInfo";
00013 
00014   class GetKinematicSolverInfoRequest : public ros::Msg
00015   {
00016     public:
00017 
00018     virtual int serialize(unsigned char *outbuffer) const
00019     {
00020       int offset = 0;
00021       return offset;
00022     }
00023 
00024     virtual int deserialize(unsigned char *inbuffer)
00025     {
00026       int offset = 0;
00027      return offset;
00028     }
00029 
00030     const char * getType(){ return GETKINEMATICSOLVERINFO; };
00031     const char * getMD5(){ return "d41d8cd98f00b204e9800998ecf8427e"; };
00032 
00033   };
00034 
00035   class GetKinematicSolverInfoResponse : public ros::Msg
00036   {
00037     public:
00038       moveit_msgs::KinematicSolverInfo kinematic_solver_info;
00039 
00040     virtual int serialize(unsigned char *outbuffer) const
00041     {
00042       int offset = 0;
00043       offset += this->kinematic_solver_info.serialize(outbuffer + offset);
00044       return offset;
00045     }
00046 
00047     virtual int deserialize(unsigned char *inbuffer)
00048     {
00049       int offset = 0;
00050       offset += this->kinematic_solver_info.deserialize(inbuffer + offset);
00051      return offset;
00052     }
00053 
00054     const char * getType(){ return GETKINEMATICSOLVERINFO; };
00055     const char * getMD5(){ return "9b591d98efeb66095c1b33a70221cab5"; };
00056 
00057   };
00058 
00059   class GetKinematicSolverInfo {
00060     public:
00061     typedef GetKinematicSolverInfoRequest Request;
00062     typedef GetKinematicSolverInfoResponse Response;
00063   };
00064 
00065 }
00066 #endif


ric_mc
Author(s): RoboTiCan
autogenerated on Thu Aug 27 2015 14:39:49