GNU Radio 3.3.0 C++ API
|
#include <db_wbx.h>
Public Member Functions | |
_lo_common () | |
~_lo_common () | |
double | freq_min () |
double | freq_max () |
void | set_divider (int main_or_aux, int divisor) |
void | set_divider (const std::string &main_or_aux, int divisor) |
struct freq_result_t | set_freq (double freq) |
Protected Attributes | |
int | d_R_DIV |
int | d_P |
int | d_CP2 |
int | d_CP1 |
int | d_DIVSEL |
int | d_DIV2 |
int | d_CPGAIN |
int | d_div |
int | d_aux_div |
int | d_main_div |
_lo_common::_lo_common | ( | ) |
_lo_common::~_lo_common | ( | ) |
double _lo_common::freq_max | ( | ) |
double _lo_common::freq_min | ( | ) |
void _lo_common::set_divider | ( | const std::string & | main_or_aux, |
int | divisor | ||
) |
void _lo_common::set_divider | ( | int | main_or_aux, |
int | divisor | ||
) |
struct freq_result_t _lo_common::set_freq | ( | double | freq | ) | [read] |
int _lo_common::d_aux_div [protected] |
int _lo_common::d_CP1 [protected] |
Reimplemented from _ADF410X_common.
int _lo_common::d_CP2 [protected] |
Reimplemented from _ADF410X_common.
int _lo_common::d_CPGAIN [protected] |
int _lo_common::d_div [protected] |
int _lo_common::d_DIV2 [protected] |
int _lo_common::d_DIVSEL [protected] |
int _lo_common::d_main_div [protected] |
int _lo_common::d_P [protected] |
Reimplemented from _ADF410X_common.
int _lo_common::d_R_DIV [protected] |
Reimplemented from _ADF410X_common.