4 #include "ProviderUdp.h" 28 virtual int write(
const std::vector<ColorRgb> &ledValues);
The ProviderUdp implements an abstract base-class for LedDevices using UDP packets.
Definition: ProviderUdp.h:15
Interface (pure virtual base class) for LedDevices.
Definition: LedDevice.h:32
static LedDevice * construct(const QJsonObject &deviceConfig)
constructs leddevice
Definition: LedDeviceUdpRaw.cpp:10
LedDeviceUdpRaw(const QJsonObject &deviceConfig)
Constructs specific LedDevice.
Definition: LedDeviceUdpRaw.cpp:3
Implementation of the LedDevice interface for sending led colors via udp.
Definition: LedDeviceUdpRaw.h:9
virtual int write(const std::vector< ColorRgb > &ledValues)
Writes the led color values to the led-device.
Definition: LedDeviceUdpRaw.cpp:15