Task Management Services
µC/OS-III provides a number of task-related services to call from the application. These services are found in os_task.c
and they all start with OSTask???()
. The type of service they perform groups task-related services:
Table - Task Management Services
Group | Functions |
---|---|
General | OSTaskCreate() |
Signaling a Task (See Synchronization) | OSTaskSemPend() |
Sending Messages to a Task (See Message Passing) | OSTaskQPend() |
A complete description of all µC/OS-III task related services is provided in µC/OS-III API Reference.