GNU Radio 3.3.0 C++ API
|
abstract usb device handle More...
#include <fusb.h>
Public Member Functions | |
fusb_devhandle (libusb_device_handle *udh) | |
virtual | ~fusb_devhandle () |
virtual fusb_ephandle * | make_ephandle (int endpoint, bool input_p, int block_size=0, int nblocks=0)=0 |
return an ephandle of the correct subtype | |
libusb_device_handle * | get_usb_dev_handle () const |
Protected Attributes | |
libusb_device_handle * | d_udh |
abstract usb device handle
fusb_devhandle::fusb_devhandle | ( | libusb_device_handle * | udh | ) |
virtual fusb_devhandle::~fusb_devhandle | ( | ) | [virtual] |
libusb_device_handle* fusb_devhandle::get_usb_dev_handle | ( | ) | const [inline] |
References d_udh.
virtual fusb_ephandle* fusb_devhandle::make_ephandle | ( | int | endpoint, |
bool | input_p, | ||
int | block_size = 0 , |
||
int | nblocks = 0 |
||
) | [pure virtual] |
return an ephandle of the correct subtype
Implemented in fusb_devhandle_darwin, fusb_devhandle_generic, fusb_devhandle_libusb1, fusb_devhandle_linux, fusb_devhandle_ra_wb, and fusb_devhandle_win32.
libusb_device_handle* fusb_devhandle::d_udh [protected] |
Referenced by get_usb_dev_handle().