Click or drag to resize

ICoSimulator Methods

The ICoSimulator type exposes the following members.

Methods
  NameDescription
Public methodAfterStep
Called after advancing the simulator.
Public methodBeforeStep
Called before advancing the simulator.
Public methodGetNextStepSize
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.
Public methodGetStatus
The current status of the simulator.
Public methodGetTime
The current system time reported by the simulator. (Accurate to at least one millisecond.)
Public methodStarting
Simulation starting.
Public methodStep
Called to advance the simulator by step.
Public methodStopped
Simulation stopped.
Top
See Also