INET Framework for OMNeT++/OMNEST
|
#include <ISNIR.h>
Public Member Functions | |
virtual const IReception * | getReception () const =0 |
virtual const INoise * | getNoise () const =0 |
virtual double | getMin () const =0 |
Public Member Functions inherited from inet::physicallayer::IPrintableObject | |
virtual | ~IPrintableObject () |
virtual std::ostream & | printToStream (std::ostream &stream, int level) const |
Prints this object to the provided output stream. More... | |
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 } |
|
pure virtual |
Implemented in inet::physicallayer::DimensionalSNIR, inet::physicallayer::ScalarSNIR, and inet::physicallayer::IdealSNIR.
Referenced by inet::physicallayer::APSKErrorModel::computeBitErrorRate(), inet::physicallayer::APSKLayeredErrorModel::computeBitModel(), inet::physicallayer::Ieee80211OFDMErrorModel::computeBitModel(), inet::physicallayer::SNIRReceiverBase::computeIsReceptionSuccessful(), inet::physicallayer::Ieee80211ErrorModelBase::computePacketErrorRate(), inet::physicallayer::Ieee80211BerTableErrorModel::computePacketErrorRate(), inet::physicallayer::APSKLayeredErrorModel::computePacketModel(), inet::physicallayer::SNIRReceiverBase::computeReceptionIndication(), inet::physicallayer::APSKLayeredReceiver::computeReceptionResult(), inet::physicallayer::Ieee80211LayeredOFDMReceiver::computeReceptionResult(), inet::physicallayer::APSKErrorModel::computeSymbolErrorRate(), inet::physicallayer::APSKLayeredErrorModel::computeSymbolModel(), and inet::physicallayer::Ieee80211OFDMErrorModel::computeSymbolModel().
|
pure virtual |
|
pure virtual |
Implemented in inet::physicallayer::SNIRBase.
Referenced by inet::physicallayer::APSKErrorModel::computeBitErrorRate(), inet::physicallayer::APSKErrorModel::computePacketErrorRate(), inet::physicallayer::Ieee80211ErrorModelBase::computePacketErrorRate(), inet::physicallayer::Ieee80211BerTableErrorModel::computePacketErrorRate(), inet::physicallayer::StochasticErrorModel::computePacketErrorRate(), inet::physicallayer::Ieee80211IdealReceiver::computeReceptionIndication(), inet::physicallayer::IdealReceiver::computeReceptionIndication(), inet::physicallayer::Ieee80211ReceiverBase::computeReceptionIndication(), and inet::physicallayer::APSKErrorModel::computeSymbolErrorRate().