GNU Radio 3.4.0 C++ API
fusb_sysconfig Class Reference

factory for creating concrete instances of the appropriate subtype. More...

#include <fusb.h>

List of all members.

Static Public Member Functions

static fusb_devhandlemake_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.

Detailed Description

factory for creating concrete instances of the appropriate subtype.


Member Function Documentation

static int fusb_sysconfig::default_block_size ( ) [static]

Returns default block size in bytes.

static int fusb_sysconfig::default_buffer_size ( ) [static]

Returns the default buffer size in bytes.

static fusb_devhandle* fusb_sysconfig::make_devhandle ( libusb_device_handle *  udh,
libusb_context *  ctx = 0 
) [static]

returns fusb_devhandle or throws if trouble

static int fusb_sysconfig::max_block_size ( ) [static]

Returns max block size in bytes (hard limit).


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