Packet LMacFrame

File: src/inet/linklayer/lmac/LMacFrame.msg

C++ definition

(no description)

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
MACFrameBase packet (no description)

Fields:

Name Type Description
mySlot int

the node's current slot number

occupiedSlots MACAddress[]

currently known occupied slots

srcAddr MACAddress
destAddr MACAddress

Source code:

packet LMacFrame extends MACFrameBase
{
    int mySlot; // the node's current slot number
    MACAddress occupiedSlots[]; // currently known occupied slots
}