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

Detailed Description

A base widget class.

This holds a pointer to a LibUsbAdaptor so we don't have to duplicate that code in all the Widgets.

Inheritance diagram for ola::plugin::usbdmx::BaseWidget:
ola::plugin::usbdmx::Widget ola::plugin::usbdmx::AnymauDMX ola::plugin::usbdmx::EurolitePro ola::plugin::usbdmx::ScanlimeFadecandy ola::plugin::usbdmx::Sunlite ola::plugin::usbdmx::VellemanK8062 ola::plugin::usbdmx::AsynchronousAnymauDMX ola::plugin::usbdmx::SynchronousAnymauDMX ola::plugin::usbdmx::AsynchronousEurolitePro ola::plugin::usbdmx::SynchronousEurolitePro ola::plugin::usbdmx::AsynchronousScanlimeFadecandy ola::plugin::usbdmx::SynchronousScanlimeFadecandy ola::plugin::usbdmx::AsynchronousSunlite ola::plugin::usbdmx::SynchronousSunlite ola::plugin::usbdmx::AsynchronousVellemanK8062 ola::plugin::usbdmx::SynchronousVellemanK8062

Public Member Functions

 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.

Protected Attributes

class LibUsbAdaptor *const m_adaptor

Constructor & Destructor Documentation

ola::plugin::usbdmx::BaseWidget::BaseWidget ( class LibUsbAdaptor adaptor)
inlineexplicit

Create a new BaseWidget.

Parameters
adaptorthe LibUsbAdaptor to use.

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