Skip to main content

Module config

Module config 

Source
Expand description

World configuration, validation, and error types.

WorldConfig is the builder-input for constructing a simulation world. validate() checks structural invariants at startup; the actual world constructor (WP-5b) calls validate_pipeline() directly to obtain the ReadResolutionPlan.

Structs§

AsyncConfig
Configuration for RealtimeAsyncWorld.
BackoffConfig
Configuration for the adaptive command rejection backoff (§6.11).
WorldConfig
Complete configuration for constructing a simulation world.

Enums§

ConfigError
Errors detected during WorldConfig::validate().