1#ifndef INCLUDED_LORA_hamming_dec_IMPL_H
2#define INCLUDED_LORA_hamming_dec_IMPL_H
50 int work(
int noutput_items, gr_vector_const_void_star &input_items,
51 gr_vector_void_star &output_items);
Definition: hamming_dec_impl.h:9
hamming_dec_impl()
Construct a new hamming dec impl object.
~hamming_dec_impl()
Destroy the hamming dec impl object.
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Main function where the actual computation resides.
Hamming decoding stage, decode the received payload. If necessary this block will preform error detec...
Definition: hamming_dec.h:39