GNU Radio's LORA_SDR Package
gr::lora_sdr::gray_demap Class Referenceabstract

<+description of block+> More...

#include <gray_demap.h>

Inheritance diagram for gr::lora_sdr::gray_demap:
[legend]

Public Types

typedef std::shared_ptr< gray_demapsptr
 

Public Member Functions

virtual void set_sf (uint8_t sf)=0
 

Static Public Member Functions

static sptr make (uint8_t sf)
 Return a shared_ptr to a new instance of lora_sdr::gray_demap.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<gray_demap> gr::lora_sdr::gray_demap::sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::gray_demap::make ( uint8_t  sf)
static

Return a shared_ptr to a new instance of lora_sdr::gray_demap.

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

◆ set_sf()

virtual void gr::lora_sdr::gray_demap::set_sf ( uint8_t  sf)
pure virtual

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