1#ifndef INCLUDE_GUARD__COMMS_TELECOMMAND_DEFS_H
2#define INCLUDE_GUARD__COMMS_TELECOMMAND_DEFS_H
10 char *response_output_buf, uint16_t response_output_buf_len
15 char *response_output_buf, uint16_t response_output_buf_len
20 char *response_output_buf, uint16_t response_output_buf_len
24 char *response_output_buf, uint16_t response_output_buf_len
28 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.
Definition comms_telecommand_defs.c:182
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.
Definition comms_telecommand_defs.c:65
uint8_t TCMDEXEC_comms_bulk_file_downlink_resume(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Definition comms_telecommand_defs.c:204
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.
Definition comms_telecommand_defs.c:100
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.
Definition comms_telecommand_defs.c:15