GNU Radio 3.3.0 C++ API
|
darwin implementation of fusb_devhandle More...
#include <fusb_darwin.h>
Public Member Functions | |
fusb_devhandle_darwin (usb_dev_handle *udh) | |
virtual | ~fusb_devhandle_darwin () |
virtual fusb_ephandle * | make_ephandle (int endpoint, bool input_p, int block_size=0, int nblocks=0) |
return an ephandle of the correct subtype |
darwin implementation of fusb_devhandle
This is currently identical to the generic implementation and is intended as a starting point for whatever magic is required to make usb fly.
fusb_devhandle_darwin::fusb_devhandle_darwin | ( | usb_dev_handle * | udh | ) |
virtual fusb_devhandle_darwin::~fusb_devhandle_darwin | ( | ) | [virtual] |
virtual fusb_ephandle* fusb_devhandle_darwin::make_ephandle | ( | int | endpoint, |
bool | input_p, | ||
int | block_size = 0 , |
||
int | nblocks = 0 |
||
) | [virtual] |
return an ephandle of the correct subtype
Implements fusb_devhandle.