|
GNU Radio 3.6.5 C++ API
|
#include <mute_ff_impl.h>
Public Member Functions | |
| mute_ff_impl (bool mute) | |
| ~mute_ff_impl () | |
| bool | mute () const |
| void | set_mute (bool mute) |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| just like gr_block::general_work, only this arranges to call consume_each for you | |
| gr::blocks::mute_ff_impl::mute_ff_impl | ( | bool | mute | ) |
| gr::blocks::mute_ff_impl::~mute_ff_impl | ( | ) |
| bool gr::blocks::mute_ff_impl::mute | ( | ) | const [inline, virtual] |
Implements gr::blocks::mute_ff.
Referenced by set_mute().
| void gr::blocks::mute_ff_impl::set_mute | ( | bool | mute | ) | [inline, virtual] |
Implements gr::blocks::mute_ff.
References mute().
| int gr::blocks::mute_ff_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.