XMacHeaderBase

XMacHeaderBase

class

Base class for XMac headers.

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

Known subclasses

Name Type Description
XMacControlFrame class

Control Frame for XMac. Frame size is configurable in the MAC layer.

XMacDataFrameHeader class

Dataframe header for XMac. Frame size is configurable in the MAC layer.

Fields

Name Type Description
srcAddr MacAddress
destAddr MacAddress
type XMacTypes
mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

//
// Base class for ~XMac headers.
//
class XMacHeaderBase extends FieldsChunk
{
    MacAddress srcAddr;
    MacAddress destAddr;
    XMacTypes type;
}

File: src/inet/linklayer/xmac/XMacHeader.msg