|
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::LSM9DS1AccelGyro |
| Initial support of the accelerometer and gyroscope on the LSM9DS1. More... | |
| struct | duds::hardware::devices::instruments::LSM9DS1BadDataRate |
| The requested data rate is unsupported. More... | |
| struct | duds::hardware::devices::instruments::LSM9DS1BadMagnitude |
| The requested maximum magnitude is either unsupported or an invalid value. More... | |
| struct | duds::hardware::devices::instruments::LSM9DS1Error |
| Base class for all LSM9DS1 specific errors. More... | |
| class | duds::hardware::devices::instruments::LSM9DS1Mag |
| Initial support of the magnetometer of the LSM9DS1. More... | |
| struct | duds::hardware::devices::instruments::LSM9DS1NoInsturment |
| The configuration requested that neither the accelerometer or magnetometer be used. More... | |
| union | duds::hardware::devices::instruments::LSM9DS1Mag::RawSample |
| Stores the sample data as reported by the device. More... | |
| union | duds::hardware::devices::instruments::LSM9DS1AccelGyro::RawSample |
| Stores the sample data as reported by the device. More... | |
| struct | duds::hardware::devices::instruments::LSM9DS1Mag::Settings |
| The various settings for the device packed into an integer to avoid passing a lot of parameters. More... | |
| struct | duds::hardware::devices::instruments::LSM9DS1AccelGyro::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. | |