11#ifndef INCLUDED_SATELLITES_PDU_SCRAMBLER_H
12#define INCLUDED_SATELLITES_PDU_SCRAMBLER_H
14#include <gnuradio/block.h>
33 typedef std::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
static sptr make(const std::vector< uint8_t > &sequence)
Build the PDU Scrambler block.
std::shared_ptr< pdu_scrambler > sptr
Definition pdu_scrambler.h:33
Definition ax100_decode.h:17