Message LMacPkt

File: modules/messages/LMacPkt.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

MacPkt (packet)

A basic MAC (Media Access Control) packet format definition

Fields:

Name Type Description
destAddr long

destination mac address

mySlot int

the node's current slot number

occupiedSlots short[]

currently known occupied slots

srcAddr long

source mac address

sequenceId long

Sequence Number to detect duplicate messages

Source code:

message LMacPkt extends MacPkt
{
    int mySlot; // the node's current slot number
    short occupiedSlots[]; // currently known occupied slots
}