#include <ScalarSNIR.h>
inet::physicallayer::ScalarSNIR::ScalarSNIR |
( |
const IReception * |
reception, |
|
|
const INoise * |
noise |
|
) |
| |
const IReception * reception
Definition: SNIRBase.h:32
const INoise * noise
Definition: SNIRBase.h:33
#define NaN
Definition: INETMath.h:103
SNIRBase(const IReception *reception, const INoise *noise)
Definition: SNIRBase.cc:24
double minSNIR
Definition: ScalarSNIR.h:30
double inet::physicallayer::ScalarSNIR::computeMin |
( |
| ) |
const |
|
protectedvirtual |
Referenced by getMin().
42 const IScalarSignal *scalarSignalAnalogModel = check_and_cast<
const IScalarSignal *>(
reception->
getAnalogModel());
43 const ScalarNoise *scalarNoise = check_and_cast<
const ScalarNoise *>(
noise);
const IReception * reception
Definition: SNIRBase.h:32
const INoise * noise
Definition: SNIRBase.h:33
pow< internal::none, 0 > unit
Definition: Units.h:60
virtual const simtime_t getEndTime() const =0
Returns the time when the receiver ended to receive the corresponding transmission.
virtual const simtime_t getStartTime() const =0
Returns the time when the receiver started to receive the corresponding transmission.
virtual const IReceptionAnalogModel * getAnalogModel() const =0
Returns the analog model of the received signal.
double inet::physicallayer::ScalarSNIR::getMin |
( |
| ) |
const |
|
overridevirtual |
Implements inet::physicallayer::ISNIR.
virtual double computeMin() const
Definition: ScalarSNIR.cc:40
double minSNIR
Definition: ScalarSNIR.h:30
std::ostream & inet::physicallayer::ScalarSNIR::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::SNIRBase.
34 stream <<
"ScalarSNIR";
36 stream <<
", minSNIR = " <<
minSNIR;
Definition: IPrintableObject.h:36
double minSNIR
Definition: ScalarSNIR.h:30
double inet::physicallayer::ScalarSNIR::minSNIR |
|
mutableprotected |
The documentation for this class was generated from the following files: