Ieee80211OfdmPhyPreamble
classIEEE 802.11 18. Orthogonal frequency division multiplexing (OFDM)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| Ieee80211PhyPreamble | class | (no description) |
Known subclasses
| Name | Type | Description |
|---|---|---|
| Ieee80211ErpOfdmPhyPreamble | class |
IEEE 802.11 19. Extended Rate PHY (ERP) OFDM |
Fields
| Name | Type | Description |
|---|---|---|
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // IEEE 802.11 18. Orthogonal frequency division multiplexing (OFDM) // class Ieee80211OfdmPhyPreamble extends Ieee80211PhyPreamble { }File: src/inet/physicallayer/ieee80211/packetlevel/Ieee80211PhyHeader.msg