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