22 #ifndef PLUGINS_UARTDMX_UARTDMXPORT_H_ 23 #define PLUGINS_UARTDMX_UARTDMXPORT_H_ 28 #include "olad/Port.h" 29 #include "olad/Preferences.h" 30 #include "plugins/uartdmx/UartDmxDevice.h" 31 #include "plugins/uartdmx/UartWidget.h" 32 #include "plugins/uartdmx/UartDmxThread.h" 47 m_thread(widget, breakt, malft) {
56 std::string
Description()
const {
return m_widget->Description(); }
67 #endif // PLUGINS_UARTDMX_UARTDMXPORT_H_ Definition: UartDmxDevice.h:37
bool WriteDMX(const DmxBuffer &buffer)
Definition: UartDmxThread.cpp:64
Used to hold a single universe of DMX data.
Definition: DmxBuffer.h:49
BasicOutputPort(AbstractDevice *parent, unsigned int port_id, bool start_rdm_discovery_on_patch=false, bool supports_rdm=false)
Create a new BasicOutputPort.
Definition: Port.cpp:120
A class used to hold a single universe of DMX data.
std::string Description() const
Fetch the string description for a Port.
Definition: UartDmxPort.h:56
virtual bool Start()
Start the thread and wait for the thread to be running.
Definition: Thread.cpp:90
Definition: UartDmxThread.h:32
bool WriteDMX(const ola::DmxBuffer &buffer, uint8_t)
Write DMX data to this port.
Definition: UartDmxPort.h:52
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
Definition: UartDmxPort.h:38
bool Stop()
Definition: UartDmxThread.cpp:52