22#ifndef INCLUDED_LORA_SDR_HAMMING_DEC_H
23#define INCLUDED_LORA_SDR_HAMMING_DEC_H
26#include <gnuradio/sync_block.h>
39 typedef std::shared_ptr<hamming_dec>
sptr;
#define LORA_SDR_API
Definition api.h:19
<+description of block+>
Definition hamming_dec.h:37
static sptr make(bool soft_decoding)
Return a shared_ptr to a new instance of lora_sdr::hamming_dec.
std::shared_ptr< hamming_dec > sptr
Definition hamming_dec.h:39