Public Member Functions |
| AnymaDevice (ola::AbstractPlugin *owner, libusb_device *usb_device, libusb_device_handle *usb_handle, const string &serial) |
string | DeviceId () const |
| UsbDevice (ola::AbstractPlugin *owner, const string &name, libusb_device *device) |
| Device (AbstractPlugin *owner, const string &name) |
const string | Name () const |
void | SetName (const string &name) |
AbstractPlugin * | Owner () const |
string | UniqueId () const |
bool | IsEnabled () const |
bool | Start () |
bool | Stop () |
bool | AllowLooping () const |
bool | AllowMultiPortPatching () const |
bool | AddPort (InputPort *port) |
bool | AddPort (OutputPort *port) |
void | InputPorts (vector< InputPort * > *ports) const |
void | OutputPorts (vector< OutputPort * > *ports) const |
InputPort * | GetInputPort (unsigned int port_id) const |
OutputPort * | GetOutputPort (unsigned int port_id) const |
void | DeleteAllPorts () |
virtual void | Configure (class google::protobuf::RpcController *controller, const string &request, string *response, google::protobuf::Closure *done) |
Static Public Attributes |
static const char | EXPECTED_MANUFACTURER [] = "www.anyma.ch" |
static const char | EXPECTED_PRODUCT [] = "uDMX" |
Protected Member Functions |
bool | StartHook () |
Additional Inherited Members |
libusb_device * | m_usb_device |
Constructor & Destructor Documentation
ola::plugin::usbdmx::AnymaDevice::AnymaDevice |
( |
ola::AbstractPlugin * |
owner, |
|
|
libusb_device * |
usb_device, |
|
|
libusb_device_handle * |
usb_handle, |
|
|
const string & |
serial |
|
) |
| |
New AnymaDevice.
- Parameters
-
owner | the plugin that owns this device |
usb_device | a USB device |
usb_handle | a claimed handle to the device. Ownership is transferred. |
serial | the serial number, may be empty. |
The documentation for this class was generated from the following files: