Open Lighting Architecture  0.9.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::plugin::usbdmx::AsynchronousVellemanK8062 Class Reference

Detailed Description

An Velleman widget that uses asynchronous libusb operations.

Inheritance diagram for ola::plugin::usbdmx::AsynchronousVellemanK8062:
ola::plugin::usbdmx::VellemanK8062 ola::plugin::usbdmx::BaseWidget ola::plugin::usbdmx::Widget

Public Member Functions

 AsynchronousVellemanK8062 (LibUsbAdaptor *adaptor, libusb_device *usb_device)
 Create a new AsynchronousVellemanK8062.
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

Constructor & Destructor Documentation

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

Create a new AsynchronousVellemanK8062.

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

Member Function Documentation

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

Initialize the widget.

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

Implements ola::plugin::usbdmx::Widget.

bool ola::plugin::usbdmx::AsynchronousVellemanK8062::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::Widget.


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