CTS-SAT-1-OBC-Firmware
|
#include "telecommand_exec/telecommand_definitions.h"
#include "telecommand_exec/telecommand_args_helpers.h"
#include "telecommand_exec/telecommand_executor.h"
#include "debug_tools/debug_uart.h"
#include "telecommands/agenda_telecommands_defs.h"
#include "log/log.h"
#include "transforms/arrays.h"
#include <string.h>
#include <stdio.h>
Functions | |
uint8_t | TCMDEXEC_agenda_delete_all (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Telecommand: Delete all agendas. | |
uint8_t | TCMDEXEC_agenda_delete_by_tssent (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Telecommand: Delete agenda entry by tssent timestamp. | |
uint8_t | TCMDEXEC_agenda_fetch_jsonl (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Telecommand: Fetch all pending agenda items, and log them each as JSONL. | |
uint8_t | TCMDEXEC_agenda_delete_by_name (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
Telecommand: Delete all agenda entries with a telecommand name. | |
uint8_t TCMDEXEC_agenda_delete_all | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Telecommand: Delete all agendas.
args_str | No arguments needed |
response_output_buf | The buffer to write the response to |
response_output_buf_len | The maximum length of the response_output_buf (its size) |
uint8_t TCMDEXEC_agenda_delete_by_name | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Telecommand: Delete all agenda entries with a telecommand name.
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) |
uint8_t TCMDEXEC_agenda_delete_by_tssent | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Telecommand: Delete agenda entry by tssent timestamp.
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) |
uint8_t TCMDEXEC_agenda_fetch_jsonl | ( | const char * | args_str, |
char * | response_output_buf, | ||
uint16_t | response_output_buf_len ) |
Telecommand: Fetch all pending agenda items, and log them each as JSONL.
args_str | No arguments needed |
response_output_buf | The buffer to write the response to |
response_output_buf_len | The maximum length of the response_output_buf (its size) |