21 #ifndef PLUGINS_USBDMX_AVLDIYD512_H_ 22 #define PLUGINS_USBDMX_AVLDIYD512_H_ 28 #include "libs/usb/LibUsbAdaptor.h" 31 #include "ola/thread/Mutex.h" 32 #include "plugins/usbdmx/Widget.h" 50 libusb_device *usb_device,
51 const std::string &serial)
83 libusb_device *usb_device,
84 const std::string &serial);
91 std::auto_ptr<class AVLdiyThreadedSender> m_sender;
108 libusb_device *usb_device,
109 const std::string &serial);
116 std::auto_ptr<class AVLdiyAsyncUsbSender> m_sender;
123 #endif // PLUGINS_USBDMX_AVLDIYD512_H_ std::string SerialNumber() const
Get the serial number of this widget.
Definition: AVLdiyD512.h:61
#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
A class used to hold a single universe of DMX data.
An AVLdiy widget that uses synchronous libusb operations.
Definition: AVLdiyD512.h:74
The base class for AVLdiy Widgets.
Definition: AVLdiyD512.h:41
AVLdiyD512(ola::usb::LibUsbAdaptor *adaptor, libusb_device *usb_device, const std::string &serial)
Create a new AVLdiyD512.
Definition: AVLdiyD512.h:49
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
An AVLdiy widget that uses asynchronous libusb operations.
Definition: AVLdiyD512.h:99
Wraps calls to libusb so we can test the code.
Definition: LibUsbAdaptor.h:36