|
pico]OS
1.0.4
|
Task info structure. More...
#include <picoos.h>
Data Fields | |
| struct PICOTASK * | next |
| Pointer to the next task info structure. | |
| struct PICOTASK * | prev |
| Pointer to the previous task structure. | |
| POSTASK_t | handle |
| Handle value of the pico]OS task. | |
| POSTASKFUNC_t | func |
| First function that ran in the task context. | |
| const char * | name |
| Name of this task (ASCII string) | |
| PTASKSTATE | state |
| Current state of the task (see PTASKSTATE for details). | |
| struct PICOEVENT * | event |
| Cross-reference to the involved event. | |
| UINT_t | timeout |
| State of the task's timeout counter. | |
Task info structure.
This structure can be used by a debugger IDE to display task status information. (used for debugging when POSCFG_FEATURE_DEBUGHELP is set to 1)
1.8.1