#include <AdditiveScrambling.h>
ShortBitVector seed
Definition: AdditiveScrambling.h:31
ShortBitVector generatorPolynomial
Definition: AdditiveScrambling.h:32
const ShortBitVector& inet::physicallayer::AdditiveScrambling::getGeneratorPolynomial |
( |
| ) |
const |
|
inline |
const ShortBitVector& inet::physicallayer::AdditiveScrambling::getSeed |
( |
| ) |
const |
|
inline |
std::ostream & inet::physicallayer::AdditiveScrambling::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level |
|
) |
| const |
|
overridevirtual |
Prints this object to the provided output stream.
Function calls to operator<< with pointers or references either const or not are all forwarded to this function.
Reimplemented from inet::physicallayer::IPrintableObject.
32 stream <<
"AdditiveScrambling";
34 stream <<
", seed = " <<
seed ShortBitVector seed
Definition: AdditiveScrambling.h:31
Definition: IPrintableObject.h:34
ShortBitVector generatorPolynomial
Definition: AdditiveScrambling.h:32
ShortBitVector inet::physicallayer::AdditiveScrambling::generatorPolynomial |
|
protected |
The documentation for this class was generated from the following files: