CTS-SAT-1-OBC-Firmware
|
#include "telecommand_exec/telecommand_definitions.h"
#include "uart_handler/uart_handler.h"
#include "telecommands/eps_telecommands.h"
#include "gnss_receiver/gnss_internal_drivers.h"
#include "log/log.h"
#include "main.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
Functions | |
uint8_t | TCMDEXEC_gnss_send_cmd_ascii (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Telecommand: Transmit a log command to the GNSS receiver through UART. | |
uint8_t TCMDEXEC_gnss_send_cmd_ascii | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Telecommand: Transmit a log command to the GNSS receiver through UART.
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) |