1 #ifndef _ROS_actionlib_TwoIntsGoal_h
2 #define _ROS_actionlib_TwoIntsGoal_h
24 virtual int serialize(
unsigned char *outbuffer)
const
32 *(outbuffer + offset + 0) = (u_a.base >> (8 * 0)) & 0xFF;
33 *(outbuffer + offset + 1) = (u_a.base >> (8 * 1)) & 0xFF;
34 *(outbuffer + offset + 2) = (u_a.base >> (8 * 2)) & 0xFF;
35 *(outbuffer + offset + 3) = (u_a.base >> (8 * 3)) & 0xFF;
36 *(outbuffer + offset + 4) = (u_a.base >> (8 * 4)) & 0xFF;
37 *(outbuffer + offset + 5) = (u_a.base >> (8 * 5)) & 0xFF;
38 *(outbuffer + offset + 6) = (u_a.base >> (8 * 6)) & 0xFF;
39 *(outbuffer + offset + 7) = (u_a.base >> (8 * 7)) & 0xFF;
40 offset +=
sizeof(this->
a);
46 *(outbuffer + offset + 0) = (u_b.base >> (8 * 0)) & 0xFF;
47 *(outbuffer + offset + 1) = (u_b.base >> (8 * 1)) & 0xFF;
48 *(outbuffer + offset + 2) = (u_b.base >> (8 * 2)) & 0xFF;
49 *(outbuffer + offset + 3) = (u_b.base >> (8 * 3)) & 0xFF;
50 *(outbuffer + offset + 4) = (u_b.base >> (8 * 4)) & 0xFF;
51 *(outbuffer + offset + 5) = (u_b.base >> (8 * 5)) & 0xFF;
52 *(outbuffer + offset + 6) = (u_b.base >> (8 * 6)) & 0xFF;
53 *(outbuffer + offset + 7) = (u_b.base >> (8 * 7)) & 0xFF;
54 offset +=
sizeof(this->
b);
66 u_a.base |= ((uint64_t) (*(inbuffer + offset + 0))) << (8 * 0);
67 u_a.base |= ((uint64_t) (*(inbuffer + offset + 1))) << (8 * 1);
68 u_a.base |= ((uint64_t) (*(inbuffer + offset + 2))) << (8 * 2);
69 u_a.base |= ((uint64_t) (*(inbuffer + offset + 3))) << (8 * 3);
70 u_a.base |= ((uint64_t) (*(inbuffer + offset + 4))) << (8 * 4);
71 u_a.base |= ((uint64_t) (*(inbuffer + offset + 5))) << (8 * 5);
72 u_a.base |= ((uint64_t) (*(inbuffer + offset + 6))) << (8 * 6);
73 u_a.base |= ((uint64_t) (*(inbuffer + offset + 7))) << (8 * 7);
75 offset +=
sizeof(this->
a);
81 u_b.base |= ((uint64_t) (*(inbuffer + offset + 0))) << (8 * 0);
82 u_b.base |= ((uint64_t) (*(inbuffer + offset + 1))) << (8 * 1);
83 u_b.base |= ((uint64_t) (*(inbuffer + offset + 2))) << (8 * 2);
84 u_b.base |= ((uint64_t) (*(inbuffer + offset + 3))) << (8 * 3);
85 u_b.base |= ((uint64_t) (*(inbuffer + offset + 4))) << (8 * 4);
86 u_b.base |= ((uint64_t) (*(inbuffer + offset + 5))) << (8 * 5);
87 u_b.base |= ((uint64_t) (*(inbuffer + offset + 6))) << (8 * 6);
88 u_b.base |= ((uint64_t) (*(inbuffer + offset + 7))) << (8 * 7);
90 offset +=
sizeof(this->
b);
94 const char *
getType(){
return "actionlib/TwoIntsGoal"; };
95 const char *
getMD5(){
return "36d09b846be0b371c5f190354dd3153e"; };
int64_t b
Definition: TwoIntsGoal.h:16
virtual int deserialize(unsigned char *inbuffer)
Definition: TwoIntsGoal.h:58
TwoIntsGoal()
Definition: TwoIntsGoal.h:18
const char * getType()
Definition: TwoIntsGoal.h:94
int64_t a
Definition: TwoIntsGoal.h:15
Definition: TwoIntsGoal.h:12
const char * getMD5()
Definition: TwoIntsGoal.h:95
virtual int serialize(unsigned char *outbuffer) const
Definition: TwoIntsGoal.h:24