|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/hardware/interface/DigitalPinCap.hpp>#include <duds/hardware/interface/DigitalPinAccessBase.hpp>#include <condition_variable>#include <memory>#include <mutex>Go to the source code of this file.
Classes | |
| class | duds::hardware::interface::DigitalPort |
| Represents an interface to a group of hardware related digital GPIO lines. More... | |
| struct | duds::hardware::interface::DigitalPort::PinEntry |
| Data stored for each pin controlled by the port. More... | |
Namespaces | |
| duds | |
| duds::hardware | |
| duds::hardware::interface | |
| Library code for interfacing with hardware external to the processor. | |
Typedefs | |
| typedef boost::error_info< struct Info_DigitalPortAffected, const DigitalPort * > | duds::hardware::interface::DigitalPortAffected |
| Added to exceptions thrown by DigitalPort objects. More... | |