GNU Radio 3.3.0 C++ API
|
#include <db_flexrf.h>
Public Member Functions | |
flexrf_base_rx (usrp_basic_sptr usrp, int which, int _power_on=0) | |
~flexrf_base_rx () | |
bool | set_auto_tr (bool on) |
bool | select_rx_antenna (int which_antenna) |
bool | select_rx_antenna (const std::string &which_antenna) |
bool | set_gain (float gain) |
Protected Member Functions | |
void | shutdown () |
flexrf_base_rx::flexrf_base_rx | ( | usrp_basic_sptr | usrp, |
int | which, | ||
int | _power_on = 0 |
||
) |
flexrf_base_rx::~flexrf_base_rx | ( | ) |
bool flexrf_base_rx::select_rx_antenna | ( | const std::string & | which_antenna | ) | [virtual] |
Reimplemented from db_base.
void flexrf_base_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.