ICoSimulator Methods |
The ICoSimulator type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterStep |
Called after advancing the simulator.
| |
| BeforeStep |
Called before advancing the simulator.
| |
| GetNextStepSize |
Returns a suggestion as to how long this simulators next step should be.
This is only called for simulators that return the SimulationThread flag from
Flags.
| |
| GetStatus |
The current status of the simulator.
| |
| GetTime |
The current system time reported by the simulator. (Accurate to at least one millisecond.)
| |
| Starting |
Simulation starting.
| |
| Step |
Called to advance the simulator by step.
| |
| Stopped |
Simulation stopped.
|