Simple Module GlobalCoordinator

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

C++ definition

(no description)

GlobalCoordinator

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.

Used in compound modules:

Name Type Description
GlobalCoordinatorModules compound module (no description)
GlobalQuonModules compound module (no description)
GlobalQuonModulesLC compound module (no description)
GlobalVastModules compound module (no description)

Parameters:

Name Type Default value Description
seed double

seed for scenery generation

Hotspots string

For hotspotRoaming, definition of the hotspots

HotspotStayTime double

For hotspotRoaming, how long to stay in a hotspot

Properties:

Name Value Description
display i=block/app

Source code:

simple GlobalCoordinator
{
    parameters:
        double seed;      // seed for scenery generation
        string Hotspots;  // For hotspotRoaming, definition of the hotspots
        double HotspotStayTime @unit(s); // For hotspotRoaming, how long to stay in a hotspot
        @display("i=block/app");
}