22#ifndef INCLUDED_LORA_SDR_HAMMING_ENC_H
23#define INCLUDED_LORA_SDR_HAMMING_ENC_H
26#include <gnuradio/sync_block.h>
39 typedef std::shared_ptr<hamming_enc>
sptr;
#define LORA_SDR_API
Definition api.h:19
<+description of block+>
Definition hamming_enc.h:37
virtual uint8_t get_cr()=0
virtual void set_cr(uint8_t cr)=0
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:39
virtual void set_sf(uint8_t sf)=0