Compound Module GlobalCoordinatorModules

File: Applications/SimpleGameClient/GlobalCoordinator.ned

(no description)

coordinator: GlobalCoordinator

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.

Contains the following modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

GlobalCoordinator (no description)

Unassigned submodule parameters:

Name Type Description
coordinator.seed numeric

seed for scenery generation

Source code:

module GlobalCoordinatorModules
    submodules:
        coordinator: GlobalCoordinator;
        display:
            "i=block/app";
endmodule