GNU Radio's LORA Package
gr::lora::decoder Class Referenceabstract

<+description of block+> More...

#include <decoder.h>

Inheritance diagram for gr::lora::decoder:

Public Types

typedef boost::shared_ptr< decodersptr
 

Public Member Functions

virtual void set_sf (uint8_t sf)=0
 
virtual void set_samp_rate (float samp_rate)=0
 

Static Public Member Functions

static sptr make (float samp_rate, uint32_t bandwidth, uint8_t sf, bool implicit, uint8_t cr, bool crc, bool reduced_rate, bool disable_drift_correction)
 Return a shared_ptr to a new instance of lora::decoder.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::lora::decoder::make ( float  samp_rate,
uint32_t  bandwidth,
uint8_t  sf,
bool  implicit,
uint8_t  cr,
bool  crc,
bool  reduced_rate,
bool  disable_drift_correction 
)
static

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

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

◆ set_samp_rate()

virtual void gr::lora::decoder::set_samp_rate ( float  samp_rate)
pure virtual

Implemented in gr::lora::decoder_impl.

◆ set_sf()

virtual void gr::lora::decoder::set_sf ( uint8_t  sf)
pure virtual

Implemented in gr::lora::decoder_impl.


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