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

Detailed Description

An Anyma widget that uses asynchronous libusb operations.

Inheritance diagram for ola::plugin::usbdmx::AsynchronousAnymauDMX:
ola::plugin::usbdmx::AnymauDMX ola::plugin::usbdmx::BaseWidget ola::plugin::usbdmx::Widget

Public Member Functions

 AsynchronousAnymauDMX (LibUsbAdaptor *adaptor, libusb_device *usb_device, const std::string &serial)
 Create a new AsynchronousAnymauDMX.
bool Init ()
 Initialize the widget.
bool SendDMX (const DmxBuffer &buffer)
 Send DMX data from this widget.
- Public Member Functions inherited from ola::plugin::usbdmx::AnymauDMX
 AnymauDMX (LibUsbAdaptor *adaptor, const std::string &serial)
 Create a new AnymauDMX.
std::string SerialNumber () const
 Get the serial number of this widget.
- 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::AsynchronousAnymauDMX::AsynchronousAnymauDMX ( LibUsbAdaptor adaptor,
libusb_device *  usb_device,
const std::string &  serial 
)

Create a new AsynchronousAnymauDMX.

Parameters
adaptorthe LibUsbAdaptor to use.
usb_devicethe libusb_device to use for the widget.
serialthe serial number of the widget.

Member Function Documentation

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

Initialize the widget.

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

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

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