 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
42 typedef boost::shared_ptr<mute_blk<T>>
sptr;
46 virtual bool mute()
const = 0;
mute_blk< float > mute_ff
Definition: mute.h:52
mute_blk< std::int16_t > mute_ss
Definition: mute.h:50
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:38
boost::shared_ptr< mute_blk< T > > sptr
Definition: mute.h:42
output = input or zero if muted.
Definition: mute.h:40
virtual void set_mute(bool mute=false)=0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
mute_blk< std::int32_t > mute_ii
Definition: mute.h:51
mute_blk< gr_complex > mute_cc
Definition: mute.h:53
virtual bool mute() const =0
static sptr make(bool mute=false)