, including all inherited members.
bulk_threads_ | lusb::UsbDevice | [private] |
bulk_threads_enable_ | lusb::UsbDevice | [private] |
bulkRead(void *data, int size, unsigned char endpoint, int timeout) | lusb::UsbDevice | |
bulkReadThread(Callback callback, unsigned char endpoint) | lusb::UsbDevice | [private] |
bulkWrite(const void *data, int size, unsigned char endpoint, int timeout) | lusb::UsbDevice | |
Callback typedef | lusb::UsbDevice | |
close() | lusb::UsbDevice | |
closeDevice() | lusb::UsbDevice | [private] |
ctx_ | lusb::UsbDevice | [private] |
error_code_ | lusb::UsbDevice | [private] |
error_str_ | lusb::UsbDevice | [private] |
getLastError(std::string &str) const | lusb::UsbDevice | |
getLocation() const | lusb::UsbDevice | [inline] |
handleError(int err) | lusb::UsbDevice | [private] |
init() | lusb::UsbDevice | [private] |
interrupt_threads_ | lusb::UsbDevice | [private] |
interrupt_threads_enable_ | lusb::UsbDevice | [private] |
interruptRead(void *data, int size, unsigned char endpoint, int timeout) | lusb::UsbDevice | |
interruptReadThread(Callback callback, unsigned char endpoint) | lusb::UsbDevice | [private] |
interruptWrite(const void *data, int size, unsigned char endpoint, int timeout) | lusb::UsbDevice | |
isOpen() const | lusb::UsbDevice | [inline] |
libusb_handle_ | lusb::UsbDevice | [private] |
listDevices(const std::vector< UsbIds > &ids, std::vector< Location > &list) | lusb::UsbDevice | [static] |
listDevices(uint16_t vid, uint16_t pid, std::vector< Location > &list) | lusb::UsbDevice | [static] |
listDevices(std::vector< Location > &list) const | lusb::UsbDevice | |
location_ | lusb::UsbDevice | [private] |
mi_ | lusb::UsbDevice | [private] |
open(const Location &location=Location()) | lusb::UsbDevice | |
open_ | lusb::UsbDevice | [private] |
pid_ | lusb::UsbDevice | [private] |
setDebugLevel(uint8_t level) | lusb::UsbDevice | |
setDevceIds(uint16_t vid, uint16_t pid, uint8_t mi) | lusb::UsbDevice | |
startBulkReadThread(Callback callback, unsigned char endpoint) | lusb::UsbDevice | |
startinterruptReadThread(Callback callback, unsigned char endpoint) | lusb::UsbDevice | |
stopBulkReadThread(unsigned char endpoint) | lusb::UsbDevice | |
stopInterruptReadThread(unsigned char endpoint) | lusb::UsbDevice | |
throw_errors_ | lusb::UsbDevice | |
throwError(int err) | lusb::UsbDevice | [private] |
UsbDevice(uint16_t vid, uint16_t pid, uint8_t mi) | lusb::UsbDevice | |
UsbDevice(uint16_t vid, uint16_t pid) | lusb::UsbDevice | |
UsbDevice() | lusb::UsbDevice | |
vid_ | lusb::UsbDevice | [private] |
~UsbDevice() | lusb::UsbDevice | |