1#ifndef INCLUDED_LORA_DEINTERLEAVER_IMPL_H
2#define INCLUDED_LORA_DEINTERLEAVER_IMPL_H
63 void forecast(
int noutput_items, gr_vector_int &ninput_items_required);
75 gr_vector_const_void_star &input_items,
76 gr_vector_void_star &output_items);
Definition: deinterleaver_impl.h:10
~deinterleaver_impl()
Destroy the deinterleaver impl object.
int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Main function where the actual computation is done.
void forecast(int noutput_items, gr_vector_int &ninput_items_required)
Standard gnuradio function to tell the system with.
deinterleaver_impl(uint8_t sf)
Construct a new deinterleaver impl object.
Deinterleaves the received payload, for more information about the implementation visit deinterleaver...
Definition: deinterleaver.h:37