Ieee80211FhssPhyHeader

Namespace inet::physicallayer

Ieee80211FhssPhyHeader

class

C++ definition

(no description)

Extends

Name Type Description
Ieee80211PhyHeader (unknown -- not in documented files)

Fields

Name Type Description
chunkLength
plw uint16_t
psf uint8_t
fcs uint16_t
fcsMode ChecksumMode

should be FcsMode, but OMMeT++ bug #1351 prevents that (fixed in OMNeT++ 6.2)

Source code

class Ieee80211FhssPhyHeader extends Ieee80211PhyHeader
{
    chunkLength = b(32);
    uint16_t plw;
    uint8_t psf;
    uint16_t fcs;
    ChecksumMode fcsMode = FCS_MODE_UNDEFINED;  // should be FcsMode, but OMMeT++ bug #1351 prevents that (fixed in OMNeT++ 6.2)
}

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