1 #ifndef _ROS_actionlib_TestGoal_h
2 #define _ROS_actionlib_TestGoal_h
22 virtual int serialize(
unsigned char *outbuffer)
const
29 u_goal.real = this->
goal;
30 *(outbuffer + offset + 0) = (u_goal.base >> (8 * 0)) & 0xFF;
31 *(outbuffer + offset + 1) = (u_goal.base >> (8 * 1)) & 0xFF;
32 *(outbuffer + offset + 2) = (u_goal.base >> (8 * 2)) & 0xFF;
33 *(outbuffer + offset + 3) = (u_goal.base >> (8 * 3)) & 0xFF;
34 offset +=
sizeof(this->
goal);
46 u_goal.base |= ((uint32_t) (*(inbuffer + offset + 0))) << (8 * 0);
47 u_goal.base |= ((uint32_t) (*(inbuffer + offset + 1))) << (8 * 1);
48 u_goal.base |= ((uint32_t) (*(inbuffer + offset + 2))) << (8 * 2);
49 u_goal.base |= ((uint32_t) (*(inbuffer + offset + 3))) << (8 * 3);
50 this->
goal = u_goal.real;
51 offset +=
sizeof(this->
goal);
55 const char *
getType(){
return "actionlib/TestGoal"; };
56 const char *
getMD5(){
return "18df0149936b7aa95588e3862476ebde"; };
Definition: TestGoal.h:12
virtual int serialize(unsigned char *outbuffer) const
Definition: TestGoal.h:22
const char * getType()
Definition: TestGoal.h:55
int32_t goal
Definition: TestGoal.h:15
virtual int deserialize(unsigned char *inbuffer)
Definition: TestGoal.h:38
TestGoal()
Definition: TestGoal.h:17
const char * getMD5()
Definition: TestGoal.h:56