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