(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
| Name | Type | Description |
|---|---|---|
| MacPkt | packet |
A basic MAC (Media Access Control) packet format definition |
| Name | Type | Description |
|---|---|---|
| mySlot | int |
the node's current slot number |
| occupiedSlots | LAddress::L2Type[] |
currently known occupied slots |
| destAddr | LAddress::L2Type |
destination mac address |
| srcAddr | LAddress::L2Type |
source mac address |
| sequenceId | long |
Sequence Number to detect duplicate messages |
message LMacPkt extends MacPkt { int mySlot; // the node's current slot number LAddress::L2Type occupiedSlots[]; // currently known occupied slots }