11#ifndef INCLUDED_SATELLITES_FIXEDLEN_TO_PDU_H
12#define INCLUDED_SATELLITES_FIXEDLEN_TO_PDU_H
14#include <gnuradio/pdu.h>
15#include <gnuradio/sync_block.h>
37 typedef std::shared_ptr<fixedlen_to_pdu>
sptr;
52 const std::string& syncword_tag,
55 const std::string& packet_len_tag_key =
"");
#define SATELLITES_API
Definition: api.h:31
Fixedlen to PDU.
Definition: fixedlen_to_pdu.h:35
static sptr make(types::vector_type type, const std::string &syncword_tag, size_t packet_len, bool pack=false, const std::string &packet_len_tag_key="")
std::shared_ptr< fixedlen_to_pdu > sptr
Definition: fixedlen_to_pdu.h:37
Definition: ax100_decode.h:17