|
INET Framework for OMNeT++/OMNEST
|
#include <StochasticLayeredErrorModel.h>
Public Member Functions | |
| StochasticLayeredErrorModel () | |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| Prints this object to the provided output stream. More... | |
| virtual const IReceptionPacketModel * | computePacketModel (const LayeredTransmission *transmission, const ISnir *snir) const override |
| Computes the packet domain representation at the receiver using a simplified model for the underlying domains. More... | |
| virtual const IReceptionBitModel * | computeBitModel (const LayeredTransmission *transmission, const ISnir *snir) const override |
| Computes the bit domain representation at the receiver using a simplified model for the underlying domains. More... | |
| virtual const IReceptionSymbolModel * | computeSymbolModel (const LayeredTransmission *transmission, const ISnir *snir) const override |
| Computes the symbol domain representation at the receiver using a simplified model for the underlying domains. More... | |
| virtual const IReceptionSampleModel * | computeSampleModel (const LayeredTransmission *transmission, const ISnir *snir) const override |
| Computes the sample domain representation at the receiver using a simplified model for the underlying domains. More... | |
Public Member Functions inherited from inet::IPrintableObject | |
| virtual | ~IPrintableObject () |
| virtual std::string | printToString () const |
| virtual std::string | printToString (int level, int evFlags=0) const |
| virtual std::string | getInfoStringRepresentation (int evFlags=0) const |
| virtual std::string | getDetailStringRepresentation (int evFlags=0) const |
| virtual std::string | getDebugStringRepresentation (int evFlags=0) const |
| virtual std::string | getTraceStringRepresentation (int evFlags=0) const |
| virtual std::string | getCompleteStringRepresentation (int evFlags=0) const |
Protected Member Functions | |
| virtual void | initialize (int stage) override |
Protected Member Functions inherited from inet::physicallayer::LayeredErrorModelBase | |
| virtual const IReceptionPacketModel * | computePacketModel (const LayeredTransmission *transmission, double packetErrorRate) const |
| virtual const IReceptionBitModel * | computeBitModel (const LayeredTransmission *transmission, double bitErrorRate) const |
| virtual const IReceptionSymbolModel * | computeSymbolModel (const LayeredTransmission *transmission, double symbolErrorRate) const |
Protected Attributes | |
| double | packetErrorRate |
| double | bitErrorRate |
| double | symbolErrorRate |
Additional Inherited Members | |
Public Types inherited from inet::IPrintableObject | |
| enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
| enum | PrintFlag { PRINT_FLAG_FORMATTED = (1 << 0), PRINT_FLAG_MULTILINE = (1 << 1) } |
| inet::physicallayer::StochasticLayeredErrorModel::StochasticLayeredErrorModel | ( | ) |
|
overridevirtual |
Computes the bit domain representation at the receiver using a simplified model for the underlying domains.
This result includes all potential errors that were not corrected by the underlying domains.
Implements inet::physicallayer::ILayeredErrorModel.
|
overridevirtual |
Computes the packet domain representation at the receiver using a simplified model for the underlying domains.
This result includes all potential errors that were not corrected by the underlying domains.
Implements inet::physicallayer::ILayeredErrorModel.
|
overridevirtual |
Computes the sample domain representation at the receiver using a simplified model for the underlying domains.
This result includes all potential errors that were not corrected by the underlying domains.
Implements inet::physicallayer::ILayeredErrorModel.
|
overridevirtual |
Computes the symbol domain representation at the receiver using a simplified model for the underlying domains.
This result includes all potential errors that were not corrected by the underlying domains.
Implements inet::physicallayer::ILayeredErrorModel.
|
overrideprotectedvirtual |
|
overridevirtual |
|
protected |
Referenced by computeBitModel(), initialize(), and printToStream().
|
protected |
Referenced by initialize(), and printToStream().
|
protected |
Referenced by computeSymbolModel(), initialize(), and printToStream().