GNU Radio 3.3.0 C++ API
|
#include <db_xcvr2450.h>
Public Member Functions | |
db_xcvr2450_rx (usrp_basic_sptr usrp, int which) | |
~db_xcvr2450_rx () | |
float | gain_min () |
float | gain_max () |
float | gain_db_per_step () |
bool | set_gain (float gain) |
Protected Member Functions | |
void | shutdown () |
db_xcvr2450_rx::db_xcvr2450_rx | ( | usrp_basic_sptr | usrp, |
int | which | ||
) |
db_xcvr2450_rx::~db_xcvr2450_rx | ( | ) |
float db_xcvr2450_rx::gain_db_per_step | ( | ) | [virtual] |
Implements db_base.
float db_xcvr2450_rx::gain_max | ( | ) | [virtual] |
Implements db_base.
float db_xcvr2450_rx::gain_min | ( | ) | [virtual] |
Implements db_base.
void db_xcvr2450_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.