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.
This component has been taken over from Mobility Framework 1.0a5.
Author: Daniel Willkomm, Andras Varga
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.
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 |
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