#include <gr_squelch_base_ff.h>
Public Member Functions | |
gr_squelch_base_ff (const char *name, int ramp, bool gate) | |
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_squelch_base_ff::gr_squelch_base_ff | ( | const char * | name, | |
int | ramp, | |||
bool | gate | |||
) |
bool gr_squelch_base_ff::gate | ( | ) | const [inline] |
int gr_squelch_base_ff::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 |
Implements gr_block.
virtual bool gr_squelch_base_ff::mute | ( | ) | const [inline, protected, virtual] |
Reimplemented in gr_ctcss_squelch_ff, and gr_pwr_squelch_ff.
int gr_squelch_base_ff::ramp | ( | ) | const [inline] |
void gr_squelch_base_ff::set_gate | ( | bool | gate | ) | [inline] |
void gr_squelch_base_ff::set_ramp | ( | int | ramp | ) | [inline] |
virtual std::vector<float> gr_squelch_base_ff::squelch_range | ( | ) | const [pure virtual] |
Implemented in gr_ctcss_squelch_ff, and gr_pwr_squelch_ff.
bool gr_squelch_base_ff::unmuted | ( | ) | const [inline] |
virtual void gr_squelch_base_ff::update_state | ( | const float & | sample | ) | [inline, protected, virtual] |
Reimplemented in gr_ctcss_squelch_ff, and gr_pwr_squelch_ff.