GNU Radio's LFAST Package
gr::lfast::agc_fast Class Referenceabstract

<+description of block+> More...

#include <agc_fast.h>

Inheritance diagram for gr::lfast::agc_fast:
gr::lfast::agc_fast_impl

Public Types

typedef boost::shared_ptr
< agc_fast
sptr
 

Public Member Functions

virtual float rate () const =0
 
virtual float reference () const =0
 
virtual float gain () const =0
 
virtual float max_gain () const =0
 
virtual void set_rate (float rate)=0
 
virtual void set_reference (float reference)=0
 
virtual void set_gain (float gain)=0
 
virtual void set_max_gain (float max_gain)=0
 

Static Public Member Functions

static sptr make (float rate=1e-4, float reference=1.0, float gain=1.0)
 Return a shared_ptr to a new instance of lfast::agc_fast. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<agc_fast> gr::lfast::agc_fast::sptr

Member Function Documentation

virtual float gr::lfast::agc_fast::gain ( ) const
pure virtual

Implemented in gr::lfast::agc_fast_impl.

static sptr gr::lfast::agc_fast::make ( float  rate = 1e-4,
float  reference = 1.0,
float  gain = 1.0 
)
static

Return a shared_ptr to a new instance of lfast::agc_fast.

To avoid accidental use of raw pointers, lfast::agc_fast's constructor is in a private implementation class. lfast::agc_fast::make is the public interface for creating new instances.

virtual float gr::lfast::agc_fast::max_gain ( ) const
pure virtual

Implemented in gr::lfast::agc_fast_impl.

virtual float gr::lfast::agc_fast::rate ( ) const
pure virtual

Implemented in gr::lfast::agc_fast_impl.

virtual float gr::lfast::agc_fast::reference ( ) const
pure virtual

Implemented in gr::lfast::agc_fast_impl.

virtual void gr::lfast::agc_fast::set_gain ( float  gain)
pure virtual

Implemented in gr::lfast::agc_fast_impl.

virtual void gr::lfast::agc_fast::set_max_gain ( float  max_gain)
pure virtual

Implemented in gr::lfast::agc_fast_impl.

virtual void gr::lfast::agc_fast::set_rate ( float  rate)
pure virtual

Implemented in gr::lfast::agc_fast_impl.

virtual void gr::lfast::agc_fast::set_reference ( float  reference)
pure virtual

Implemented in gr::lfast::agc_fast_impl.


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