#include <Interference.h>
inet::physicallayer::Interference::Interference |
( |
const INoise * |
noise, |
|
|
const std::vector< const IReception * > * |
receptions |
|
) |
| |
const INoise * backgroundNoise
Definition: Interference.h:30
const std::vector< const IReception * > * interferingReceptions
Definition: Interference.h:31
inet::physicallayer::Interference::~Interference |
( |
| ) |
|
|
virtual |
const INoise * backgroundNoise
Definition: Interference.h:30
const std::vector< const IReception * > * interferingReceptions
Definition: Interference.h:31
virtual const INoise* inet::physicallayer::Interference::getBackgroundNoise |
( |
| ) |
const |
|
inlineoverridevirtual |
virtual const std::vector<const IReception *>* inet::physicallayer::Interference::getInterferingReceptions |
( |
| ) |
const |
|
inlineoverridevirtual |
std::ostream & inet::physicallayer::Interference::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.
38 stream <<
"Interference";
std::string printObjectToString(const IPrintableObject *object, int level)
Definition: IPrintableObject.h:73
const INoise * backgroundNoise
Definition: Interference.h:30
const std::vector< const IReception * > * interferingReceptions
Definition: Interference.h:31
Definition: IPrintableObject.h:34
const INoise* inet::physicallayer::Interference::backgroundNoise |
|
protected |
const std::vector<const IReception *>* inet::physicallayer::Interference::interferingReceptions |
|
protected |
The documentation for this class was generated from the following files: