42 typedef boost::shared_ptr<mute_blk<T>>
sptr;
46 virtual bool mute()
const = 0;
output = input or zero if muted.
Definition mute.h:40
virtual void set_mute(bool mute=false)=0
static sptr make(bool mute=false)
boost::shared_ptr< mute_blk< T > > sptr
Definition mute.h:42
virtual bool mute() const =0
synchronous 1:1 input to output with history
Definition sync_block.h:38
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:30
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
mute_blk< std::int16_t > mute_ss
Definition mute.h:50
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46