Universal Software Radio Peripheral
|
#include <db_xcvr2450.h>
Public Member Functions | |
db_xcvr2450_base (usrp_basic_sptr usrp, int which) | |
~db_xcvr2450_base () | |
struct freq_result_t | set_freq (double target_freq) |
bool | is_quadrature () |
double | freq_min () |
double | freq_max () |
Protected Member Functions | |
void | shutdown_common () |
Protected Attributes | |
xcvr2450_sptr | d_xcvr |
db_xcvr2450_base::db_xcvr2450_base | ( | usrp_basic_sptr | usrp, |
int | which | ||
) |
References d_xcvr.
db_xcvr2450_base::~db_xcvr2450_base | ( | ) |
double db_xcvr2450_base::freq_max | ( | ) | [virtual] |
Implements db_base.
double db_xcvr2450_base::freq_min | ( | ) | [virtual] |
Implements db_base.
bool db_xcvr2450_base::is_quadrature | ( | ) | [virtual] |
Implements db_base.
struct freq_result_t db_xcvr2450_base::set_freq | ( | double | target_freq | ) | [read, virtual] |
void db_xcvr2450_base::shutdown_common | ( | ) | [protected] |
References d_xcvr, and db_base::usrp().
Referenced by db_xcvr2450_tx::shutdown(), and db_xcvr2450_rx::shutdown().
xcvr2450_sptr db_xcvr2450_base::d_xcvr [protected] |
Referenced by db_xcvr2450_base(), shutdown_common(), db_xcvr2450_tx::set_gain(), and db_xcvr2450_rx::set_gain().