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.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

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.

GlobalCoordinatorModules (compound module) (no description)
GlobalQuonModules (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");
}