21 #ifndef PLUGINS_USBDMX_VELLEMANK8062_H_
22 #define PLUGINS_USBDMX_VELLEMANK8062_H_
30 #include "ola/thread/Mutex.h"
31 #include "plugins/usbdmx/Widget.h"
60 libusb_device *usb_device);
67 libusb_device*
const m_usb_device;
68 std::auto_ptr<class VellemanThreadedSender> m_sender;
84 libusb_device *usb_device);
91 std::auto_ptr<class VellemanAsyncUsbSender> m_sender;
98 #endif // PLUGINS_USBDMX_VELLEMANK8062_H_