|
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 288 of file LSM9DS1.hpp.
| struct { ... } |
| std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::vals[3] |
Definition at line 289 of file LSM9DS1.hpp.
| std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::x |
Definition at line 291 of file LSM9DS1.hpp.
Referenced by duds::hardware::devices::instruments::LSM9DS1Mag::quantity(), and duds::hardware::devices::instruments::LSM9DS1Mag::sample().
| std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::y |
Definition at line 292 of file LSM9DS1.hpp.
Referenced by duds::hardware::devices::instruments::LSM9DS1Mag::quantity(), and duds::hardware::devices::instruments::LSM9DS1Mag::sample().
| std::int16_t duds::hardware::devices::instruments::LSM9DS1Mag::RawSample::z |
Definition at line 293 of file LSM9DS1.hpp.
Referenced by duds::hardware::devices::instruments::LSM9DS1Mag::quantity(), and duds::hardware::devices::instruments::LSM9DS1Mag::sample().