Simple Module SnrEval80211

File: NetworkInterfaces/MF80211/phyLayer/snrEval/SnrEval80211.ned

C++ definition: click here

(no description)

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.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

Nic80211

This NIC implements an 802.11 network interface card.

Parameters:

Name Type Description
debug bool

debug switch

transmitterPower numeric
bitrate numeric
headerLength numeric const
carrierFrequency numeric
thermalNoise numeric
pathLossAlpha numeric
sensitivity numeric

Gates:

Name Direction Description
uppergateIn input
uppergateOut output
radioIn input

to receive AirFrames

Source code:

simple SnrEval80211
    parameters:
    debug: bool, // debug switch
        transmitterPower : numeric,
    bitrate: numeric,
    headerLength: numeric const,
    carrierFrequency: numeric,
    thermalNoise: numeric,
    pathLossAlpha: numeric,
    sensitivity: numeric;
    gates:
        in: uppergateIn;
        out: uppergateOut;
        in: radioIn; // to receive AirFrames
endsimple