GNU Radio's LORA Package
|
<+description of block+> More...
#include <demod.h>
Public Types | |
typedef boost::shared_ptr< demod > | sptr |
Static Public Member Functions | |
static sptr | make (unsigned short spreading_factor, bool low_data_rate, float beta, unsigned short fft_factor) |
Return a shared_ptr to a new instance of lora::demod. | |
<+description of block+>
typedef boost::shared_ptr<demod> gr::lora::demod::sptr |
|
static |
Return a shared_ptr to a new instance of lora::demod.
To avoid accidental use of raw pointers, lora::demod's constructor is in a private implementation class. lora::demod::make is the public interface for creating new instances.