7 #include "ProviderHID.h" 37 virtual int write(
const std::vector<ColorRgb> & ledValues);
Interface (pure virtual base class) for LedDevices.
Definition: LedDevice.h:32
LedDeviceRawHID(const QJsonObject &deviceConfig)
Constructs specific LedDevice.
Definition: LedDeviceRawHID.cpp:4
The ProviderHID implements an abstract base-class for LedDevices using an HID-device.
Definition: ProviderHID.h:14
Implementation of the LedDevice interface for writing to an RawHID led device.
Definition: LedDeviceRawHID.h:12
static LedDevice * construct(const QJsonObject &deviceConfig)
constructs leddevice
Definition: LedDeviceRawHID.cpp:12