Open Lighting Architecture
0.9.4
|
The base class for Anyma Widgets.
Public Member Functions | |
AnymauDMX (LibUsbAdaptor *adaptor, const std::string &serial) | |
Create a new AnymauDMX. | |
std::string | SerialNumber () const |
Get the serial number of this widget. | |
Public Member Functions inherited from ola::plugin::usbdmx::BaseWidget | |
BaseWidget (class LibUsbAdaptor *adaptor) | |
Create a new BaseWidget. | |
Public Member Functions inherited from ola::plugin::usbdmx::Widget | |
virtual bool | Init ()=0 |
Initialize the widget. | |
virtual bool | SendDMX (const DmxBuffer &buffer)=0 |
Send DMX data from this widget. |
Additional Inherited Members | |
Protected Attributes inherited from ola::plugin::usbdmx::BaseWidget | |
class LibUsbAdaptor *const | m_adaptor |
|
inline |
Create a new AnymauDMX.
adaptor | the LibUsbAdaptor to use. |
serial | the serial number of the widget. |
|
inline |
Get the serial number of this widget.