GNU Radio 3.4.2 C++ API
fusb_devhandle_darwin Class Reference

darwin implementation of fusb_devhandle More...

#include <fusb_darwin.h>

Inheritance diagram for fusb_devhandle_darwin:

List of all members.

Public Member Functions

 fusb_devhandle_darwin (usb_dev_handle *udh)
virtual ~fusb_devhandle_darwin ()
virtual fusb_ephandlemake_ephandle (int endpoint, bool input_p, int block_size=0, int nblocks=0)
 return an ephandle of the correct subtype

Detailed Description

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.


Constructor & Destructor Documentation

fusb_devhandle_darwin::fusb_devhandle_darwin ( usb_dev_handle udh)
virtual fusb_devhandle_darwin::~fusb_devhandle_darwin ( ) [virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file: