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