|
Universal Software Radio Peripheral
|
factory for creating concrete instances of the appropriate subtype. More...
#include <fusb.h>
Static Public Member Functions | |
| static fusb_devhandle * | make_devhandle (libusb_device_handle *udh, libusb_context *ctx=0) |
| returns fusb_devhandle or throws if trouble | |
| static int | max_block_size () |
| Returns max block size in bytes (hard limit). | |
| static int | default_block_size () |
| Returns default block size in bytes. | |
| static int | default_buffer_size () |
| Returns the default buffer size in bytes. | |
factory for creating concrete instances of the appropriate subtype.
| int fusb_sysconfig::default_block_size | ( | ) | [static] |
Returns default block size in bytes.
References max_block_size().
Referenced by usrp_basic_rx::usrp_basic_rx().
| int fusb_sysconfig::default_buffer_size | ( | ) | [static] |
Returns the default buffer size in bytes.
| fusb_devhandle * fusb_sysconfig::make_devhandle | ( | libusb_device_handle * | udh, |
| libusb_context * | ctx = 0 |
||
| ) | [static] |
returns fusb_devhandle or throws if trouble
Referenced by usrp_basic_rx::usrp_basic_rx(), and usrp_basic_tx::usrp_basic_tx().
| int fusb_sysconfig::max_block_size | ( | ) | [static] |
Returns max block size in bytes (hard limit).
Referenced by fusb_ephandle_darwin::fusb_ephandle_darwin(), and default_block_size().
1.7.5