ApskPhyHeader

Namespace inet

ApskPhyHeader

class

C++ definition

(no description)

Extends

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

Fields

Name Type Description
chunkLength
headerLengthField b
payloadLengthField b
fcs uint16_t
fcsMode ChecksumMode

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

payloadProtocol Protocol

specifies a protocol (internal class with an artificial identifier)

Source code

class ApskPhyHeader extends FieldsChunk
{
    chunkLength = B(8);
    b headerLengthField;
    b payloadLengthField;
    uint16_t fcs = 0;
    ChecksumMode fcsMode = FCS_MODE_UNDEFINED;  // should be FcsMode, but OMMeT++ bug #1351 prevents that (fixed in OMNeT++ 6.2)
    const Protocol *payloadProtocol; // specifies a protocol (internal class with an artificial identifier)
}
File: src/inet/physicallayer/wireless/apsk/packetlevel/ApskPhyHeader.msg