1 #ifndef _ROS_shape_msgs_Plane_h
2 #define _ROS_shape_msgs_Plane_h
22 virtual int serialize(
unsigned char *outbuffer)
const
25 for( uint8_t i = 0; i < 4; i++){
34 for( uint8_t i = 0; i < 4; i++){
40 const char *
getType(){
return "shape_msgs/Plane"; };
41 const char *
getMD5(){
return "2c1b92ed8f31492f8e73f6a4a44ca796"; };
static int serializeAvrFloat64(unsigned char *outbuffer, const float f)
This tricky function handles promoting a 32bit float to a 64bit double, so that AVR can publish messa...
Definition: msg.h:62
const char * getMD5()
Definition: Plane.h:41
Plane()
Definition: Plane.h:17
float coef[4]
Definition: Plane.h:15
const char * getType()
Definition: Plane.h:40
static int deserializeAvrFloat64(const unsigned char *inbuffer, float *f)
This tricky function handles demoting a 64bit double to a 32bit float, so that AVR can understand mes...
Definition: msg.h:100
virtual int deserialize(unsigned char *inbuffer)
Definition: Plane.h:31
virtual int serialize(unsigned char *outbuffer) const
Definition: Plane.h:22