CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
rtos_tasks_rx_telecommands.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__RTOS_TCMD_RECEIVE_DEBUG_UART_TASK_H
2#define INCLUDE_GUARD__RTOS_TCMD_RECEIVE_DEBUG_UART_TASK_H
3
4#include <stdint.h>
5
7
8void TASK_handle_uart_telecommands(void *argument);
9
10void TASK_handle_ax100_kiss_telecommands(void *argument);
11
12
13#endif // INCLUDE_GUARD__RTOS_TCMD_RECEIVE_DEBUG_UART_TASK_H
void TASK_handle_ax100_kiss_telecommands(void *argument)
Definition rtos_tasks_rx_telecommands.c:288
void TASK_handle_uart_telecommands(void *argument)
Definition rtos_tasks_rx_telecommands.c:149
uint32_t AX100_uptime_at_last_received_kiss_tcmd_ms
The system uptime, as of the last time a telecommand was received by the AX100 (and sent to OBC via K...
Definition rtos_tasks_rx_telecommands.c:21