GNU Radio's DAB Package
gr::dab::unpuncture_ff Class Reference

#include <unpuncture_ff.h>

Inheritance diagram for gr::dab::unpuncture_ff:
gr::dab::unpuncture_ff_impl

Public Types

typedef boost::shared_ptr< unpuncture_ffsptr
 

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...
 

Detailed Description

unpuncturing of a stream sequence

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<unpuncture_ff> gr::dab::unpuncture_ff::sptr

Member Function Documentation

◆ make()

static sptr gr::dab::unpuncture_ff::make ( const std::vector< unsigned char > &  puncturing_vector,
float  fillval = 0 
)
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.


The documentation for this class was generated from the following file: