GNU Radio's MAPPER Package
|
<+description of block+> More...
#include <demapper_soft.h>
Public Types | |
typedef boost::shared_ptr< demapper_soft > | 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_soft. More... | |
<+description of block+>
typedef boost::shared_ptr<demapper_soft> gr::mapper::demapper_soft::sptr |
|
static |
Return a shared_ptr to a new instance of mapper::demapper_soft.
To avoid accidental use of raw pointers, mapper::demapper_soft's constructor is in a private implementation class. mapper::demapper_soft::make is the public interface for creating new instances.