42 typedef boost::shared_ptr<mute_blk<T>>
sptr;
44 static sptr make(
bool mute =
false);
46 virtual bool mute()
const = 0;
47 virtual void set_mute(
bool mute =
false) = 0;
mute_blk< std::int32_t > mute_ii
Definition: mute.h:51
mute_blk< gr_complex > mute_cc
Definition: mute.h:53
mute_blk< float > mute_ff
Definition: mute.h:52
output = input or zero if muted.
Definition: mute.h:39
boost::shared_ptr< mute_blk< T > > sptr
Definition: mute.h:42
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
mute_blk< std::int16_t > mute_ss
Definition: mute.h:50