![]() |
Open Lighting Architecture
0.9.4
|
The interface for an generic USB Widget.
Public Member Functions | |
| virtual bool | Init ()=0 |
| Initialize the widget. | |
| virtual bool | SendDMX (const DmxBuffer &buffer)=0 |
| Send DMX data from this widget. | |
|
pure virtual |
Initialize the widget.
Implemented in ola::plugin::usbdmx::AsynchronousScanlimeFadecandy, ola::plugin::usbdmx::AsynchronousAnymauDMX, ola::plugin::usbdmx::AsynchronousEurolitePro, ola::plugin::usbdmx::AsynchronousSunlite, ola::plugin::usbdmx::AsynchronousVellemanK8062, ola::plugin::usbdmx::SynchronousScanlimeFadecandy, ola::plugin::usbdmx::SynchronousAnymauDMX, ola::plugin::usbdmx::SynchronousEurolitePro, ola::plugin::usbdmx::SynchronousSunlite, and ola::plugin::usbdmx::SynchronousVellemanK8062.
|
pure virtual |
Send DMX data from this widget.
| buffer | The DmxBuffer containing the data to send. |
Implemented in ola::plugin::usbdmx::AsynchronousScanlimeFadecandy, ola::plugin::usbdmx::AsynchronousAnymauDMX, ola::plugin::usbdmx::AsynchronousEurolitePro, ola::plugin::usbdmx::AsynchronousSunlite, ola::plugin::usbdmx::AsynchronousVellemanK8062, ola::plugin::usbdmx::SynchronousScanlimeFadecandy, ola::plugin::usbdmx::SynchronousAnymauDMX, ola::plugin::usbdmx::SynchronousEurolitePro, ola::plugin::usbdmx::SynchronousSunlite, and ola::plugin::usbdmx::SynchronousVellemanK8062.
1.8.1.2