22#ifndef INCLUDED_LORA_SDR_ERR_MEASURES_H
23#define INCLUDED_LORA_SDR_ERR_MEASURES_H
26#include <gnuradio/sync_block.h>
39 typedef std::shared_ptr<err_measures>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Simple block that can count and output the number of Bit Error's (BE) ,for more information about the...
Definition: err_measures.h:37
std::shared_ptr< err_measures > sptr
Definition: err_measures.h:39
static sptr make()
Return a shared_ptr to a new instance of lora_sdr::err_measures.