INET Framework for OMNeT++/OMNEST
|
Implements the IdealAnalogModel model, see the NED file for details. More...
#include <IdealAnalogModel.h>
Public Member Functions | |
virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
Prints this object to the provided output stream. More... | |
virtual const IReception * | computeReception (const IRadio *radio, const ITransmission *transmission, const IArrival *arrival) const override |
Returns the reception for the provided transmission at the receiver. More... | |
virtual const INoise * | computeNoise (const IListening *listening, const IInterference *interference) const override |
Returns the total noise summing up all the interfering receptions and noises. More... | |
virtual const ISNIR * | computeSNIR (const IReception *reception, const INoise *noise) const override |
Returns the signal to noise and interference ratio. More... | |
Public Member Functions inherited from inet::physicallayer::IPrintableObject | |
virtual | ~IPrintableObject () |
virtual std::string | getInfoStringRepresentation () const |
virtual std::string | getDetailStringRepresentation () const |
virtual std::string | getDebugStringRepresentation () const |
virtual std::string | getTraceStringRepresentation () const |
virtual std::string | getCompleteStringRepresentation () const |
Additional Inherited Members | |
Public Types inherited from inet::physicallayer::IPrintableObject | |
enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
Implements the IdealAnalogModel model, see the NED file for details.
|
overridevirtual |
Returns the total noise summing up all the interfering receptions and noises.
This function never returns nullptr.
Implements inet::physicallayer::IAnalogModel.
|
overridevirtual |
Returns the reception for the provided transmission at the receiver.
The result incorporates all modeled attenuation. This function never returns nullptr.
Implements inet::physicallayer::IAnalogModel.
|
overridevirtual |
Returns the signal to noise and interference ratio.
This function never returns nullptr.
Implements inet::physicallayer::IAnalogModel.
|
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.