00001 #ifndef _ROS_control_msgs_SingleJointPositionActionGoal_h 00002 #define _ROS_control_msgs_SingleJointPositionActionGoal_h 00003 00004 #include <stdint.h> 00005 #include <string.h> 00006 #include <stdlib.h> 00007 #include "ros/msg.h" 00008 #include "std_msgs/Header.h" 00009 #include "actionlib_msgs/GoalID.h" 00010 #include "control_msgs/SingleJointPositionGoal.h" 00011 00012 namespace control_msgs 00013 { 00014 00015 class SingleJointPositionActionGoal : public ros::Msg 00016 { 00017 public: 00018 std_msgs::Header header; 00019 actionlib_msgs::GoalID goal_id; 00020 control_msgs::SingleJointPositionGoal goal; 00021 00022 virtual int serialize(unsigned char *outbuffer) const 00023 { 00024 int offset = 0; 00025 offset += this->header.serialize(outbuffer + offset); 00026 offset += this->goal_id.serialize(outbuffer + offset); 00027 offset += this->goal.serialize(outbuffer + offset); 00028 return offset; 00029 } 00030 00031 virtual int deserialize(unsigned char *inbuffer) 00032 { 00033 int offset = 0; 00034 offset += this->header.deserialize(inbuffer + offset); 00035 offset += this->goal_id.deserialize(inbuffer + offset); 00036 offset += this->goal.deserialize(inbuffer + offset); 00037 return offset; 00038 } 00039 00040 const char * getType(){ return "control_msgs/SingleJointPositionActionGoal"; }; 00041 const char * getMD5(){ return "4b0d3d091471663e17749c1d0db90f61"; }; 00042 00043 }; 00044 00045 } 00046 #endif