22#ifndef INCLUDED_LORA_SDR_HAMMING_ENC_H
23#define INCLUDED_LORA_SDR_HAMMING_ENC_H
26#include <gnuradio/sync_block.h>
41 typedef std::shared_ptr<hamming_enc>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Add hamming code to the to be sent playload. This means extra party bits are added to the payload to ...
Definition: hamming_enc.h:39
static sptr make(uint8_t cr, uint8_t sf)
Return a shared_ptr to a new instance of lora_sdr::hamming_enc.
std::shared_ptr< hamming_enc > sptr
Definition: hamming_enc.h:41