#include <sensor.h>
Data Fields | |
union { | |
float uncalib [3] | |
struct { | |
float x_uncalib | |
float y_uncalib | |
float z_uncalib | |
} | |
}; | |
union { | |
float bias [3] | |
struct { | |
float x_bias | |
float y_bias | |
float z_bias | |
} | |
}; | |
union { ... } |
union { ... } |
float bias[3] |
float uncalib[3] |
float x_bias |
float x_uncalib |
float y_bias |
float y_uncalib |
float z_bias |
float z_uncalib |