CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
rtos_tasks.h
Go to the documentation of this file.
1
2#ifndef INCLUDE_GUARD__RTOS_TASKS_H__
3#define INCLUDE_GUARD__RTOS_TASKS_H__
4
5#include "main.h"
7
8#define TCMD_MAX_RESPONSE_BUFFER_LENGTH 2048
9
10void TASK_DEBUG_print_heartbeat(void *argument);
11
12void TASK_execute_telecommands(void *argument);
13
14void TASK_monitor_freertos_memory(void *argument);
15
16#endif // INCLUDE_GUARD__RTOS_TASKS_H__
: Header for main.c file. This file contains the common defines of the application.
void TASK_execute_telecommands(void *argument)
Definition rtos_tasks.c:65
void TASK_monitor_freertos_memory(void *argument)
Definition rtos_tasks.c:108
void TASK_DEBUG_print_heartbeat(void *argument)
Definition rtos_tasks.c:29