#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 | |||
) |
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.
struct freq_result_t db_xcvr2450_base::set_freq | ( | double | target_freq | ) | [read, virtual] |
Implements db_base.
void db_xcvr2450_base::shutdown_common | ( | ) | [protected] |
xcvr2450_sptr db_xcvr2450_base::d_xcvr [protected] |