22#ifndef PLUGINS_UARTDMX_UARTDMXPORT_H_
23#define PLUGINS_UARTDMX_UARTDMXPORT_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(); }
A class used to hold a single universe of DMX data.
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
Used to hold a single universe of DMX data.
Definition DmxBuffer.h:49
Definition UartDmxDevice.h:37
Definition UartDmxPort.h:38
std::string Description() const
Fetch the string description for a Port.
Definition UartDmxPort.h:56
bool WriteDMX(const ola::DmxBuffer &buffer, uint8_t)
Write DMX data to this port.
Definition UartDmxPort.h:52
Definition UartDmxThread.h:32
bool Stop()
Definition UartDmxThread.cpp:52
bool WriteDMX(const DmxBuffer &buffer)
Definition UartDmxThread.cpp:64
virtual bool Start()
Start the thread and wait for the thread to be running.
Definition Thread.cpp:90
The namespace containing all OLA symbols.
Definition Credentials.cpp:44