21 #ifndef PLUGINS_USBDMX_ANYMAUDMX_H_
22 #define PLUGINS_USBDMX_ANYMAUDMX_H_
30 #include "ola/thread/Mutex.h"
31 #include "plugins/usbdmx/Widget.h"
48 const std::string &serial)
80 libusb_device *usb_device,
81 const std::string &serial);
88 libusb_device*
const m_usb_device;
89 std::auto_ptr<class AnymaThreadedSender> m_sender;
106 libusb_device *usb_device,
107 const std::string &serial);
114 std::auto_ptr<class AnymaAsyncUsbSender> m_sender;
121 #endif // PLUGINS_USBDMX_ANYMAUDMX_H_