|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/hardware/interface/I2c.hpp>#include <duds/hardware/interface/Conversation.hpp>#include <duds/hardware/devices/DeviceErrors.hpp>#include <duds/data/QuantityArray.hpp>Go to the source code of this file.
Classes | |
| class | duds::hardware::devices::instruments::FXOS8700CQ |
| Initial support of the FXOS8700CQ; a combined triple axis accelerometer and magnetometer. More... | |
| struct | duds::hardware::devices::instruments::FXOS8700CQBadDataRate |
| The requested data rate is unsupported. More... | |
| struct | duds::hardware::devices::instruments::FXOS8700CQBadMagnitude |
| The requested maximum magnitude is either unsupported or an invalid value. More... | |
| struct | duds::hardware::devices::instruments::FXOS8700CQError |
| Base class for all FXOS8700CQ specific errors. More... | |
| struct | duds::hardware::devices::instruments::FXOS8700CQNoInsturment |
| The configuration requested that neither the accelerometer or magnetometer be used. More... | |
| union | duds::hardware::devices::instruments::FXOS8700CQ::RawSample |
| Stores the sample data as reported by the device. More... | |
| struct | duds::hardware::devices::instruments::FXOS8700CQ::Settings |
| The various settings for the device packed into an integer to avoid passing a lot of parameters. More... | |
Namespaces | |
| duds | |
| duds::hardware | |
| duds::hardware::devices | |
| The root namespace for various device drivers to support specific hardware items. | |
| duds::hardware::devices::instruments | |
| The namespace with support for various instruments that sense properties of the physical world. | |
Typedefs | |
| typedef boost::error_info< struct Info_UpdateRate, float > | duds::hardware::devices::instruments::RequestedUpdateRate |