4 #include "ProviderRs232.h" 22 virtual bool init(
const QJsonObject &deviceConfig);
31 virtual int write(
const std::vector<ColorRgb> &ledValues);
Interface (pure virtual base class) for LedDevices.
Definition: LedDevice.h:32
Implementation of the LedDevice interface for writing to SEDU led device.
Definition: LedDeviceSedu.h:9
LedDeviceSedu(const QJsonObject &deviceConfig)
Constructs specific LedDevice.
Definition: LedDeviceSedu.cpp:9
The ProviderRs232 implements an abstract base-class for LedDevices using a RS232-device.
Definition: ProviderRs232.h:14
static LedDevice * construct(const QJsonObject &deviceConfig)
constructs leddevice
Definition: LedDeviceSedu.cpp:15
virtual bool init(const QJsonObject &deviceConfig)
Sets configuration.
Definition: LedDeviceSedu.cpp:20