|
APIs, concepts, guides, and more
|
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. | |
| int32_t | KeyGet (int32_t milliseconds) |
| Wait for a key to be pressed and return its value. | |
| int32_t | TimerCountGet () |
| Gets the time since startup. | |
| int32_t | TimerFrequencyGet () |
| Get the number milliseconds per second. | |
| int32_t | PerformanceTimerCountGet () |
| Gets the current high performance counter value. | |
| int32_t | PerformanceTimerFrequencyGet () |
| Gets the frequency of the performance counter. | |
The RapidCodeOS object is a base class.
RapidCodeOS is primarily responsible for handling timer/sleep functionality. The most common example uses of which are: