LMacControlFrame
classControl Frame 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 |
|---|---|---|
| srcAddr | MacAddress | |
| destAddr | MacAddress | |
| type | LMacType | |
| mySlot | int |
the node's current slot number |
| occupiedSlots | MacAddress[] |
currently known occupied slots |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Control Frame for ~LMac. Frame size is configurable // in the MAC layer. // class LMacControlFrame extends LMacHeaderBase { }File: src/inet/linklayer/lmac/LMacHeader.msg