25 #ifndef INCLUDED_BLOCKS_MUTE_II_H 26 #define INCLUDED_BLOCKS_MUTE_II_H 42 typedef boost::shared_ptr<mute_ii>
sptr;
44 static sptr make(
bool mute=
false);
46 virtual bool mute()
const = 0;
47 virtual void set_mute(
bool mute=
false) = 0;
Include this header to use the message passing features.
Definition: logger.h:695
output = input or zero if muted.
Definition: mute_ii.h:38
#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
boost::shared_ptr< mute_ii > sptr
Definition: mute_ii.h:42