GNU Radio 3.6.5 C++ API

gr::blocks::mute_ff Class Reference

output = input or zero if muted. More...

#include <mute_ff.h>

Inheritance diagram for gr::blocks::mute_ff:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::mute_ff_impl

List of all members.

Public Types

typedef boost::shared_ptr
< mute_ff
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)

Detailed Description

output = input or zero if muted.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::mute_ff::make ( bool  mute = false) [static]
virtual bool gr::blocks::mute_ff::mute ( ) const [pure virtual]

Implemented in gr::blocks::mute_ff_impl.

virtual void gr::blocks::mute_ff::set_mute ( bool  mute = false) [pure virtual]

Implemented in gr::blocks::mute_ff_impl.


The documentation for this class was generated from the following file: