Loading...
Searching...
No Matches
tasklist.h
1
5
6
// ALLOW FORMATTING
7
#ifndef TASKLIST_H
8
#define TASKLIST_H
9
10
#define MAX_TASKS 20
11
18
19
#include "FreeRTOS.h"
20
#include "task.h"
21
22
TaskHandle_t *
TaskList_getTaskByName
(
char
*);
23
TaskHandle_t *
TaskList_new
();
24
25
#endif
26
TaskList_new
TaskHandle_t * TaskList_new()
Retrieve a pointer to the first empty task handle in list.
Definition
tasklist.c:42
TaskList_getTaskByName
TaskHandle_t * TaskList_getTaskByName(char *)
Retrieve task handle from list by name string.
Definition
tasklist.c:24
Australis-Avionics
Code
core
inc
tasklist.h
Generated by
1.13.2