#include <sensor.h>
Data Fields | |
| union { | |
| float v [3] | |
| struct { | |
| float x | |
| float y | |
| float z | |
| } | |
| struct { | |
| float azimuth | |
| float pitch | |
| float roll | |
| } | |
| }; | |
| int8_t | status |
| uint8_t | reserved [3] |
A sensor event.
| union { ... } |
| float azimuth |
| float pitch |
| uint8_t reserved[3] |
| float roll |
| int8_t status |
| float v[3] |
| float x |
| float y |
| float z |