Expand description
The context module provides various context objects that allow interaction with the simulation environment.
These contexts are passed to models, sources, and hooks, enabling them to schedule events, access simulation time, and interact with other parts of the simulation.
Structs§
- Active
Executor Context - Context for tick processing where micro-steps can be executed.
- Event
Context - Holds and manages context information during event processing.
- Executor
Context - Manages the simulation state at the execution engine level.
- Source
Context - Context information provided during the source execution phase.
Enums§
- Executor
Status - Represents the current status of the execution engine.
Traits§
- User
Context - Provides context information accessible by models during simulation execution.