Click or drag to resize

Instance Events

The Instance type exposes the following members.

Events
  NameDescription
Public eventOnClockUpdate
Raised when the FMU calls the clock update callback function.
Public eventOnEnterConfigurationMode
Raised when the FMU has entered configuration or reconfiguration mode.
Public eventOnEnterInitializationMode
Raised when the FMU has entered initialization mode.
Public eventOnExitConfigurationMode
Raised when the FMU has exited configuration or reconfiguration mode.
Public eventOnExitInitializationMode
Raised when the FMU has exited initialization mode.
Public eventOnIntermediateUpdate
Raised when the FMU calls the intermediate update callback function.
Public eventOnLockPreemption
Raised when the FMU calls the lock preemption callback function.
Public eventOnLogMessage
Raised when the FMU calls the log message callback function.
Public eventOnUnlockPreemption
Raised when the FMU calls the unlock preemption callback function.
Public eventPropertyChanged
Top
See Also