GNU Radio 3.3.0 C++ API
|
#include <db_wbxng.h>
Public Member Functions | |
wbxng_base_tx (usrp_basic_sptr usrp, int which, int _power_on=0) | |
~wbxng_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 () |
wbxng_base_tx::wbxng_base_tx | ( | usrp_basic_sptr | usrp, |
int | which, | ||
int | _power_on = 0 |
||
) |
wbxng_base_tx::~wbxng_base_tx | ( | ) |
float wbxng_base_tx::gain_db_per_step | ( | ) | [virtual] |
Implements db_base.
float wbxng_base_tx::gain_max | ( | ) | [virtual] |
Implements db_base.
float wbxng_base_tx::gain_min | ( | ) | [virtual] |
Implements db_base.
void wbxng_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.