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. This is only called for simulators that set the SimulationThread flag.
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 methodStarting
Simulation starting.
Public methodStep
Called to advance the simulator by step.
Public methodStopped
Simulation stopped.
Public methodToString (Overrides ObjectToString.)
Top
See Also