22#ifndef INCLUDED_LORA_SDR_CRC_VERIF_H
23#define INCLUDED_LORA_SDR_CRC_VERIF_H
26#include <gnuradio/block.h>
39 typedef std::shared_ptr<crc_verif>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Verifies if the included crc is correct or not for more information about the implementation visit cr...
Definition: crc_verif.h:37
static sptr make(bool exit)
Return a shared_ptr to a new instance of lora_sdr::crc_verif.
std::shared_ptr< crc_verif > sptr
Definition: crc_verif.h:39