Module Interface IErrorModel

Package: inet.physicallayer.contract.packetlevel
File: src/inet/physicallayer/contract/packetlevel/IErrorModel.ned

The error model describes how the signal to noise ratio affects the amount of errors at the receiver.

IErrorModel

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.

Used in compound modules:

Name Type Description
NarrowbandReceiverBase compound module

This module servces as a base module for narrowband receiver models.

Properties:

Name Value Description
display i=block/broadcast

Source code:

//
// The error model describes how the signal to noise ratio affects the amount of
// errors at the receiver.
//
moduleinterface IErrorModel
{
    parameters:
        @display("i=block/broadcast");
}