packageOperatingSystem
This package contains several useful implementations of the OS API, for example, a mutex, a sleep command, etc
Extends from Modelica.Icons.FunctionsPackage (Icon for packages containing functions).
Contents
| Name | Description |
|---|---|
| it beeps. | |
| the time since OS startup in ms | |
| ProcessPriority | An object for process priority. |
| returns a random real within the given range. | |
| returns a random real within the given range. | |
| RealTimeSynchronization | Deprecated. Use RTSync instead. An object for real-time synchronization. |
| Deprecated. Use rtSyncSynchronize instead. Pauses the simulation until synchronization with real-time is achieved | |
| RTSync | An object for real-time synchronization. |
| Slow down task so that simulation time == real-time. |