Functions | |
| TaskHandle_t | TaskList_getTaskByName (char *) |
| Retrieve task handle from list by name string. | |
| TaskHandle_t * | TaskList_new () |
| Retrieve a pointer to the first empty task handle in list. | |
| void | TaskList_forEach (void(*func)(TaskHandle_t)) |
| TaskHandle_t TaskList_getTaskByName | ( | char * | name | ) |
Retrieve task handle from list by name string.
| name | String representation of task assigned to handle |
Definition at line 24 of file tasklist.c.
| TaskHandle_t * TaskList_new | ( | ) |
Retrieve a pointer to the first empty task handle in list.
Definition at line 42 of file tasklist.c.
| void TaskList_forEach | ( | void(* | func )(TaskHandle_t) | ) |