11 #ifndef INCLUDED_SATELLITES_PDU_SCRAMBLER_H
12 #define INCLUDED_SATELLITES_PDU_SCRAMBLER_H
14 #include <gnuradio/block.h>
19 namespace satellites {
33 typedef boost::shared_ptr<pdu_scrambler>
sptr;
40 static sptr make(
const std::vector<uint8_t>& sequence);
#define SATELLITES_API
Definition: api.h:31
PDU Scrambler.
Definition: pdu_scrambler.h:31
boost::shared_ptr< pdu_scrambler > sptr
Definition: pdu_scrambler.h:33
static sptr make(const std::vector< uint8_t > &sequence)
Build the PDU Scrambler block.
Definition: ax100_decode.h:17