Open Lighting Architecture
0.9.4
|
A base widget class.
This holds a pointer to a LibUsbAdaptor so we don't have to duplicate that code in all the Widgets.
Public Member Functions | |
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. |
Protected Attributes | |
class LibUsbAdaptor *const | m_adaptor |
|
inlineexplicit |
Create a new BaseWidget.
adaptor | the LibUsbAdaptor to use. |