Simple Module ErrAndCollDecider

File: NetworkInterfaces/MF80211/phyLayer/decider/ErrAndCollDecider.ned

C++ definition: click here

Decider module to use with digital channel modules like GilbertElliotSnr

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.

Parameters:

Name Type Description
debug bool

debug switch

snrThresholdLevel numeric

Gates:

Name Direction Description
uppergateOut output
lowergateIn input

Source code:

simple ErrAndCollDecider
    parameters:
        debug : bool, // debug switch
        snrThresholdLevel: numeric;
    gates:
        out: uppergateOut;
        in: lowergateIn;
endsimple