GNU Radio's DAB Package
|
#include <unpuncture_ff.h>
Public Types | |
typedef std::shared_ptr< unpuncture_ff > | sptr |
Static Public Member Functions | |
static sptr | make (const std::vector< unsigned char > &puncturing_vector, float fillval=0) |
Return a shared_ptr to a new instance of dab::unpuncture_ff. More... | |
unpuncturing of a stream sequence
typedef std::shared_ptr<unpuncture_ff> gr::dab::unpuncture_ff::sptr |
|
static |
Return a shared_ptr to a new instance of dab::unpuncture_ff.
To avoid accidental use of raw pointers, dab::unpuncture_ff's constructor is in a private implementation class. dab::unpuncture_ff::make is the public interface for creating new instances.