This package contains several useful implementations of the OS API, for example, a mutex, a sleep command, etc
Name | Description |
---|---|
beep | it beeps. |
clock | the time since OS startup in ms |
ProcessPriority | An object for process priority. |
randomReal | returns a random real within the given range. |
randomReal_ | returns a random real within the given range. |
RealTimeSynchronization | Deprecated. Use RTSync instead. An object for real-time synchronization. |
realtimeSynchronize | Deprecated. Use rtSyncSynchronize instead. Pauses the simulation until synchronization with real-time is achieved |
setProcessPriority | |
sleep | |
RTSync | An object for real-time synchronization. |
rtSyncSynchronize | Slow down task so that simulation time == real-time. |