GNU Radio's LORA Package
gr::lora::demod Class Reference

<+description of block+> More...

#include <demod.h>

Inheritance diagram for gr::lora::demod:

Public Types

typedef boost::shared_ptr< demodsptr
 

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.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<demod> gr::lora::demod::sptr

Member Function Documentation

◆ make()

static sptr gr::lora::demod::make ( unsigned short  spreading_factor,
bool  low_data_rate,
float  beta,
unsigned short  fft_factor 
)
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.


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