21#ifndef INCLUDED_MESA_MAXPOWER_H
22#define INCLUDED_MESA_MAXPOWER_H
24#include <gnuradio/sync_block.h>
37 typedef std::shared_ptr<MaxPower>
sptr;
47 static sptr make(
double sampleRate,
int fft_size,
float squelchThreshold,
48 float framesToAvg,
bool produceOut,
float stateThreshold,
#define MESA_API
Definition api.h:31
<+description of block+>
Definition MaxPower.h:35
virtual float getSquelchThreshold() const =0
virtual void setSquelchThreshold(float newValue)=0
static sptr make(double sampleRate, int fft_size, float squelchThreshold, float framesToAvg, bool produceOut, float stateThreshold, float holdUpSec)
Return a shared_ptr to a new instance of mesa::MaxPower.
std::shared_ptr< MaxPower > sptr
Definition MaxPower.h:37
virtual float getHoldTime() const =0
virtual float getStateThreshold() const =0
virtual void setStateThreshold(float newValue)=0
virtual void setHoldTime(float newValue)=0
Definition AutoDopplerCorrect.h:28
Definition AutoDopplerCorrect.h:27