 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
30 typedef std::shared_ptr<mute_blk<T>>
sptr;
34 virtual bool mute()
const = 0;
mute_blk< float > mute_ff
Definition: mute.h:40
mute_blk< std::int16_t > mute_ss
Definition: mute.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
std::shared_ptr< mute_blk< T > > sptr
Definition: mute.h:30
output = input or zero if muted.
Definition: mute.h:28
virtual void set_mute(bool mute=false)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29
mute_blk< std::int32_t > mute_ii
Definition: mute.h:39
mute_blk< gr_complex > mute_cc
Definition: mute.h:41
virtual bool mute() const =0
static sptr make(bool mute=false)