22#ifndef INCLUDED_LORA_SDR_CRC_VERIF_H
23#define INCLUDED_LORA_SDR_CRC_VERIF_H
26#include <gnuradio/block.h>
44 typedef std::shared_ptr<crc_verif>
sptr;
54 static sptr make(
int print_rx_msg,
bool output_crc_check);
#define LORA_SDR_API
Definition api.h:19
<+description of block+>
Definition crc_verif.h:37
static sptr make(int print_rx_msg, bool output_crc_check)
Return a shared_ptr to a new instance of lora_sdr::crc_verif.
Print_type
Definition crc_verif.h:39
@ ASCII
Definition crc_verif.h:41
@ NONE
Definition crc_verif.h:40
std::shared_ptr< crc_verif > sptr
Definition crc_verif.h:44