GNU Radio 3.4.2 C++ API
flexrf_base_rx Class Reference

#include <db_flexrf.h>

Inheritance diagram for flexrf_base_rx:

List of all members.

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 ()

Constructor & Destructor Documentation

flexrf_base_rx::flexrf_base_rx ( usrp_basic_sptr  usrp,
int  which,
int  _power_on = 0 
)
flexrf_base_rx::~flexrf_base_rx ( )

Member Function Documentation

bool flexrf_base_rx::select_rx_antenna ( int  which_antenna) [virtual]

Reimplemented from db_base.

bool flexrf_base_rx::select_rx_antenna ( const std::string &  which_antenna) [virtual]

Reimplemented from db_base.

bool flexrf_base_rx::set_auto_tr ( bool  on) [virtual]

Reimplemented from db_base.

bool flexrf_base_rx::set_gain ( float  gain) [virtual]

Implements 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.


The documentation for this class was generated from the following file: