CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
firmware
Core
Inc
rtos_tasks
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
"
6
#include "
rtos_tasks/rtos_task_helpers.h
"
7
8
#define TCMD_MAX_RESPONSE_BUFFER_LENGTH 2048
9
10
void
TASK_DEBUG_print_heartbeat
(
void
*argument);
11
12
void
TASK_execute_telecommands
(
void
*argument);
13
14
void
TASK_monitor_freertos_memory
(
void
*argument);
15
16
#endif
// INCLUDE_GUARD__RTOS_TASKS_H__
main.h
: Header for main.c file. This file contains the common defines of the application.
rtos_task_helpers.h
TASK_execute_telecommands
void TASK_execute_telecommands(void *argument)
Definition
rtos_tasks.c:65
TASK_monitor_freertos_memory
void TASK_monitor_freertos_memory(void *argument)
Definition
rtos_tasks.c:108
TASK_DEBUG_print_heartbeat
void TASK_DEBUG_print_heartbeat(void *argument)
Definition
rtos_tasks.c:29
Generated by
1.13.2