GNU Radio's FUNCUBE Package
gr::funcube::fcdpp_control_impl Class Reference

#include <fcdpp_control_impl.h>

Inheritance diagram for gr::funcube::fcdpp_control_impl:
gr::funcube::fcdpp_control

Public Member Functions

 fcdpp_control_impl ()
 
 ~fcdpp_control_impl ()
 
void set_freq (double freq) override
 Sets the frequency . More...
 
void set_lna (int gain) override
 Switches the LNA on/off. More...
 
void set_mixer_gain (int gain) override
 Switches mixer gain onf/off. More...
 
void set_if_gain (int gain)
 Set If gain. More...
 
void set_frequency_msg (pmt::pmt_t msg)
 
virtual void set_freq (double freq)=0
 Sets the frequency . More...
 
virtual void set_lna (int gain)=0
 Switches the LNA on/off. More...
 
virtual void set_mixer_gain (int gain)=0
 Switches mixer gain onf/off. More...
 
virtual void set_if_gain (int gain)=0
 Set If gain. More...
 

Additional Inherited Members

- Public Types inherited from gr::funcube::fcdpp_control
typedef std::shared_ptr< fcdpp_controlsptr
 
- Static Public Member Functions inherited from gr::funcube::fcdpp_control
static sptr make ()
 Return a shared_ptr to a new instance of funcube::fcdpp_control. More...
 

Constructor & Destructor Documentation

◆ fcdpp_control_impl()

gr::funcube::fcdpp_control_impl::fcdpp_control_impl ( )

◆ ~fcdpp_control_impl()

gr::funcube::fcdpp_control_impl::~fcdpp_control_impl ( )

Member Function Documentation

◆ set_freq()

void gr::funcube::fcdpp_control_impl::set_freq ( double  freq)
overridevirtual

Sets the frequency .

Parameters
freqThe frequency in unit Hz

Sets the frequency of the Funcube Dongle with Hz resolution

Implements gr::funcube::fcdpp_control.

◆ set_frequency_msg()

void gr::funcube::fcdpp_control_impl::set_frequency_msg ( pmt::pmt_t  msg)

◆ set_if_gain()

void gr::funcube::fcdpp_control_impl::set_if_gain ( int  gain)
virtual

Set If gain.

Parameters
gainThe If gain value between 0 and 59 db

Implements gr::funcube::fcdpp_control.

◆ set_lna()

void gr::funcube::fcdpp_control_impl::set_lna ( int  gain)
overridevirtual

Switches the LNA on/off.

Parameters
gainlna on/off.

Implements gr::funcube::fcdpp_control.

◆ set_mixer_gain()

void gr::funcube::fcdpp_control_impl::set_mixer_gain ( int  gain)
overridevirtual

Switches mixer gain onf/off.

Parameters
gaintrue means on.

Implements gr::funcube::fcdpp_control.


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