(no description)
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
Name | Type | Default value | Description |
---|---|---|---|
connectivityProbeIntervall | double |
interval after which to check connectivity |
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 |
module GlobalCoordinatorModules like IGlobalFunctions { parameters: double connectivityProbeIntervall @unit(s); // interval after which to check connectivity submodules: coordinator: GlobalCoordinator; probe: ConnectivityProbeApp { parameters: connectivityProbeIntervall = connectivityProbeIntervall; } }