23 #ifndef INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H
24 #define INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H
69 static sptr make(
int mask,
int seed,
int len,
int count=0,
int bits_per_byte=1,
const std::string &reset_tag_key=
"");
71 virtual int mask()
const = 0;
72 virtual int seed()
const = 0;
73 virtual int len()
const = 0;
74 virtual int count()
const = 0;
75 virtual int bits_per_byte() = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Scramble an input stream using an LFSR.
Definition: additive_scrambler_bb.h:53
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< additive_scrambler_bb > sptr
Definition: additive_scrambler_bb.h:57