Public Member Functions |
| AnymaDevice (ola::AbstractPlugin *owner, libusb_device *usb_device, libusb_device_handle *usb_handle, const std::string &serial) |
std::string | DeviceId () const |
| UsbDevice (ola::AbstractPlugin *owner, const std::string &name, libusb_device *device) |
| Device (AbstractPlugin *owner, const std::string &name) |
const std::string | Name () const |
void | SetName (const std::string &name) |
AbstractPlugin * | Owner () const |
std::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 (std::vector< InputPort * > *ports) const |
void | OutputPorts (std::vector< OutputPort * > *ports) const |
InputPort * | GetInputPort (unsigned int port_id) const |
OutputPort * | GetOutputPort (unsigned int port_id) const |
void | DeleteAllPorts () |
virtual void | Configure (ola::rpc::RpcController *controller, const std::string &request, std::string *response, ConfigureCallback *done) |
template<class PortClass > |
bool | GenericAddPort (PortClass *port, map< unsigned int, PortClass * > *port_map) |
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 |
typedef BaseCallback0< void > | ConfigureCallback |
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 std::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: