|
GNU Radio 3.6.5 C++ API
|
#include <squelch_base_ff_impl.h>
Public Member Functions | |
| squelch_base_ff_impl (const char *name, int ramp, bool gate) | |
| ~squelch_base_ff_impl () | |
| int | ramp () const |
| void | set_ramp (int ramp) |
| bool | gate () const |
| void | set_gate (bool gate) |
| bool | unmuted () const |
| virtual std::vector< float > | squelch_range () const =0 |
| int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| compute output items from input items | |
Protected Member Functions | |
| virtual void | update_state (const float &sample) |
| virtual bool | mute () const |
| gr::analog::squelch_base_ff_impl::squelch_base_ff_impl | ( | const char * | name, |
| int | ramp, | ||
| bool | gate | ||
| ) |
| gr::analog::squelch_base_ff_impl::~squelch_base_ff_impl | ( | ) |
| bool gr::analog::squelch_base_ff_impl::gate | ( | ) | const [virtual] |
Implements gr::analog::squelch_base_ff.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
Referenced by gr::analog::pwr_squelch_ff_impl::gate().
| int gr::analog::squelch_base_ff_impl::general_work | ( | int | noutput_items, |
| gr_vector_int & | ninput_items, | ||
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) | [virtual] |
compute output items from input items
| noutput_items | number of output items to write on each output stream |
| ninput_items | number of input items available on each input stream |
| input_items | vector of pointers to the input items, one entry per input stream |
| output_items | vector of pointers to the output items, one entry per output stream |
general_work must call consume or consume_each to indicate how many items were consumed on each input stream.
Reimplemented from gr_block.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
Referenced by gr::analog::pwr_squelch_ff_impl::general_work().
| virtual bool gr::analog::squelch_base_ff_impl::mute | ( | ) | const [inline, protected, virtual] |
Implements gr::analog::squelch_base_ff.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
| int gr::analog::squelch_base_ff_impl::ramp | ( | ) | const [virtual] |
Implements gr::analog::squelch_base_ff.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
Referenced by gr::analog::pwr_squelch_ff_impl::ramp().
| void gr::analog::squelch_base_ff_impl::set_gate | ( | bool | gate | ) | [virtual] |
Implements gr::analog::squelch_base_ff.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
Referenced by gr::analog::pwr_squelch_ff_impl::set_gate().
| void gr::analog::squelch_base_ff_impl::set_ramp | ( | int | ramp | ) | [virtual] |
Implements gr::analog::squelch_base_ff.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
Referenced by gr::analog::pwr_squelch_ff_impl::set_ramp().
| virtual std::vector<float> gr::analog::squelch_base_ff_impl::squelch_range | ( | ) | const [pure virtual] |
Implements gr::analog::squelch_base_ff.
Implemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
| bool gr::analog::squelch_base_ff_impl::unmuted | ( | ) | const [virtual] |
Implements gr::analog::squelch_base_ff.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.
Referenced by gr::analog::pwr_squelch_ff_impl::unmuted().
| virtual void gr::analog::squelch_base_ff_impl::update_state | ( | const float & | sample | ) | [inline, protected, virtual] |
Implements gr::analog::squelch_base_ff.
Reimplemented in gr::analog::ctcss_squelch_ff_impl, and gr::analog::pwr_squelch_ff_impl.