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;
43 libusb_device *usb_device)
62 libusb_device *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_
#define DISALLOW_COPY_AND_ASSIGN(TypeName)
Creates dummy copy constructor and assignment operator declarations.
Definition: Macro.h:44
Used to hold a single universe of DMX data.
Definition: DmxBuffer.h:49
An Sunlite widget that uses asynchronous libusb operations.
Definition: Sunlite.h:77
A class used to hold a single universe of DMX data.
The interface for the Sunlite Widgets.
Definition: Sunlite.h:40
An Sunlite widget that uses synchronous libusb operations.
Definition: Sunlite.h:54
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
Wraps calls to libusb so we can test the code.
Definition: LibUsbAdaptor.h:36