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:
Group | Functions |
|---|---|
General |
|
Signaling a Task |
|
Sending Messages to a Task |
|
A complete description of all µC/OS-III task related services is provided in µC/OS-III API Reference.