#include "evb_tasks.h"
Go to the source code of this file.
Functions | |
int | main (void) |
static void | vTaskComm (void *pvParameters) |
static void | vTaskLogger (void *pvParameters) |
RTOS logger task. More... | |
static void | vTaskMaint (void *pvParameters) |
RTOS maintenance task. More... | |
int main | ( | void | ) |
Definition at line 100 of file EVB-2/IS_EVB-2/src/main.cpp.
|
static |
Definition at line 16 of file EVB-2/IS_EVB-2/src/main.cpp.
|
static |
RTOS logger task.
Definition at line 44 of file EVB-2/IS_EVB-2/src/main.cpp.
|
static |
RTOS maintenance task.
Definition at line 60 of file EVB-2/IS_EVB-2/src/main.cpp.