16#ifndef CONTROLSMANAGER_HPP
17#define CONTROLSMANAGER_HPP
24#include "../ZeroC/ClientThread.hpp"
DrivingMode
Enum class for the driving mode.
CarDirection
Enum class for the car direction.
Class for the client thread.
The ControlsManager class.
void directionChanged(CarDirection newDirection)
ControlsManager(int argc, char **argv, QObject *parent=nullptr)
void drivingModeUpdated(DrivingMode newMode)
Update the driving mode of the vehicle.
ClientThread * m_clientObject
void steeringChanged(int newAngle)