|
HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
|
Enhanced vector with timestamp and accuracy. More...
#include <Bno08xHandler.h>
Public Attributes | |
| float | x {0} |
| X component. | |
| float | y {0} |
| Y component. | |
| float | z {0} |
| Z component. | |
| uint8_t | accuracy {0} |
| Sensor accuracy (0-3) | |
| uint64_t | timestamp_us {0} |
| Timestamp in microseconds. | |
| bool | valid {false} |
| Data validity flag. | |
Enhanced vector with timestamp and accuracy.
| uint8_t Bno08xVector3::accuracy {0} |
Sensor accuracy (0-3)
| uint64_t Bno08xVector3::timestamp_us {0} |
Timestamp in microseconds.
| bool Bno08xVector3::valid {false} |
Data validity flag.
| float Bno08xVector3::x {0} |
X component.
| float Bno08xVector3::y {0} |
Y component.
| float Bno08xVector3::z {0} |
Z component.