10#ifndef INCLUDED_SATELLITES_NANOCOM_GOLAY_DECODE_LENGTH_IMPL_H
11#define INCLUDED_SATELLITES_NANOCOM_GOLAY_DECODE_LENGTH_IMPL_H
22 const pmt::pmt_t d_golay_start_tag_key;
23 const pmt::pmt_t d_length_tag_key;
24 const int k_golay_N = 24;
28 const std::string& length_tag_key);
31 int work(
int noutput_items,
32 gr_vector_const_void_star& input_items,
33 gr_vector_void_star& output_items)
override;
Definition: nanocom_golay_decode_length_impl.h:20
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) override
nanocom_golay_decode_length_impl(const std::string &golay_start_tag_key, const std::string &length_tag_key)
~nanocom_golay_decode_length_impl() override
Decodes Golay field in NanoCom packets and adds a length tag.
Definition: nanocom_golay_decode_length.h:34
Definition: ax100_decode.h:17