The RapidCodeOS object provides access to operating system (Windows) features. Accessible via MotionController . More...
Functions | |
void | Sleep (int32_t milliseconds) |
Put the current thread to sleep. More... | |
int32_t | KeyGet (int32_t milliseconds) |
Wait for a key to be pressed and return its value. More... | |
int32_t | TimerCountGet () |
Gets the time since startup. More... | |
int32_t | TimerFrequencyGet () |
Get the number milliseconds per second. More... | |
int32_t | PerformanceTimerCountGet () |
Gets the current high performance counter value. More... | |
int32_t | PerformanceTimerFrequencyGet () |
Gets the frequency of the performance counter. More... | |