21 #ifndef INCLUDED_MESA_MAXPOWER_H 22 #define INCLUDED_MESA_MAXPOWER_H 24 #include <gnuradio/sync_block.h> 37 typedef boost::shared_ptr<MaxPower>
sptr;
47 static sptr make(
double sampleRate,
int fft_size,
float squelchThreshold,
48 float framesToAvg,
bool produceOut,
float stateThreshold,
51 virtual float getSquelchThreshold()
const = 0;
52 virtual void setSquelchThreshold(
float newValue) = 0;
53 virtual float getStateThreshold()
const = 0;
54 virtual void setStateThreshold(
float newValue) = 0;
55 virtual float getHoldTime()
const = 0;
56 virtual void setHoldTime(
float newValue) = 0;
<+description of block+>
Definition: MaxPower.h:35
#define MESA_API
Definition: api.h:31
Definition: AutoDopplerCorrect.h:27
boost::shared_ptr< MaxPower > sptr
Definition: MaxPower.h:37