Package: inet.physicallayer.wireless.common.base.bitlevel
LayeredErrorModelBase
compound module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Known subclasses
| Name | Type | Description |
|---|---|---|
| ApskLayeredErrorModel | compound module |
This error model computes the erroneous bits, symbols, or simply whether the packet is error free or not based on the SNIR. |
| StochasticLayeredErrorModel | compound module | (no description) |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| symbolCorruptionMode | string | "1bit" |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/broadcast |
Source code
module LayeredErrorModelBase like ILayeredErrorModel { parameters: string symbolCorruptionMode @enum("1bit","uniform") = default("1bit"); @display("i=block/broadcast"); }File: src/inet/physicallayer/wireless/common/base/bitlevel/LayeredErrorModelBase.ned