Simple Module KBRTestApp

File: Applications/KBRTestApp/KBRTestApp.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.

Parameters:

Name Type Description
debugOutput bool
messageDelay numeric
lookupNodeIds bool
activeNetwInitPhase bool

Gates:

Name Direction Description
from_overlay input
to_overlay output

Source code:

simple KBRTestApp
    parameters:
	debugOutput : bool,
	messageDelay : numeric,
	lookupNodeIds : bool,
	activeNetwInitPhase : bool;
    
    gates:
        in: from_overlay;
        out: to_overlay;
endsimple