Compound Module Ieee80211BerTableErrorModel

Package: inet.physicallayer.ieee80211.packetlevel.errormodel
File: src/inet/physicallayer/ieee80211/packetlevel/errormodel/Ieee80211BerTableErrorModel.ned

(no description)

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.

Extends:

Name Type Description
ErrorModelBase compound module

This module servces as the base module for error models.

Parameters:

Name Type Default value Description
opMode string
berTableFile string

Properties:

Name Value Description
display i=block/broadcast
class Ieee80211BerTableErrorModel

Source code:

module Ieee80211BerTableErrorModel extends ErrorModelBase
{
    parameters:
        string opMode @enum("a","b","g(erp)","g(mixed)","n","p");
        string berTableFile;
        @class(Ieee80211BerTableErrorModel);
        @display("i=block/broadcast");
}