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);
62 const unsigned char *header,
63 std::vector<tag_t> &tags);
82 const std::vector<std::vector<int> > &occupied_carriers,
84 const std::string &len_tag_key=
"packet_len",
85 const std::string &frame_len_tag_key=
"frame_len",
86 const std::string &num_tag_key=
"packet_num",
87 int bits_per_header_sym=1,
88 int bits_per_payload_sym=1
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:56