1 #ifndef _ROS_sensor_msgs_MagneticField_h
2 #define _ROS_sensor_msgs_MagneticField_h
28 virtual int serialize(
unsigned char *outbuffer)
const
33 for( uint8_t i = 0; i < 9; i++){
44 for( uint8_t i = 0; i < 9; i++){
50 const char *
getType(){
return "sensor_msgs/MagneticField"; };
51 const char *
getMD5(){
return "2f3b0b43eed0c9501de0fa3ff89a45aa"; };
MagneticField()
Definition: MagneticField.h:21
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
virtual int deserialize(unsigned char *inbuffer)
Definition: Vector3.h:35
const char * getMD5()
Definition: MagneticField.h:51
virtual int deserialize(unsigned char *inbuffer)
Definition: MagneticField.h:39
float magnetic_field_covariance[9]
Definition: MagneticField.h:19
Definition: MagneticField.h:14
std_msgs::Header header
Definition: MagneticField.h:17
virtual int serialize(unsigned char *outbuffer) const
Definition: MagneticField.h:28
geometry_msgs::Vector3 magnetic_field
Definition: MagneticField.h:18
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
const char * getType()
Definition: MagneticField.h:50
virtual int serialize(unsigned char *outbuffer) const
Definition: Vector3.h:26