22 #ifndef INCLUDED_DIGITAL_PACKET_HEADER_OFDM_H
23 #define INCLUDED_DIGITAL_PACKET_HEADER_OFDM_H
42 const std::vector<std::vector<int> > &occupied_carriers,
44 const std::string &len_tag_key,
45 const std::string &frame_len_tag_key,
46 const std::string &num_tag_key,
47 int bits_per_header_sym,
48 int bits_per_payload_sym,
49 bool scramble_header);
59 bool header_formatter(
62 const std::vector<tag_t> &tags
76 const unsigned char *header,
77 std::vector<tag_t> &tags);
96 const std::vector<std::vector<int> > &occupied_carriers,
98 const std::string &len_tag_key=
"packet_len",
99 const std::string &frame_len_tag_key=
"frame_len",
100 const std::string &num_tag_key=
"packet_num",
101 int bits_per_header_sym=1,
102 int bits_per_payload_sym=1,
103 bool scramble_header=
false