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