GNU Radio's DAB Package
|
<+description of block+> More...
#include <unpuncture_vff.h>
Public Types | |
typedef std::shared_ptr< unpuncture_vff > | 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_vff. More... | |
<+description of block+>
typedef std::shared_ptr<unpuncture_vff> gr::dab::unpuncture_vff::sptr |
|
static |
Return a shared_ptr to a new instance of dab::unpuncture_vff.
To avoid accidental use of raw pointers, dab::unpuncture_vff's constructor is in a private implementation class. dab::unpuncture_vff::make is the public interface for creating new instances.