1#ifndef INCLUDED_LORA_SDR_ERR_MEASURES_IMPL_H
2#define INCLUDED_LORA_SDR_ERR_MEASURES_IMPL_H
4#define GRLORA_MEASUREMENTS
19 std::vector<char> m_corr_payload;
25 std::vector<char> m_payload;
37#ifdef GRLORA_MEASUREMENTS
38 std::ofstream err_outfile;
45 void msg_handler(pmt::pmt_t msg);
52 void ref_handler(pmt::pmt_t ref);
75 int work(
int noutput_items, gr_vector_const_void_star &input_items,
76 gr_vector_void_star &output_items);
Definition: err_measures_impl.h:13
err_measures_impl()
Construct a new err measures impl object.
~err_measures_impl()
Destroy the err measures impl object.
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Main function of error measurement.
Simple block that can count and output the number of Bit Error's (BE) ,for more information about the...
Definition: err_measures.h:37