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

Hamming decoding stage, decode the received payload. If necessary this block will preform error detection and correction using the hamming code parity bits. For more information about the implementation visit hamming_dec_impl. More...

#include <hamming_dec.h>

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

Public Types

typedef std::shared_ptr< hamming_decsptr
 

Static Public Member Functions

static sptr make ()
 Return a shared_ptr to a new instance of lora_sdr::hamming_dec.
 

Detailed Description

Hamming decoding stage, decode the received payload. If necessary this block will preform error detection and correction using the hamming code parity bits. For more information about the implementation visit hamming_dec_impl.

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::hamming_dec::make ( )
static

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

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


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