1 #ifndef INCLUDED_LORA_DEWHITENING_IMPL_H
2 #define INCLUDED_LORA_DEWHITENING_IMPL_H
34 std::vector<uint8_t> dewhitened;
41 void header_pay_len_handler(pmt::pmt_t payload_len);
48 void new_frame_handler(pmt::pmt_t
id);
55 void header_crc_handler(pmt::pmt_t crc_presence);
76 void forecast(
int noutput_items, gr_vector_int &ninput_items_required);
87 int general_work(
int noutput_items, gr_vector_int &ninput_items,
88 gr_vector_const_void_star &input_items,
89 gr_vector_void_star &output_items);