23 #ifndef INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H 24 #define INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H 57 typedef boost::shared_ptr<additive_scrambler_bb>
sptr;
70 static sptr make(
int mask,
74 int bits_per_byte = 1,
75 const std::string& reset_tag_key =
"");
77 virtual int mask()
const = 0;
78 virtual int seed()
const = 0;
79 virtual int len()
const = 0;
80 virtual int count()
const = 0;
81 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
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
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