|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/hardware/interface/linux/DevSmbus.hpp>#include <duds/hardware/interface/SmbusErrors.hpp>#include <boost/exception/errinfo_errno.hpp>#include <boost/exception/errinfo_file_name.hpp>#include <cstring>#include <algorithm>#include <thread>#include <fcntl.h>#include <sys/ioctl.h>#include <linux/i2c.h>#include <linux/i2c-dev.h>Go to the source code of this file.
Namespaces | |
| duds | |
| duds::hardware | |
| duds::hardware::interface | |
| Library code for interfacing with hardware external to the processor. | |
| duds::hardware::interface::linux | |
| A Linux specific library for communicating with external hardware. | |