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