22 #ifndef INCLUDED_LFAST_AGC_FAST_FF_H
23 #define INCLUDED_LFAST_AGC_FAST_FF_H
26 #include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<agc_fast_ff>
sptr;
49 static sptr make(
float rate = 1e-4,
float reference = 1.0,
float gain = 1.0);
50 virtual float rate()
const = 0;
51 virtual float reference()
const = 0;
52 virtual float gain()
const = 0;
53 virtual float max_gain()
const = 0;
55 virtual void set_rate(
float rate) = 0;
56 virtual void set_reference(
float reference) = 0;
57 virtual void set_gain(
float gain) = 0;
58 virtual void set_max_gain(
float max_gain) = 0;
#define LFAST_API
Definition: api.h:30
<+description of block+>
Definition: agc_fast_ff.h:36
boost::shared_ptr< agc_fast_ff > sptr
Definition: agc_fast_ff.h:39