#include <MaxPower_impl.h>
|
| typedef boost::shared_ptr< MaxPower > | sptr |
| |
| 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. More...
|
| |
◆ MaxPower_impl()
| gr::mesa::MaxPower_impl::MaxPower_impl |
( |
double |
sampleRate, |
|
|
int |
fft_size, |
|
|
float |
squelchThreshold, |
|
|
float |
framesToAvg, |
|
|
bool |
produceOut, |
|
|
float |
stateThreshold, |
|
|
float |
holdUpSec |
|
) |
| |
◆ ~MaxPower_impl()
| gr::mesa::MaxPower_impl::~MaxPower_impl |
( |
| ) |
|
◆ getHoldTime()
| virtual float gr::mesa::MaxPower_impl::getHoldTime |
( |
| ) |
const |
|
virtual |
◆ getSquelchThreshold()
| virtual float gr::mesa::MaxPower_impl::getSquelchThreshold |
( |
| ) |
const |
|
virtual |
◆ getStateThreshold()
| virtual float gr::mesa::MaxPower_impl::getStateThreshold |
( |
| ) |
const |
|
virtual |
◆ setHoldTime()
| virtual void gr::mesa::MaxPower_impl::setHoldTime |
( |
float |
newValue | ) |
|
|
virtual |
◆ setSquelchThreshold()
| virtual void gr::mesa::MaxPower_impl::setSquelchThreshold |
( |
float |
newValue | ) |
|
|
virtual |
◆ setStateThreshold()
| virtual void gr::mesa::MaxPower_impl::setStateThreshold |
( |
float |
newValue | ) |
|
|
virtual |
◆ setup_rpc()
| void gr::mesa::MaxPower_impl::setup_rpc |
( |
| ) |
|
◆ stop()
| virtual bool gr::mesa::MaxPower_impl::stop |
( |
| ) |
|
|
virtual |
◆ work()
| int gr::mesa::MaxPower_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
The documentation for this class was generated from the following file: