21#ifndef PLUGINS_USBDMX_GENERICOUTPUTPORT_H_
22#define PLUGINS_USBDMX_GENERICOUTPUTPORT_H_
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
A thin wrapper around a Widget so that it can operate as a Port.
Definition GenericOutputPort.h:40
bool WriteDMX(const DmxBuffer &buffer, uint8_t priority)
Write DMX data to this port.
Definition GenericOutputPort.cpp:38
std::string Description() const
Fetch the string description for a Port.
Definition GenericOutputPort.h:54
GenericOutputPort(Device *parent, unsigned int id, class WidgetInterface *widget)
Create a new GenericOutputPort.
Definition GenericOutputPort.cpp:31
The plugin for hardware using libusb.
Code for supported devices and protocols.
The namespace containing all OLA symbols.
Definition Credentials.cpp:44