Open Lighting Architecture
Latest Git
|
An EurolitePro widget that uses synchronous libusb operations.
Internally this spawns a new thread to avoid blocking SendDMX() calls.
Public Member Functions | |
SynchronousEurolitePro (ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device, const std::string &serial, bool is_mk2) | |
Create a new SynchronousEurolitePro. More... | |
bool | Init () |
Initialize the widget. More... | |
bool | SendDMX (const DmxBuffer &buffer) |
Send DMX data from this widget. More... | |
Public Member Functions inherited from ola::plugin::usbdmx::EurolitePro | |
EurolitePro (ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device, const std::string &serial, bool is_mk2) | |
Create a new EurolitePro. More... | |
std::string | SerialNumber () const |
Get the serial number of this widget. More... | |
Public Member Functions inherited from ola::plugin::usbdmx::SimpleWidget | |
SimpleWidget (ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device) | |
Create a new SimpleWidget. More... | |
ola::usb::USBDeviceID | GetDeviceId () const |
The device ID of this widget. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ola::plugin::usbdmx::EurolitePro | |
bool | m_is_mk2 |
Protected Attributes inherited from ola::plugin::usbdmx::SimpleWidget | |
ola::usb::LibUsbAdaptor *const | m_adaptor |
libusb_device *const | m_usb_device |
ola::plugin::usbdmx::SynchronousEurolitePro::SynchronousEurolitePro | ( | ola::usb::LibUsbAdaptor * | adaptor, |
libusb_device * | usb_device, | ||
const std::string & | serial, | ||
bool | is_mk2 | ||
) |
Create a new SynchronousEurolitePro.
adaptor | the LibUsbAdaptor to use. |
usb_device | the libusb_device to use for the widget. |
serial | the serial number of the widget. |
is_mk2 | whether the widget is a mk 2 variant. |
|
virtual |
Initialize the widget.
Implements ola::plugin::usbdmx::WidgetInterface.
|
virtual |
Send DMX data from this widget.
buffer | The DmxBuffer containing the data to send. |
Implements ola::plugin::usbdmx::WidgetInterface.