GNU Radio 3.6.5 C++ API
|
output = input or zero if muted. More...
#include <mute_cc.h>
Public Types | |
typedef boost::shared_ptr < mute_cc > | sptr |
Public Member Functions | |
virtual bool | mute () const =0 |
virtual void | set_mute (bool mute=false)=0 |
Static Public Member Functions | |
static sptr | make (bool mute=false) |
output = input or zero if muted.
static sptr gr::blocks::mute_cc::make | ( | bool | mute = false | ) | [static] |
virtual bool gr::blocks::mute_cc::mute | ( | ) | const [pure virtual] |
Implemented in gr::blocks::mute_cc_impl.
virtual void gr::blocks::mute_cc::set_mute | ( | bool | mute = false | ) | [pure virtual] |
Implemented in gr::blocks::mute_cc_impl.