|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Structure representing a 3D vector with floating-point components. More...
#include <SensorDefs.hpp>
Public Attributes | |
| float | x |
| X-axis component. | |
| float | y |
| Y-axis component. | |
| float | z |
| Z-axis component. | |
Structure representing a 3D vector with floating-point components.
Definition at line 215 of file SensorDefs.hpp.
| float SensorVector::x |
X-axis component.
Definition at line 216 of file SensorDefs.hpp.
Referenced by AccelerometerUtils::calculateInclination(), AccelerometerUtils::getDirection(), loop(), onDataReady(), SensorQMI8658::readAccel(), SensorBMA4XX::readData(), SensorBMM150::readData(), SensorQMC5883L::readData(), SensorQMC6309::readData(), SensorQSTMagnetic::readData(), SensorQMI8658::readFromFifo(), and SensorQMI8658::readGyro().
| float SensorVector::y |
Y-axis component.
Definition at line 217 of file SensorDefs.hpp.
Referenced by AccelerometerUtils::calculateInclination(), AccelerometerUtils::getDirection(), loop(), onDataReady(), SensorQMI8658::readAccel(), SensorBMA4XX::readData(), SensorBMM150::readData(), SensorQMC5883L::readData(), SensorQMC6309::readData(), SensorQSTMagnetic::readData(), SensorQMI8658::readFromFifo(), and SensorQMI8658::readGyro().
| float SensorVector::z |
Z-axis component.
Definition at line 218 of file SensorDefs.hpp.
Referenced by AccelerometerUtils::calculateInclination(), AccelerometerUtils::getDirection(), loop(), onDataReady(), SensorQMI8658::readAccel(), SensorBMA4XX::readData(), SensorBMM150::readData(), SensorQMC5883L::readData(), SensorQMC6309::readData(), SensorQSTMagnetic::readData(), SensorQMI8658::readFromFifo(), and SensorQMI8658::readGyro().