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