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