Simple Module SimpleClient

File: Applications/SimpleClient/SimpleClient.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
moveDelay numeric
areaDimension numeric
movementSpeed numeric
movementGenerator string
groupSize numeric

Gates:

Name Direction Description
from_overlay input
to_overlay output

Source code:

simple SimpleClient
    parameters:
        debugOutput: bool,
        moveDelay: numeric,
        areaDimension: numeric,
        movementSpeed: numeric,
        movementGenerator: string,
        groupSize: numeric;

    gates:
        in: from_overlay;
        out: to_overlay;
endsimple