1 #ifndef _ROS_std_msgs_Int8_h
2 #define _ROS_std_msgs_Int8_h
22 virtual int serialize(
unsigned char *outbuffer)
const
29 u_data.real = this->
data;
30 *(outbuffer + offset + 0) = (u_data.base >> (8 * 0)) & 0xFF;
31 offset +=
sizeof(this->
data);
43 u_data.base |= ((uint8_t) (*(inbuffer + offset + 0))) << (8 * 0);
44 this->
data = u_data.real;
45 offset +=
sizeof(this->
data);
49 const char *
getType(){
return "std_msgs/Int8"; };
50 const char *
getMD5(){
return "27ffa0c9c4b8fb8492252bcad9e5c57b"; };
const char * getMD5()
Definition: Int8.h:50
virtual int serialize(unsigned char *outbuffer) const
Definition: Int8.h:22
int8_t data
Definition: Int8.h:15
virtual int deserialize(unsigned char *inbuffer)
Definition: Int8.h:35
Int8()
Definition: Int8.h:17
const char * getType()
Definition: Int8.h:49