Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::plugin::usbdmx::SynchronousVellemanK8062 Class Reference

Detailed Description

An Velleman widget that uses synchronous libusb operations.

Internally this spawns a new thread to avoid blocking SendDMX() calls.

Inheritance diagram for ola::plugin::usbdmx::SynchronousVellemanK8062:
Inheritance graph
[legend]
Collaboration diagram for ola::plugin::usbdmx::SynchronousVellemanK8062:
Collaboration graph
[legend]

Public Member Functions

 SynchronousVellemanK8062 (ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device)
 Create a new SynchronousVellemanK8062. 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::VellemanK8062
 VellemanK8062 (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. More...
 
ola::usb::USBDeviceID GetDeviceId () const
 The device ID of this widget. More...
 

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

◆ SynchronousVellemanK8062()

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

Create a new SynchronousVellemanK8062.

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

Member Function Documentation

◆ Init()

bool ola::plugin::usbdmx::SynchronousVellemanK8062::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::SynchronousVellemanK8062::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: