Click or drag to resize

CoSimulatorBase Methods

The CoSimulatorBase 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.
Public methodGetStatus
The current status of the simulator.
Public methodGetTime
The current time as reported by the simulator.
Public methodInterrupt
Raises the Interrupted event.
Protected methodNotifyStatusChanged
Raises the StatusChanged event.
Public methodReset
Simulation reset.
Public methodStarting
Simulation starting.
Public methodStep
Called to advance the simulator by step.
Public methodStopped
Simulation stopped.
Top
See Also