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