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

Detailed Description

The base class for Anyma Widgets.

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

Public Member Functions

 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.
- Public Member Functions inherited from ola::plugin::usbdmx::Widget
virtual bool Init ()=0
 Initialize the widget.
virtual bool SendDMX (const DmxBuffer &buffer)=0
 Send DMX data from this widget.

Additional Inherited Members

- Protected Attributes inherited from ola::plugin::usbdmx::BaseWidget
class LibUsbAdaptor *const m_adaptor

Constructor & Destructor Documentation

ola::plugin::usbdmx::AnymauDMX::AnymauDMX ( LibUsbAdaptor adaptor,
const std::string &  serial 
)
inline

Create a new AnymauDMX.

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

Member Function Documentation

std::string ola::plugin::usbdmx::AnymauDMX::SerialNumber ( ) const
inline

Get the serial number of this widget.

Returns
The serial number of the widget.

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