|
GNU Radio's TEST Package
|
#include <xtrx_obj.h>
Public Member Functions | |
| xtrx_obj (const std::string &path, unsigned loglevel, bool lmsreset) | |
| ~xtrx_obj () | |
| xtrx_dev * | dev () |
| unsigned | dev_count () |
| double | set_smaplerate (double rate, double master, bool sink, unsigned flags) |
| void | set_vio (unsigned vio) |
Static Public Member Functions | |
| static std::vector< std::string > | get_devices () |
| static xtrx_obj_sptr | get (const char *xtrx_dev, unsigned loglevel, bool lmsreset) |
| static void | clear_all () |
Public Attributes | |
| boost::mutex | mtx |
Protected Attributes | |
| xtrx_dev * | _obj |
| bool | _run |
| unsigned | _vio |
| double | _sink_rate |
| double | _sink_master |
| double | _source_rate |
| double | _source_master |
| unsigned | _flags |
| unsigned | _devices |
| xtrx_obj::~xtrx_obj | ( | ) |
|
static |
|
static |
Referenced by xtrx_sink_c::get_devices(), and xtrx_source_c::get_devices().
|
protected |
Referenced by dev_count().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| boost::mutex xtrx_obj::mtx |