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