Simple Module TestDecider

File: contrib/nic/phyLayer/TestDecider.ned

C++ definition: click here

Test Decider module to test core functionality

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.

CoreTestNic

The nic (network interface card) is a compound module that contains the MAC and PHY of a host within the Mobility Framework

Parameters:

Name Type Description
coreDebug bool

debug switch

Gates:

Name Direction Description
uppergateOut output
lowergateIn input

Source code:

simple TestDecider
    parameters:
       coreDebug : bool; // debug switch
    gates:
        out: uppergateOut;
        in: lowergateIn;
endsimple