|
CTS-SAT-1-OBC-Firmware
|
#include <stdint.h>

Go to the source code of this file.
Functions | |
| uint8_t | TCMDEXEC_gnss_send_cmd_ascii (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Send a command to the GNSS and receive the response as ASCII. | |
| uint8_t | TCMDEXEC_gnss_send_cmd_ascii_get_response_hex (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Send a command to the GNSS (text) and receive the response as hex. | |
| uint8_t | TCMDEXEC_gnss_enable_firehose_storage_mode (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| uint8_t | TCMDEXEC_gnss_disable_firehose_storage_mode (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Disables the GNSS firehose storage mode (closes the firehose file). | |
| uint8_t TCMDEXEC_gnss_disable_firehose_storage_mode | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Disables the GNSS firehose storage mode (closes the firehose file).
| args_str | No args. |

| uint8_t TCMDEXEC_gnss_enable_firehose_storage_mode | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |

| uint8_t TCMDEXEC_gnss_send_cmd_ascii | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Send a command to the GNSS and receive the response as ASCII.
| args_str |
|
| response_output_buf | The buffer to write the response to |
| response_output_buf_len | The maximum length of the response_output_buf (its size) |

| uint8_t TCMDEXEC_gnss_send_cmd_ascii_get_response_hex | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Send a command to the GNSS (text) and receive the response as hex.
| args_str |
|
| response_output_buf | The buffer to write the response to (output as hex) |
| response_output_buf_len | The maximum length of the response_output_buf (its size) |
