Open Lighting Architecture
0.9.6
|
An Velleman widget that uses synchronous libusb operations.
Internally this spawns a new thread to avoid blocking SendDMX() calls.
Public Member Functions | |
SynchronousVellemanK8062 (LibUsbAdaptor *adaptor, libusb_device *usb_device) | |
Create a new SynchronousVellemanK8062. | |
bool | Init () |
Initialize the widget. | |
bool | SendDMX (const DmxBuffer &buffer) |
Send DMX data from this widget. | |
Public Member Functions inherited from ola::plugin::usbdmx::VellemanK8062 | |
VellemanK8062 (LibUsbAdaptor *adaptor) | |
Public Member Functions inherited from ola::plugin::usbdmx::BaseWidget | |
BaseWidget (class LibUsbAdaptor *adaptor) | |
Create a new BaseWidget. |
Additional Inherited Members | |
Protected Attributes inherited from ola::plugin::usbdmx::BaseWidget | |
class LibUsbAdaptor *const | m_adaptor |
ola::plugin::usbdmx::SynchronousVellemanK8062::SynchronousVellemanK8062 | ( | LibUsbAdaptor * | adaptor, |
libusb_device * | usb_device | ||
) |
Create a new SynchronousVellemanK8062.
adaptor | the LibUsbAdaptor to use. |
usb_device | the libusb_device to use for the widget. |
|
virtual |
Initialize the widget.
Implements ola::plugin::usbdmx::Widget.
|
virtual |
Send DMX data from this widget.
buffer | The DmxBuffer containing the data to send. |
Implements ola::plugin::usbdmx::Widget.