39 typedef boost::shared_ptr<packet_header_ofdm>
sptr;
43 const std::string& len_tag_key,
44 const std::string& frame_len_tag_key,
45 const std::string& num_tag_key,
46 int bits_per_header_sym,
47 int bits_per_payload_sym,
48 bool scramble_header);
71 bool header_parser(
const unsigned char* header, std::vector<tag_t>& tags);
91 static sptr make(
const std::vector<std::vector<int>>& occupied_carriers,
93 const std::string& len_tag_key =
"packet_len",
94 const std::string& frame_len_tag_key =
"frame_len",
95 const std::string& num_tag_key =
"packet_num",
96 int bits_per_header_sym = 1,
97 int bits_per_payload_sym = 1,
98 bool scramble_header =
false);
103 const std::vector<std::vector<int>>
106 std::vector<unsigned char>