Simple Module WirelessMac

File: NetworkInterfaces/MFCore/WirelessMac.ned

This is not an actual MAC implementation, just a prototype for wireless MAC's that use a MF (Mobility Framework)-based physical layer.

Author: Daniel Willkomm, Andras Varga

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Gates:

Name Direction Description
uppergateIn input

from the network layer

uppergateOut output

to the network layer

lowergateIn input

from the physical layer

lowergateOut output

to the physical layer

Source code:

simple WirelessMac
    gates:
        in: uppergateIn; // from the network layer
        out: uppergateOut; // to the network layer
        in: lowergateIn; // from the physical layer
        out: lowergateOut; // to the physical layer
endsimple