base() | gr::digital::header_format_base | inline |
d_bits_per_payload_sym | gr::digital::header_format_ofdm | protected |
d_crc_impl | gr::digital::header_format_crc | protected |
d_debug_logger | gr::digital::header_format_base | protected |
d_frame_key_name | gr::digital::header_format_ofdm | protected |
d_hdr_reg | gr::digital::header_format_base | protected |
d_header_len | gr::digital::header_format_ofdm | protected |
d_header_number | gr::digital::header_format_crc | protected |
d_info | gr::digital::header_format_base | protected |
d_len_key_name | gr::digital::header_format_crc | protected |
d_logger | gr::digital::header_format_base | protected |
d_num_key_name | gr::digital::header_format_crc | protected |
d_occupied_carriers | gr::digital::header_format_ofdm | protected |
d_scramble_mask | gr::digital::header_format_ofdm | protected |
d_state | gr::digital::header_format_base | protected |
d_syms_per_set | gr::digital::header_format_ofdm | protected |
enter_have_header(int payload_len) | gr::digital::header_format_base | protectedvirtual |
enter_have_sync() | gr::digital::header_format_base | protectedvirtual |
enter_search() | gr::digital::header_format_base | protectedvirtual |
format(int nbytes_in, const unsigned char *input, pmt::pmt_t &output, pmt::pmt_t &info) | gr::digital::header_format_ofdm | virtual |
formatter() | gr::digital::header_format_base | inline |
header_format_base() | gr::digital::header_format_base | |
header_format_crc(const std::string &len_key_name="packet_len", const std::string &num_key_name="packet_num") | gr::digital::header_format_crc | |
header_format_ofdm(const std::vector< std::vector< int >> &occupied_carriers, int n_syms, const std::string &len_key_name="packet_len", const std::string &frame_key_name="frame_len", const std::string &num_key_name="packet_num", int bits_per_header_sym=1, int bits_per_payload_sym=1, bool scramble_header=false) | gr::digital::header_format_ofdm | |
header_nbits() const | gr::digital::header_format_ofdm | virtual |
header_nbytes() const | gr::digital::header_format_base | |
header_ok() | gr::digital::header_format_crc | protectedvirtual |
header_payload() | gr::digital::header_format_ofdm | protectedvirtual |
make(const std::vector< std::vector< int >> &occupied_carriers, int n_syms, const std::string &len_key_name="packet_len", const std::string &frame_key_name="frame_len", const std::string &num_key_name="packet_num", int bits_per_header_sym=1, int bits_per_payload_sym=1, bool scramble_header=false) | gr::digital::header_format_ofdm | static |
gr::digital::header_format_crc::make(const std::string &len_key_name="packet_len", const std::string &num_key_name="packet_num") | gr::digital::header_format_crc | static |
parse(int nbits_in, const unsigned char *input, std::vector< pmt::pmt_t > &info, int &nbits_processed) | gr::digital::header_format_ofdm | virtual |
set_header_num(unsigned header_num) | gr::digital::header_format_crc | inline |
sptr typedef | gr::digital::header_format_base | |
STATE_HAVE_SYNC enum value | gr::digital::header_format_base | protected |
STATE_SYNC_SEARCH enum value | gr::digital::header_format_base | protected |
state_t enum name | gr::digital::header_format_base | protected |
~header_format_base() | gr::digital::header_format_base | virtual |
~header_format_crc() | gr::digital::header_format_crc | virtual |
~header_format_ofdm() | gr::digital::header_format_ofdm | virtual |