CoSimulatorBase Methods |
The CoSimulatorBase 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 set the SimulationThread flag.
| |
| GetStatus |
The current status of the simulator.
| |
| GetTime |
The current time as reported by the simulator.
| |
| Interrupt |
Raises the Interrupted event.
| |
| NotifyStatusChanged |
Raises the StatusChanged event.
| |
| Starting |
Simulation starting.
| |
| Step |
Called to advance the simulator by step.
| |
| Stopped |
Simulation stopped.
| |
| ToString | (Overrides ObjectToString.) |