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