CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
telecommands
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
4
#include <stdint.h>
5
6
uint8_t
TCMDEXEC_gnss_send_cmd_ascii
(
7
const
char
*args_str,
8
char
*response_output_buf, uint16_t response_output_buf_len
9
);
10
11
uint8_t
TCMDEXEC_gnss_send_cmd_ascii_get_response_hex
(
12
const
char
*args_str,
13
char
*response_output_buf, uint16_t response_output_buf_len
14
);
15
16
uint8_t
TCMDEXEC_gnss_enable_firehose_storage_mode
(
17
const
char
*args_str,
char
*response_output_buf, uint16_t response_output_buf_len
18
);
19
20
uint8_t
TCMDEXEC_gnss_disable_firehose_storage_mode
(
21
const
char
*args_str,
char
*response_output_buf, uint16_t response_output_buf_len
22
);
23
24
#endif
// INCLUDE_GUARD__GNSS_TELECOMMAND_DEFS_H
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)
Send a command to the GNSS and receive the response as ASCII.
Definition
gnss_telecommand_defs.c:23
TCMDEXEC_gnss_enable_firehose_storage_mode
uint8_t TCMDEXEC_gnss_enable_firehose_storage_mode(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Definition
gnss_telecommand_defs.c:122
TCMDEXEC_gnss_send_cmd_ascii_get_response_hex
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.
Definition
gnss_telecommand_defs.c:73
TCMDEXEC_gnss_disable_firehose_storage_mode
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).
Definition
gnss_telecommand_defs.c:152
Generated by
1.17.0