GNU Radio 3.3.0 C++ API
|
#include <db_wbxng.h>
Public Member Functions | |
wbxng_base (usrp_basic_sptr usrp, int which, int _power_on=0) | |
~wbxng_base () | |
struct freq_result_t | set_freq (double freq) |
bool | is_quadrature () |
double | freq_min () |
double | freq_max () |
Protected Member Functions | |
bool | _lock_detect () |
bool | _set_pga (float pga_gain) |
int | power_on () |
int | power_off () |
Protected Attributes | |
bool | d_first |
int | d_spi_format |
int | d_spi_enable |
int | d_power_on |
int | d_PD |
adf4350 * | d_common |
wbxng_base::wbxng_base | ( | usrp_basic_sptr | usrp, |
int | which, | ||
int | _power_on = 0 |
||
) |
wbxng_base::~wbxng_base | ( | ) |
bool wbxng_base::_lock_detect | ( | ) | [protected] |
bool wbxng_base::_set_pga | ( | float | pga_gain | ) | [protected] |
double wbxng_base::freq_max | ( | ) | [virtual] |
Implements db_base.
double wbxng_base::freq_min | ( | ) | [virtual] |
Implements db_base.
int wbxng_base::power_off | ( | ) | [inline, protected] |
int wbxng_base::power_on | ( | ) | [inline, protected] |
References d_power_on.
struct freq_result_t wbxng_base::set_freq | ( | double | freq | ) | [read, virtual] |
Implements db_base.
adf4350* wbxng_base::d_common [protected] |
bool wbxng_base::d_first [protected] |
int wbxng_base::d_PD [protected] |
int wbxng_base::d_power_on [protected] |
Referenced by power_on().
int wbxng_base::d_spi_enable [protected] |
int wbxng_base::d_spi_format [protected] |