|
CTS-SAT-1-OBC-Firmware
|
#include "comms_drivers/comms_tx.h"#include "comms_drivers/beacon.h"#include "comms_drivers/rf_antenna_switch.h"#include "rtos_tasks/rtos_tasks_rx_telecommands.h"#include "main.h"#include "log/log.h"#include "eps_drivers/eps_types.h"#include "eps_drivers/eps_calculations.h"#include "timekeeping/timekeeping.h"#include "stm32/stm32_reboot_reason.h"#include "eps_drivers/eps_commands.h"#include "littlefs/littlefs_helper.h"#include "transforms/arrays.h"#include "self_checks/complete_self_check.h"#include "obc_systems/external_led_and_rbf.h"#include "obc_systems/obc_temperature_sensor.h"#include "system/system_temperature.h"#include "mpi/mpi_command_handling.h"#include "mpi/mpi_types.h"#include "uart_handler/uart_handler.h"#include "gnss_receiver/gnss_internal_drivers.h"#include "rtos_tasks/rtos_bootup_operation_fsm_task.h"#include "telecommands/system_telecommand_defs.h"#include "telecommand_exec/telecommand_definitions.h"#include "telecommand_exec/telecommand_executor.h"#include <string.h>Functions | |
| void | COMMS_fill_beacon_basic_packet (COMMS_beacon_basic_packet_t *beacon_packet) |
Variables | |
| uint32_t | COMMS_total_beacon_count_since_boot |
| MPI_transceiver_state_enum_t | MPI_current_transceiver_state |
| MPI_reason_for_stopping_active_mode | MPI_last_reason_for_stopping_active_mode |
| char | COMMS_beacon_friendly_message_str [COMMS_BEACON_FRIENDLY_MESSAGE_SIZE] = "Hello from CalgaryToSpace FrontierSat" |
| void COMMS_fill_beacon_basic_packet | ( | COMMS_beacon_basic_packet_t * | beacon_packet | ) |
| char COMMS_beacon_friendly_message_str[COMMS_BEACON_FRIENDLY_MESSAGE_SIZE] = "Hello from CalgaryToSpace FrontierSat" |
|
extern |
|
extern |
|
extern |