|
rtapi_task_wait − suspend execution of this periodic task |
|
void rtapi_task_wait() |
|
rtapi_task_wait suspends execution of the current task until the next period. The task must be periodic. If not, the result is undefined. |
|
Call only from within a periodic realtime task |
|
None |
|
rtapi_task_start(3rtapi), rtapi_task_pause(3rtapi) |