Instance Events |
The Instance type exposes the following members.
| Name | Description | |
|---|---|---|
| OnClockUpdate |
Raised when the FMU calls the clock update callback function.
| |
| OnEnterConfigurationMode |
Raised when the FMU has entered configuration or reconfiguration mode.
| |
| OnEnterInitializationMode |
Raised when the FMU has entered initialization mode.
| |
| OnExitConfigurationMode |
Raised when the FMU has exited configuration or reconfiguration mode.
| |
| OnExitInitializationMode |
Raised when the FMU has exited initialization mode.
| |
| OnIntermediateUpdate |
Raised when the FMU calls the intermediate update callback function.
| |
| OnLockPreemption |
Raised when the FMU calls the lock preemption callback function.
| |
| OnLogMessage |
Raised when the FMU calls the log message callback function.
| |
| OnUnlockPreemption |
Raised when the FMU calls the unlock preemption callback function.
| |
| PropertyChanged |