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