|
DUDS
|
Distributed Update of Data from Something
|
Stores the sample data as reported by the device. More...
#include <LSM9DS1.hpp>
Public Attributes | |
| struct { | |
| std::int16_t x | |
| std::int16_t y | |
| std::int16_t z | |
| }; | |
| std::int16_t | vals [3] |
Stores the sample data as reported by the device.
The accelerometer data will be shifted to place the LSb into the LSb of the integer here.
Definition at line 55 of file LSM9DS1.hpp.
| struct { ... } |
| std::int16_t duds::hardware::devices::instruments::LSM9DS1AccelGyro::RawSample::vals[3] |
Definition at line 56 of file LSM9DS1.hpp.
| std::int16_t duds::hardware::devices::instruments::LSM9DS1AccelGyro::RawSample::x |
| std::int16_t duds::hardware::devices::instruments::LSM9DS1AccelGyro::RawSample::y |
| std::int16_t duds::hardware::devices::instruments::LSM9DS1AccelGyro::RawSample::z |