#include <IdealNoise.h>
inet::physicallayer::IdealNoise::IdealNoise |
( |
simtime_t |
startTime, |
|
|
simtime_t |
endTime, |
|
|
bool |
isInterfering |
|
) |
| |
const simtime_t endTime
Definition: NoiseBase.h:31
const simtime_t startTime
Definition: NoiseBase.h:30
virtual bool isInterfering() const
Definition: IdealNoise.h:37
NoiseBase(simtime_t startTime, simtime_t endTime)
Definition: NoiseBase.cc:24
bool isInterfering_
Definition: IdealNoise.h:30
virtual bool inet::physicallayer::IdealNoise::isInterfering |
( |
| ) |
const |
|
inlinevirtual |
bool isInterfering_
Definition: IdealNoise.h:30
std::ostream & inet::physicallayer::IdealNoise::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::NoiseBase.
32 stream <<
"IdealNoise";
virtual std::ostream & printToStream(std::ostream &stream, int level) const override
Prints this object to the provided output stream.
Definition: NoiseBase.cc:30
bool inet::physicallayer::IdealNoise::isInterfering_ |
|
protected |
The documentation for this class was generated from the following files: