22 #ifndef INCLUDED_DAB_UNPUNCTURE_FF_H
23 #define INCLUDED_DAB_UNPUNCTURE_FF_H
26 #include <gnuradio/block.h>
38 typedef std::shared_ptr<unpuncture_ff>
sptr;
48 static sptr make(
const std::vector<unsigned char> &puncturing_vector,
float fillval=0);
#define DAB_API
Definition: api.h:31
Definition: unpuncture_ff.h:36
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.
std::shared_ptr< unpuncture_ff > sptr
Definition: unpuncture_ff.h:38
Definition: complex_to_interleaved_float_vcf.h:28