22#ifndef INCLUDED_LORA_SDR_ADD_CRC_H
23#define INCLUDED_LORA_SDR_ADD_CRC_H
26#include <gnuradio/block.h>
40 typedef std::shared_ptr<add_crc>
sptr;
#define LORA_SDR_API
Definition: api.h:19
This block adds LoRa CRC (Cyclic redundancy check) into the payload if boolean has_crc is True,...
Definition: add_crc.h:38
std::shared_ptr< add_crc > sptr
Definition: add_crc.h:40
static sptr make(bool has_crc)
Return a shared_ptr to a new instance of lora_sdr::add_crc.