Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::plugin::usbdmx::AsynchronousSunlite Class Reference

Detailed Description

An Sunlite widget that uses asynchronous libusb operations.

Inheritance diagram for ola::plugin::usbdmx::AsynchronousSunlite:
ola::plugin::usbdmx::Sunlite ola::plugin::usbdmx::SimpleWidget ola::plugin::usbdmx::WidgetInterface

Public Member Functions

 AsynchronousSunlite (ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device)
 Create a new AsynchronousSunlite.
 
bool Init ()
 Initialize the widget.
 
bool SendDMX (const DmxBuffer &buffer)
 Send DMX data from this widget.
 
- Public Member Functions inherited from ola::plugin::usbdmx::Sunlite
 Sunlite (ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device)
 
- Public Member Functions inherited from ola::plugin::usbdmx::SimpleWidget
 SimpleWidget (ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device)
 Create a new SimpleWidget.
 
ola::usb::USBDeviceID GetDeviceId () const
 The device ID of this widget.
 
- Public Member Functions inherited from ola::plugin::usbdmx::WidgetInterface

Additional Inherited Members

- Protected Attributes inherited from ola::plugin::usbdmx::SimpleWidget
ola::usb::LibUsbAdaptor *const m_adaptor
 
libusb_device *const m_usb_device
 

Constructor & Destructor Documentation

◆ AsynchronousSunlite()

ola::plugin::usbdmx::AsynchronousSunlite::AsynchronousSunlite ( ola::usb::LibUsbAdaptor * adaptor,
libusb_device * usb_device )

Create a new AsynchronousSunlite.

Parameters
adaptorthe LibUsbAdaptor to use.
usb_devicethe libusb_device to use for the widget.

Member Function Documentation

◆ Init()

bool ola::plugin::usbdmx::AsynchronousSunlite::Init ( )
virtual

Initialize the widget.

Returns
true if this widget was initialized correctly, false otherwise.

Implements ola::plugin::usbdmx::WidgetInterface.

◆ SendDMX()

bool ola::plugin::usbdmx::AsynchronousSunlite::SendDMX ( const DmxBuffer & buffer)
virtual

Send DMX data from this widget.

Parameters
bufferThe DmxBuffer containing the data to send.
Returns
true if the data was sent, false otherwise.

Implements ola::plugin::usbdmx::WidgetInterface.


The documentation for this class was generated from the following files: