LMacDataFrameHeader
classDataframe header for ~LMac. Frame size is configurable in the MAC layer.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| LMacHeaderBase | class |
Base class for ~LMac headers. |
Fields
| Name | Type | Description |
|---|---|---|
| networkProtocol | int | |
| srcAddr | MacAddress | |
| destAddr | MacAddress | |
| type | LMacType | |
| mySlot | int |
the node's current slot number |
| occupiedSlots | MacAddress[] |
currently known occupied slots |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// // Dataframe header for ~LMac. Frame size is configurable // in the MAC layer. // class LMacDataFrameHeader extends LMacHeaderBase { int networkProtocol = -1; }File: src/inet/linklayer/lmac/LMacHeader.msg