Compound Module ErrorModelBase

Package: inet.physicallayer.base.packetlevel
File: src/inet/physicallayer/base/packetlevel/ErrorModelBase.ned

This module servces as the base module for error models.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses:

Name Type Description
APSKErrorModel compound module

This error model determines packet error rate, bit error rate, and symbol error rate by using the well-known formula that corresponds to the modulation. It assumes no forward error correction or any other techinque is used in the physical signal.

Ieee80211BerTableErrorModel compound module (no description)
Ieee80211NistErrorModel compound module (no description)
Ieee80211YansErrorModel compound module (no description)
StochasticErrorModel compound module

This error model provides parameters to specify the constant packet error rate, bit error rate, and symbol error rate for receptions independent of any interfering transmission or noise.

Properties:

Name Value Description
display i=block/broadcast

Source code:

//
// This module servces as the base module for error models.
//
module ErrorModelBase like IErrorModel
{
    parameters:
        @display("i=block/broadcast");
}