21 #ifndef PLUGINS_USBDMX_GENERICOUTPUTPORT_H_ 22 #define PLUGINS_USBDMX_GENERICOUTPUTPORT_H_ 26 #include "olad/Port.h" 64 #endif // PLUGINS_USBDMX_GENERICOUTPUTPORT_H_ #define DISALLOW_COPY_AND_ASSIGN(TypeName)
Creates dummy copy constructor and assignment operator declarations.
Definition: Macro.h:44
Used to hold a single universe of DMX data.
Definition: DmxBuffer.h:49
GenericOutputPort(Device *parent, unsigned int id, class WidgetInterface *widget)
Create a new GenericOutputPort.
Definition: GenericOutputPort.cpp:31
std::string Description() const
Fetch the string description for a Port.
Definition: GenericOutputPort.h:54
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
bool WriteDMX(const DmxBuffer &buffer, uint8_t priority)
Write DMX data to this port.
Definition: GenericOutputPort.cpp:38
A thin wrapper around a Widget so that it can operate as a Port.
Definition: GenericOutputPort.h:40