22#ifndef INCLUDED_LORA_SDR_HAMMING_DEC_H
23#define INCLUDED_LORA_SDR_HAMMING_DEC_H
26#include <gnuradio/sync_block.h>
41 typedef std::shared_ptr<hamming_dec>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Hamming decoding stage, decode the received payload. If necessary this block will preform error detec...
Definition: hamming_dec.h:39
static sptr make()
Return a shared_ptr to a new instance of lora_sdr::hamming_dec.
std::shared_ptr< hamming_dec > sptr
Definition: hamming_dec.h:41