17 #include <QtCore/QSharedPointer> 24 class HardwareAbstractionInterface;
29 class EventDeviceWorker;
46 Status status()
const override;
50 QScopedPointer<EventDeviceWorker> mWorker;
53 QThread mWorkerThread;
60 QHash<int, QSharedPointer<EventInterface>> mEvents;
TRIK через пункт меню Программирование добавлена индикация подключения Android геймпада TRIK с возможностью получать сырые события и фильтровать по типу и коду например pad onEvent(Events.Absolute).code(PadEventCodes.X).on.connect(...).-в частности
Helper class to track device state (off, starting, ready, stopping, fail).
Definition: deviceState.h:26
Implementation of generic event device that uses HAL device file to provide events.
Definition: eventDevice.h:32
Generic event device.
Definition: eventDeviceInterface.h:27
Represents event that can be produced by event device.
Definition: eventInterface.h:27
Status
Device status.
Definition: deviceInterface.h:33
Definition: trikCommunicator.h:27
Definition: brickFactory.h:21
Hardware abstraction, provides devices that are used to communicate with robot hardware or emulate it...
Definition: hardwareAbstractionInterface.h:29