21#ifndef PLUGINS_USBDMX_WIDGET_H_
22#define PLUGINS_USBDMX_WIDGET_H_
24#include "libs/usb/LibUsbAdaptor.h"
25#include "libs/usb/Types.h"
74 libusb_device *usb_device)
76 m_usb_device(usb_device) {
80 return m_adaptor->GetDeviceId(m_usb_device);
85 libusb_device*
const m_usb_device;
A class used to hold a single universe of DMX data.
Used to hold a single universe of DMX data.
Definition DmxBuffer.h:49
Wraps calls to libusb so we can test the code.
Definition LibUsbAdaptor.h:36
The plugin for hardware using libusb.
Code for supported devices and protocols.
The namespace containing all OLA symbols.
Definition Credentials.cpp:44