Ieee80211FhssPhyHeader

Ieee80211FhssPhyHeader

class

(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
Ieee80211PhyHeader class (no description)

Fields

Name Type Description
chunkLength b
plw uint16_t
psf uint8_t
crc uint16_t
crcMode CrcMode
lengthField B

TODO: remove this, because not all subtypes have lengthField

mutable bool
complete bool
correct bool
properlyRepresented bool
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

class Ieee80211FhssPhyHeader extends Ieee80211PhyHeader
{
    chunkLength = b(32);
    uint16_t plw;
    uint8_t psf;
    uint16_t crc;
    CrcMode crcMode = CRC_MODE_UNDEFINED;
}

File: src/inet/physicallayer/ieee80211/packetlevel/Ieee80211PhyHeader.msg