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