 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_SCRAMBLER_BB_H
12 #define INCLUDED_GR_SCRAMBLER_BB_H
33 typedef std::shared_ptr<scrambler_bb>
sptr;
42 static sptr make(uint64_t mask, uint64_t seed, uint8_t len);
std::shared_ptr< scrambler_bb > sptr
Definition: scrambler_bb.h:33
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
static sptr make(uint64_t mask, uint64_t seed, uint8_t len)
Scramble an input stream using an LFSR.
Definition: scrambler_bb.h:30
GNU Radio logging wrapper.
Definition: basic_block.h:29