CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
comms_telecommand_defs.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__COMMS_TELECOMMAND_DEFS_H
2#define INCLUDE_GUARD__COMMS_TELECOMMAND_DEFS_H
3
5
6#include <stdint.h>
7
9 const char *args_str,
10 char *response_output_buf, uint16_t response_output_buf_len
11);
12
14 const char *args_str,
15 char *response_output_buf, uint16_t response_output_buf_len
16);
17
19 const char *args_str,
20 char *response_output_buf, uint16_t response_output_buf_len
21);
23 const char *args_str,
24 char *response_output_buf, uint16_t response_output_buf_len
25);
27 const char *args_str,
28 char *response_output_buf, uint16_t response_output_buf_len
29);
30
31#endif // INCLUDE_GUARD__COMMS_TELECOMMAND_DEFS_H
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