62 const std::string& num_key_name =
"packet_num");
79 const unsigned char* input,
83 virtual bool parse(
int nbits_in,
84 const unsigned char* input,
85 std::vector<pmt::pmt_t>& info,
86 int& nbits_processed);
97 static sptr make(
const std::string& len_key_name =
"packet_len",
98 const std::string& num_key_name =
"packet_num");
104 boost::crc_optimal<8, 0x07, 0xFF, 0x00, false, false>
d_crc_impl;