|
CTS-SAT-1-OBC-Firmware
|


Go to the source code of this file.
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_uplink_open_file (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Open a file for bulk uplink. | |
| uint8_t | TCMDEXEC_comms_bulk_uplink_seek (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Seek to a new position in the currently open bulk uplink file. | |
| uint8_t | TCMDEXEC_comms_bulk_uplink_write_bytes_hex (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Write hex bytes to the currently open bulk uplink file. | |
| uint8_t | TCMDEXEC_bulkup16 (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Write hex bytes to the currently open bulk uplink file. | |
| uint8_t | TCMDEXEC_comms_bulk_uplink_write_bytes_base64 (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Write Base64 bytes to the currently open bulk uplink file. | |
| uint8_t | TCMDEXEC_bulkup64 (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Write Base64 bytes to the currently open bulk uplink file. | |
| uint8_t | TCMDEXEC_comms_bulk_uplink_close_file (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Telecommand: Close the currently open bulk uplink file. | |
| uint8_t TCMDEXEC_bulkup16 | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Telecommand: Write hex bytes to the currently open bulk uplink file.
| args_str |
|

| uint8_t TCMDEXEC_bulkup64 | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Telecommand: Write Base64 bytes to the currently open bulk uplink file.
| args_str |
|

| 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_bulk_uplink_close_file | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Telecommand: Close the currently open bulk uplink file.
| args_str | No arguments |

| uint8_t TCMDEXEC_comms_bulk_uplink_open_file | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Telecommand: Open a file for bulk uplink.
| args_str |
|

| uint8_t TCMDEXEC_comms_bulk_uplink_seek | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Telecommand: Seek to a new position in the currently open bulk uplink file.
| args_str |
|

| uint8_t TCMDEXEC_comms_bulk_uplink_write_bytes_base64 | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Telecommand: Write Base64 bytes to the currently open bulk uplink file.
| args_str |
|


| uint8_t TCMDEXEC_comms_bulk_uplink_write_bytes_hex | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Telecommand: Write hex bytes to the currently open bulk uplink file.
| 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 |
|
