CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
gnss_telecommand_defs.c File Reference
#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>
Include dependency graph for gnss_telecommand_defs.c:

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: