Package: inet.physicallayer.ieee80211.packetlevel.errormodel
Ieee80211NistErrorModel
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 |
---|---|---|
Ieee80211OfdmErrorModel | compound module |
This is the error model for the layered IEEE 802.11 OFDM PHY infrastructure (IEEE 802.11-2012, Clause 18). OFDM means that the physical layer uses OFDM modulation. |
Extends
Name | Type | Description |
---|---|---|
ErrorModelBase | compound module |
This module servces as the base module for error models. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
corruptionMode | string | "packet" | |
snirMode | string | "min" |
Properties
Name | Value | Description |
---|---|---|
display | i=block/broadcast | |
class | Ieee80211NistErrorModel |
Source code
module Ieee80211NistErrorModel extends ErrorModelBase { parameters: @class(Ieee80211NistErrorModel); @display("i=block/broadcast"); }File: src/inet/physicallayer/ieee80211/packetlevel/errormodel/Ieee80211NistErrorModel.ned