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