Definition of the IPeripheralController interface. More...
#include <QDebug>
#include <QObject>
#include <cmath>
#include <fcntl.h>
#include <linux/i2c-dev.h>
#include <sys/ioctl.h>
#include <unistd.h>
Go to the source code of this file.
Data Structures | |
class | IPeripheralController |
Interface for the peripheral controller. More... | |
Definition of the IPeripheralController interface.
This file contains the definition of the IPeripheralController interface, which is used to control the peripherals of the car.
Definition in file IPeripheralController.hpp.