Message LMacPkt

File: src/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.

LMacPkt

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.

LMacPkt MacPkt

Extends:

Name Type Description
MacPkt packet

A basic MAC (Media Access Control) packet format definition

Fields:

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

Source code:

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