Compound Module GlobalCoordinatorModules

Package: oversim.applications.simplegameclient
File: src/applications/simplegameclient/GlobalCoordinator.ned

(no description)

GlobalCoordinator ConnectivityProbeApp

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Parameters:

Name Type Default value Description
connectivityProbeIntervall double

interval after which to check connectivity

Unassigned submodule parameters:

Name Type Default value Description
coordinator.seed double

seed for scenery generation

coordinator.Hotspots string

For hotspotRoaming, definition of the hotspots

coordinator.HotspotStayTime double

For hotspotRoaming, how long to stay in a hotspot

Source code:

module GlobalCoordinatorModules like IGlobalFunctions
{
    parameters:
        double connectivityProbeIntervall @unit(s);    // interval after which to check connectivity
    submodules:
        coordinator: GlobalCoordinator;
        probe: ConnectivityProbeApp {
            parameters:
                connectivityProbeIntervall = connectivityProbeIntervall;
        }
}