1 #ifndef _ROS_std_msgs_Float64_h
2 #define _ROS_std_msgs_Float64_h
22 virtual int serialize(
unsigned char *outbuffer)
const
36 const char *
getType(){
return "std_msgs/Float64"; };
37 const char *
getMD5(){
return "fdb28210bfa9d7c91146260178d9a584"; };
const char * getType()
Definition: Float64.h:36
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: Float64.h:37
Float64()
Definition: Float64.h:17
float data
Definition: Float64.h:15
virtual int serialize(unsigned char *outbuffer) const
Definition: Float64.h:22
virtual int deserialize(unsigned char *inbuffer)
Definition: Float64.h:29
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