Simple Module TestSnrEval

File: contrib/nic/phyLayer/TestSnrEval.ned

C++ definition: click here

Test SnrEval 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

headerLength numeric const

Gates:

Name Direction Description
uppergateIn input
radioIn input
uppergateOut output
upperControlOut output

Source code:

simple TestSnrEval
    parameters:
	coreDebug : bool, // debug switch
	headerLength: numeric const;
    gates: 
        in: uppergateIn, radioIn;
        out: uppergateOut, upperControlOut;
endsimple