|
DUDS
|
Distributed Update of Data from Something
|
Stores the sample data as reported by the device. More...
#include <FXOS8700CQ.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 62 of file FXOS8700CQ.hpp.
| struct { ... } |
| std::int16_t duds::hardware::devices::instruments::FXOS8700CQ::RawSample::vals[3] |
Definition at line 63 of file FXOS8700CQ.hpp.
| std::int16_t duds::hardware::devices::instruments::FXOS8700CQ::RawSample::x |
Definition at line 65 of file FXOS8700CQ.hpp.
Referenced by duds::hardware::devices::instruments::FXOS8700CQ::sample().
| std::int16_t duds::hardware::devices::instruments::FXOS8700CQ::RawSample::y |
Definition at line 66 of file FXOS8700CQ.hpp.
Referenced by duds::hardware::devices::instruments::FXOS8700CQ::sample().
| std::int16_t duds::hardware::devices::instruments::FXOS8700CQ::RawSample::z |
Definition at line 67 of file FXOS8700CQ.hpp.
Referenced by duds::hardware::devices::instruments::FXOS8700CQ::sample().