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

<+description of block+> More...

#include <decode.h>

Inheritance diagram for gr::lora::decode:

Public Types

typedef boost::shared_ptr< decodesptr
 

Static Public Member Functions

static sptr make (short spreading_factor, short code_rate, bool low_data_rate, bool header)
 Return a shared_ptr to a new instance of lora::decode.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::lora::decode::make ( short  spreading_factor,
short  code_rate,
bool  low_data_rate,
bool  header 
)
static

Return a shared_ptr to a new instance of lora::decode.

To avoid accidental use of raw pointers, lora::decode's constructor is in a private implementation class. lora::decode::make is the public interface for creating new instances.


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