CTS-SAT-1-OBC-Firmware
|
#include "telecommands/comms_telecommand_defs.h"
#include "comms_drivers/rf_antenna_switch.h"
#include "telecommand_exec/telecommand_args_helpers.h"
#include "littlefs/littlefs_helper.h"
#include "comms_drivers/bulk_file_downlink.h"
#include "log/log.h"
#include <string.h>
#include <stdio.h>
Functions | |
uint8_t | TCMDEXEC_comms_set_rf_switch_control_mode (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Sets the state of the dipole switch on the OBC to either Antenna 1 or Antenna 2. | |
uint8_t | TCMDEXEC_comms_get_rf_switch_info (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Gets the current RF switch control mode and the current antenna state. | |
uint8_t | TCMDEXEC_comms_bulk_file_downlink_start (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Initiate a bulk file downlink over the UHF radio. | |
uint8_t | TCMDEXEC_comms_bulk_file_downlink_pause (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Telecommand: Pause bulk file downlink. | |
uint8_t | TCMDEXEC_comms_bulk_file_downlink_resume (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
uint8_t TCMDEXEC_comms_bulk_file_downlink_pause | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Telecommand: Pause bulk file downlink.
args_str | (unused) |
uint8_t TCMDEXEC_comms_bulk_file_downlink_resume | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
uint8_t TCMDEXEC_comms_bulk_file_downlink_start | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Initiate a bulk file downlink over the UHF radio.
args_str |
|
uint8_t TCMDEXEC_comms_get_rf_switch_info | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Gets the current RF switch control mode and the current antenna state.
args_str | No args. |
uint8_t TCMDEXEC_comms_set_rf_switch_control_mode | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Sets the state of the dipole switch on the OBC to either Antenna 1 or Antenna 2.
args_str |
|