#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 | |||
) |
References LO_OFFSET, and db_base::set_lo_offset().
db_xcvr2450_tx::~db_xcvr2450_tx | ( | ) |
References shutdown().
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.
bool db_xcvr2450_tx::i_and_q_swapped | ( | ) | [virtual] |
Reimplemented from db_base.
bool db_xcvr2450_tx::set_gain | ( | float | gain | ) | [virtual] |
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.
References db_base::d_is_shutdown, and db_xcvr2450_base::shutdown_common().
Referenced by ~db_xcvr2450_tx().