GNU Radio 3.3.0 C++ API
|
#include <db_flexrf.h>
Public Member Functions | |
flexrf_base_tx (usrp_basic_sptr usrp, int which, int _power_on=0) | |
~flexrf_base_tx () | |
float | gain_min () |
float | gain_max () |
float | gain_db_per_step () |
bool | set_auto_tr (bool on) |
bool | set_enable (bool on) |
bool | set_gain (float gain) |
Protected Member Functions | |
void | shutdown () |
flexrf_base_tx::flexrf_base_tx | ( | usrp_basic_sptr | usrp, |
int | which, | ||
int | _power_on = 0 |
||
) |
flexrf_base_tx::~flexrf_base_tx | ( | ) |
float flexrf_base_tx::gain_db_per_step | ( | ) | [virtual] |
Implements db_base.
float flexrf_base_tx::gain_max | ( | ) | [virtual] |
Implements db_base.
float flexrf_base_tx::gain_min | ( | ) | [virtual] |
Implements db_base.
void flexrf_base_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.