Simple Module RealWorldTestApp

File: Applications/RealWorldTestApp/RealWorldTestApp.ned

C++ definition: click here

Simple module of the real wolrd test application

Author: Bernhard Heep

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.

RealWorldTestAppModules

Compound module for a simple real world test application

Parameters:

Name Type Description
debugOutput bool

Gates:

Name Direction Description
from_lowerTier input
from_upperTier input
to_lowerTier output
to_upperTier output

Source code:

simple RealWorldTestApp
    parameters:
	debugOutput : bool;
    
    gates:
        in: from_lowerTier, from_upperTier;
        out: to_lowerTier, to_upperTier;
endsimple