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