Implementation of the ControlsManager class. More...
#include "ControlsManager.hpp"
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
#include <QDebug>
Go to the source code of this file.
Implementation of the ControlsManager class.
This file contains the implementation of the ControlsManager class, which is responsible for managing the different controllers and worker threads for the car controls.
Definition in file ControlsManager.cpp.