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