|
INET Framework for OMNeT++/OMNEST
|
#include <ScalarAnalogModel.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... | |
Public Member Functions inherited from inet::physicallayer::ScalarAnalogModelBase | |
| virtual W | computeReceptionPower (const IRadio *radio, const ITransmission *transmission, const IArrival *arrival) const |
| 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 } |
Protected Member Functions inherited from inet::physicallayer::ScalarAnalogModelBase | |
| virtual bool | areOverlappingBands (Hz carrierFrequency1, Hz bandwidth1, Hz carrierFrequency2, Hz bandwidth2) const |
Protected Member Functions inherited from inet::physicallayer::AnalogModelBase | |
| virtual EulerAngles | computeTransmissionDirection (const ITransmission *transmission, const IArrival *arrival) const |
|
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 |
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.