ICo |
The ICoSimulator type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterStep | Called after advancing the simulator. | |
| BeforeStep | Called before advancing the simulator. | |
| CheckStatus | Check the current status of the simulator. | |
| GetStatus | The current status of the simulator. | |
| GetStepSize | Called before Step(ModelTime, ModelTime) with a proposed step size. Must return a step size that suits. | |
| GetTime | The current system time reported by the simulator. | |
| Paused | Simulation paused. | |
| Reset | Simulation reset. | |
| Resuming | Simulation resuming with a negotiated speed. Or simulation negotiated speed changed. | |
| Step | Called to advance the simulator by step. |