CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
gnss_telecommand_defs.h File Reference
#include "telecommand_exec/telecommand_types.h"
#include <stdint.h>
Include dependency graph for gnss_telecommand_defs.h:
This graph shows which files directly or indirectly include this file:

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)
 Telecommand: Transmit a log command to the GNSS receiver through UART.
 

Function Documentation

◆ TCMDEXEC_gnss_send_cmd_ascii()

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.

Parameters
args_str
  • Arg 0: Log command to be sent to GNSS eg "log bestxyza once" (string)
response_output_bufThe buffer to write the response to
response_output_buf_lenThe maximum length of the response_output_buf (its size)
Returns
0 on success, > 0 error
Here is the call graph for this function: