GNU Radio's DAB Package
|
<+description of block+> More...
#include <modulo_ff.h>
Public Types | |
typedef std::shared_ptr< modulo_ff > | sptr |
Static Public Member Functions | |
static sptr | make (float div) |
Return a shared_ptr to a new instance of dab::modulo_ff. | |
<+description of block+>
typedef std::shared_ptr<modulo_ff> gr::dab::modulo_ff::sptr |
|
static |
Return a shared_ptr to a new instance of dab::modulo_ff.
To avoid accidental use of raw pointers, dab::modulo_ff's constructor is in a private implementation class. dab::modulo_ff::make is the public interface for creating new instances.