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