63 const std::string& len_key_name =
"packet_len",
64 const std::string& frame_key_name =
"frame_len",
65 const std::string& num_key_name =
"packet_num",
66 int bits_per_header_sym = 1,
67 int bits_per_payload_sym = 1,
68 bool scramble_header =
false);
83 const unsigned char* input,
87 virtual bool parse(
int nbits_in,
88 const unsigned char* input,
89 std::vector<pmt::pmt_t>& info,
90 int& nbits_processed);
101 static sptr make(
const std::vector<std::vector<int>>& occupied_carriers,
103 const std::string& len_key_name =
"packet_len",
104 const std::string& frame_key_name =
"frame_len",
105 const std::string& num_key_name =
"packet_num",
106 int bits_per_header_sym = 1,
107 int bits_per_payload_sym = 1,
108 bool scramble_header =
false);
112 const std::vector<std::vector<int>>