GNU Radio's OWC Package
gr::owc::binary_to_decimal_mapper Class Reference

<+description of block+> More...

#include <binary_to_decimal_mapper.h>

Inheritance diagram for gr::owc::binary_to_decimal_mapper:
gr::owc::binary_to_decimal_mapper_impl

Public Types

typedef boost::shared_ptr< binary_to_decimal_mappersptr
 

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::owc::binary_to_decimal_mapper::make ( int  modulation_order)
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.


The documentation for this class was generated from the following file: