GNU Radio's HOWTO Package
gr::fcdproplus::fcdpp_control Class Referenceabstract

#include <fcdpp_control.h>

Inheritance diagram for gr::fcdproplus::fcdpp_control:

Public Types

typedef boost::shared_ptr< fcdpp_controlsptr
 

Public Member Functions

virtual void set_freq (float 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...
 

Static Public Member Functions

static sptr make ()
 

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::fcdproplus::fcdpp_control::make ( )
static

◆ set_freq()

virtual void gr::fcdproplus::fcdpp_control::set_freq ( float  freq)
pure virtual

Sets the frequency .

Parameters
freqThe frequency in unit Hz

Sets the frequency of the Funcube Dongle with Hz resolution

Implemented in gr::fcdproplus::fcdpp_control_impl.

◆ set_if_gain()

virtual void gr::fcdproplus::fcdpp_control::set_if_gain ( int  gain)
pure virtual

Set If gain.

Parameters
gainThe If gain value between 0 and 59 db

Implemented in gr::fcdproplus::fcdpp_control_impl.

◆ set_lna()

virtual void gr::fcdproplus::fcdpp_control::set_lna ( int  gain)
pure virtual

Switches the LNA on/off.

Parameters
gainlna on/off.

Implemented in gr::fcdproplus::fcdpp_control_impl.

◆ set_mixer_gain()

virtual void gr::fcdproplus::fcdpp_control::set_mixer_gain ( int  gain)
pure virtual

Switches mixer gain onf/off.

Parameters
gaintrue means on.

Implemented in gr::fcdproplus::fcdpp_control_impl.


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