Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H
24 #define INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H
63 static sptr make(
int mask,
int seed,
int len,
int count=0);
65 virtual int mask()
const = 0;
66 virtual int seed()
const = 0;
67 virtual int len()
const = 0;
68 virtual int count()
const = 0;