CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
gnss_telecommand_defs.h
Go to the documentation of this file.
1#ifndef __INCLUDE_GUARD__GNSS_TELECOMMAND_DEFS_H
2#define __INCLUDE_GUARD__GNSS_TELECOMMAND_DEFS_H
3
5
6#include <stdint.h>
7
8uint8_t TCMDEXEC_gnss_send_cmd_ascii(const char *args_str,
9 char *response_output_buf, uint16_t response_output_buf_len);
10
11#endif // __INCLUDE_GUARD__GNSS_TELECOMMAND_DEFS_H
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.
Definition gnss_telecommand_defs.c:19