Tracks simulation wide traffic statistics
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
| Name | Type | Description |
|---|---|---|
| BaseWorldUtility | simple module |
Basic utility module for the whole network. Provides utility methods and information used by the whole network. |
| Name | Type | Default value | Description |
|---|---|---|---|
| playgroundSizeX | double |
x size of the area the nodes are in (in meters) |
|
| playgroundSizeY | double |
y size of the area the nodes are in (in meters) |
|
| playgroundSizeZ | double |
z size of the area the nodes are in (in meters) |
|
| useTorus | bool | false |
use the playground as torus? |
| recordVectors | bool | false | |
| bitrate | double | ||
| bcTraffic | bool | true |
| Name | Value | Description |
|---|---|---|
| class | WorldUtilityStats | |
| display | i=misc/globe |
// // Tracks simulation wide traffic statistics // simple WorldUtilityStats extends BaseWorldUtility { parameters: @class(WorldUtilityStats); bool recordVectors = default(false); double bitrate; bool bcTraffic = default(true); }