Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::plugin::usbdmx::WidgetInterface Class Referenceabstract

Detailed Description

The interface for a simple widget that supports a single universe of DMX.

Inheritance diagram for ola::plugin::usbdmx::WidgetInterface:
ola::plugin::usbdmx::SimpleWidget ola::plugin::usbdmx::AnymauDMX ola::plugin::usbdmx::DMXCProjectsNodleU1 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::AsynchronousDMXCProjectsNodleU1 ola::plugin::usbdmx::SynchronousDMXCProjectsNodleU1 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

virtual bool Init ()=0
 Initialize the widget.
 
virtual ola::usb::USBDeviceID GetDeviceId () const =0
 The device ID of this widget.
 
virtual bool SendDMX (const DmxBuffer &buffer)=0
 Send DMX data from this widget.
 

Member Function Documentation

◆ GetDeviceId()

virtual ola::usb::USBDeviceID ola::plugin::usbdmx::WidgetInterface::GetDeviceId ( ) const
pure virtual

The device ID of this widget.

Returns
The USBDeviceID.

Implemented in ola::plugin::usbdmx::SimpleWidget.

◆ Init()

◆ SendDMX()


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