GNU Radio 3.3.0 C++ API
|
#include <db_dbs_rx.h>
Public Member Functions | |
db_dbs_rx (usrp_basic_sptr usrp, int which) | |
~db_dbs_rx () | |
float | gain_min () |
float | gain_max () |
float | gain_db_per_step () |
double | freq_min () |
double | freq_max () |
struct freq_result_t | set_freq (double freq) |
bool | set_gain (float gain) |
bool | is_quadrature () |
bool | set_bw (float bw) |
Protected Member Functions | |
void | shutdown () |
db_dbs_rx::db_dbs_rx | ( | usrp_basic_sptr | usrp, |
int | which | ||
) |
db_dbs_rx::~db_dbs_rx | ( | ) |
double db_dbs_rx::freq_max | ( | ) | [virtual] |
Implements db_base.
double db_dbs_rx::freq_min | ( | ) | [virtual] |
Implements db_base.
float db_dbs_rx::gain_db_per_step | ( | ) | [virtual] |
Implements db_base.
float db_dbs_rx::gain_max | ( | ) | [virtual] |
Implements db_base.
float db_dbs_rx::gain_min | ( | ) | [virtual] |
Implements db_base.
struct freq_result_t db_dbs_rx::set_freq | ( | double | freq | ) | [read, virtual] |
Implements db_base.
void db_dbs_rx::shutdown | ( | ) | [protected, virtual] |
Called to shutdown daughterboard. Called from dtor and usrp_basic dtor.
N.B., any class that overrides shutdown MUST call shutdown in its destructor.
Reimplemented from db_base.