Provides black board like information exchange
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.
| BaseUtility (simple module) |
Basic utility module for a host. Mainly provides black board like information exchange between the other modules of a host. |
| BaseWorldUtility (simple module) |
Basic utility module for the whole network. Provides utility methods and information used by the whole network as well as simulation wide black board functionality. |
| Name | Type | Default value | Description |
|---|---|---|---|
| coreDebug | bool |
debug switch for the base framework |
// Provides black board like information // exchange simple Blackboard { parameters: bool coreDebug; // debug switch for the base framework }