10#ifndef INCLUDED_SATELLITES_NANCOM_GOLAY_DECODE_LENGTH_H
11#define INCLUDED_SATELLITES_NANCOM_GOLAY_DECODE_LENGTH_H
13#include <gnuradio/sync_block.h>
36 typedef std::shared_ptr<nanocom_golay_decode_length>
sptr;
44 static sptr make(
const std::string& golay_start_tag_key,
45 const std::string& length_tag_key);
#define SATELLITES_API
Definition: api.h:31
Decodes Golay field in NanoCom packets and adds a length tag.
Definition: nanocom_golay_decode_length.h:34
static sptr make(const std::string &golay_start_tag_key, const std::string &length_tag_key)
Build the NanoCom Golay Decode Length block.
std::shared_ptr< nanocom_golay_decode_length > sptr
Definition: nanocom_golay_decode_length.h:36
Definition: ax100_decode.h:17