Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::plugin::usbdmx::AnymauDMXFactory Class Reference

Detailed Description

Creates Anyma widgets.

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

Public Member Functions

 AnymauDMXFactory (ola::usb::LibUsbAdaptor *adaptor)
 
bool DeviceAdded (WidgetObserver *observer, libusb_device *usb_device, const struct libusb_device_descriptor &descriptor)
 Called when a new USB device is added. More...
 
- Public Member Functions inherited from ola::plugin::usbdmx::BaseWidgetFactory< class AnymauDMX >
 BaseWidgetFactory (const std::string &name)
 
std::string Name () const
 The name of this factory. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ola::plugin::usbdmx::BaseWidgetFactory< class AnymauDMX >
bool AddWidget (WidgetObserver *observer, class AnymauDMX *widget)
 Initialize a widget and notify the observer. More...
 

Member Function Documentation

◆ DeviceAdded()

bool ola::plugin::usbdmx::AnymauDMXFactory::DeviceAdded ( WidgetObserver observer,
libusb_device *  usb_device,
const struct libusb_device_descriptor &  descriptor 
)
virtual

Called when a new USB device is added.

Parameters
observerThe WidgetObserver to notify if this results in a new widget.
usb_devicethe libusb_device that was added.
descriptorthe libusb_device_descriptor that corresponds to the usb_device.
Returns
True if this factory has claimed the usb_device, false otherwise.

Implements ola::plugin::usbdmx::WidgetFactory.


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