|
CTS-SAT-1-OBC-Firmware
|
#include "telecommand_exec/telecommand_definitions.h"#include "telecommands/telecommand_adcs.h"#include "telecommand_exec/telecommand_args_helpers.h"#include "transforms/arrays.h"#include "timekeeping/timekeeping.h"#include "debug_tools/debug_uart.h"#include "uart_handler/uart_handler.h"#include "mpi/mpi_command_handling.h"#include "log/log.h"#include "telecommands/system_telecommand_defs.h"#include "telecommands/freertos_telecommand_defs.h"#include "telecommands/flash_telecommand_defs.h"#include "telecommands/lfs_telecommand_defs.h"#include "telecommands/log_telecommand_defs.h"#include "telecommands/timekeeping_telecommand_defs.h"#include "telecommands/antenna_telecommand_defs.h"#include "telecommands/i2c_telecommand_defs.h"#include "telecommands/obc_systems_telecommand_defs.h"#include "telecommands/uart_telecommand_defs.h"#include "telecommands/uart_error_tracking_telecommands.h"#include "telecommands/config_telecommand_defs.h"#include "telecommands/testing_telecommand_defs.h"#include "telecommand_exec/telecommand_executor.h"#include "telecommands/agenda_telecommands_defs.h"#include "telecommands/mpi_telecommand_defs.h"#include "telecommands/boom_deploy_telecommand_defs.h"#include "telecommands/eps_telecommands.h"#include "telecommands/stm32_internal_flash_telecommand_defs.h"#include "telecommands/comms_telecommand_defs.h"#include "telecommands/gnss_telecommand_defs.h"#include "telecommands/camera_telecommand_defs.h"#include "littlefs/littlefs_helper.h"#include "stm32/stm32_reboot_reason.h"#include <stdio.h>#include <stdint.h>#include <string.h>#include <inttypes.h>#include <time.h>
Variables | |
| const TCMD_TelecommandDefinition_t | TCMD_telecommand_definitions [] |
| const int16_t | TCMD_NUM_TELECOMMANDS = sizeof(TCMD_telecommand_definitions) / sizeof(TCMD_TelecommandDefinition_t) |
| const int16_t TCMD_NUM_TELECOMMANDS = sizeof(TCMD_telecommand_definitions) / sizeof(TCMD_TelecommandDefinition_t) |
| const TCMD_TelecommandDefinition_t TCMD_telecommand_definitions[] |