GNU Radio's LORA_SDR Package
gr::lora_sdr::deinterleaver Class Reference

<+description of block+> More...

#include <deinterleaver.h>

Inheritance diagram for gr::lora_sdr::deinterleaver:
gr::lora_sdr::deinterleaver_impl

Public Types

typedef boost::shared_ptr< deinterleaversptr
 

Static Public Member Functions

static sptr make (uint8_t sf, bool soft_decoding)
 Return a shared_ptr to a new instance of lora_sdr::deinterleaver. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::deinterleaver::make ( uint8_t  sf,
bool  soft_decoding 
)
static

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

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


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