11 #ifndef INCLUDED_SATELLITES_FIXEDLEN_TO_PDU_H
12 #define INCLUDED_SATELLITES_FIXEDLEN_TO_PDU_H
14 #include <gnuradio/blocks/pdu.h>
15 #include <gnuradio/sync_block.h>
19 namespace satellites {
29 typedef boost::shared_ptr<fixedlen_to_pdu>
sptr;
34 static sptr make(blocks::pdu::vector_type type,
35 const std::string& syncword_tag,
#define SATELLITES_API
Definition: api.h:31
Fixedlen to PDU.
Definition: fixedlen_to_pdu.h:27
boost::shared_ptr< fixedlen_to_pdu > sptr
Definition: fixedlen_to_pdu.h:29
static sptr make(blocks::pdu::vector_type type, const std::string &syncword_tag, size_t packet_len, bool pack=false)
Definition: ax100_decode.h:17