 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_ANALOG_SQUELCH_BASE_FF_H
12 #define INCLUDED_ANALOG_SQUELCH_BASE_FF_H
28 virtual bool mute()
const = 0;
32 virtual int ramp()
const = 0;
34 virtual bool gate()
const = 0;
virtual void update_state(const float &sample)=0
basic squelch block; to be subclassed for other squelches.
Definition: squelch_base_ff.h:25
virtual int ramp() const =0
virtual void set_gate(bool gate)=0
virtual bool gate() const =0
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
virtual std::vector< float > squelch_range() const =0
virtual bool mute() const =0
squelch_base_ff()
Definition: squelch_base_ff.h:31
virtual bool unmuted() const =0
virtual void set_ramp(int ramp)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29