BMacHeaderBase
classBase class for BMac 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 |
---|---|---|
BMacControlFrame | class |
Control Frame for BMac. Frame size is configurable in the MAC layer. |
BMacDataFrameHeader | class |
Dataframe header for BMac. Frame size is configurable in the MAC layer. |
Fields
Name | Type | Description |
---|---|---|
srcAddr | MacAddress | |
destAddr | MacAddress | |
type | BMacType | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Base class for ~BMac headers. // class BMacHeaderBase extends FieldsChunk { MacAddress srcAddr; MacAddress destAddr; BMacType type; }File: src/inet/linklayer/bmac/BMacHeader.msg