GNU Radio's DAB Package
|
lets samples pass or not depending on the state of closed More...
#include <valve_ff.h>
Public Types | |
typedef boost::shared_ptr< valve_ff > | sptr |
Public Member Functions | |
virtual void | set_closed (bool closed)=0 |
virtual void | set_feed_with_zeros (bool feed_with_zeros)=0 |
Static Public Member Functions | |
static sptr | make (bool closed, bool feed_with_zeros=false) |
Return a shared_ptr to a new instance of dab::valve_ff. More... | |
lets samples pass or not depending on the state of closed
typedef boost::shared_ptr<valve_ff> gr::dab::valve_ff::sptr |
|
static |
Return a shared_ptr to a new instance of dab::valve_ff.
To avoid accidental use of raw pointers, dab::valve_ff's constructor is in a private implementation class. dab::valve_ff::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::dab::valve_ff_impl.
|
pure virtual |
Implemented in gr::dab::valve_ff_impl.