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