![]() |
Open Lighting Architecture 0.10.9
|
Creates Velleman widgets.
Public Member Functions | |
| VellemanK8062Factory (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. | |
Public Member Functions inherited from ola::plugin::usbdmx::BaseWidgetFactory< class VellemanK8062 > | |
| BaseWidgetFactory (const std::string &name) | |
| std::string | Name () const |
| The name of this factory. | |
Additional Inherited Members | |
Protected Member Functions inherited from ola::plugin::usbdmx::BaseWidgetFactory< class VellemanK8062 > | |
| bool | AddWidget (WidgetObserver *observer, class VellemanK8062 *widget) |
| Initialize a widget and notify the observer. | |
|
virtual |
Called when a new USB device is added.
| observer | The WidgetObserver to notify if this results in a new widget. |
| usb_device | the libusb_device that was added. |
| descriptor | the libusb_device_descriptor that corresponds to the usb_device. |
Implements ola::plugin::usbdmx::WidgetFactory.