21 #ifndef PLUGINS_USBDMX_SUNLITE_H_
22 #define PLUGINS_USBDMX_SUNLITE_H_
28 #include "ola/thread/Mutex.h"
29 #include "plugins/usbdmx/Widget.h"
35 class SunliteThreadedSender;
61 libusb_device *usb_device);
68 libusb_device*
const m_usb_device;
69 std::auto_ptr<class SunliteThreadedSender> m_sender;
85 libusb_device *usb_device);
92 std::auto_ptr<class SunliteAsyncUsbSender> m_sender;
99 #endif // PLUGINS_USBDMX_SUNLITE_H_