SeaBreeze
|
Public Member Functions | |
int | getProductID () |
int | getVendorID () |
virtual TransferHelper * | getHelper (const std::vector< ProtocolHint * > &hints) const |
virtual void | setLocation (const DeviceLocatorInterface &location) |
virtual bool | open () |
virtual void | close () |
virtual std::vector< DeviceLocatorInterface * > * | probeDevices () |
![]() | |
virtual USB * | getUSBDescriptor () const |
virtual DeviceLocatorInterface * | getLocation () |
virtual BusFamily | getBusFamily () const |
Protected Member Functions | |
void | addHelper (ProtocolHint *hint, TransferHelper *helper) |
void | clearHelpers () |
Protected Attributes | |
int | vendorID |
int | productID |
std::vector< ProtocolHint * > | helperKeys |
std::vector< TransferHelper * > | helperValues |
![]() | |
USB * | usb |
DeviceLocatorInterface * | deviceLocator |
|
virtual |
Implements seabreeze::Bus.
|
virtual |
Reimplemented from seabreeze::USBInterface.
|
virtual |
Implements seabreeze::USBInterface.
|
virtual |
Implements seabreeze::USBInterface.
|
virtual |
Implements seabreeze::DeviceLocationProberInterface.