3#ifndef INCLUDED_LORA_WHITENING_IMPL_H
4#define INCLUDED_LORA_WHITENING_IMPL_H
18 std::vector<uint8_t> m_payload;
19 std::vector<std::string> payload_str;
21 bool m_use_length_tag;
22 std::string m_length_tag_name;
24 uint64_t m_tag_offset;
26 void msg_handler(pmt::pmt_t message);
27 void frame_info_handler(pmt::pmt_t frame_info);
31 whitening_impl(
bool is_hex,
bool use_length_tag,
char separator, std::string length_tag_name);
37 gr_vector_const_void_star &input_items,
38 gr_vector_void_star &output_items);
Definition whitening_impl.h:14
whitening_impl(bool is_hex, bool use_length_tag, char separator, std::string length_tag_name)
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
<+description of block+>
Definition whitening.h:37