CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
TCMD_parsed_tcmd_to_execute_t Struct Reference

#include <telecommand_types.h>

Public Attributes

uint8_t tcmd_idx
 The index of the telecommand in the TCMD_telecommand_definitions array.
 
char args_str_no_parens [255]
 
uint64_t timestamp_sent
 The value of the @tssent field when the telecommand was received.
 
uint64_t timestamp_to_execute
 The value of the @tsexec field when the telecommand was received.
 
char resp_fname [TCMD_MAX_RESP_FNAME_LEN]
 Name of file that response should be written to, empty string otherwise.
 

Member Data Documentation

◆ args_str_no_parens

char TCMD_parsed_tcmd_to_execute_t::args_str_no_parens[255]

◆ resp_fname

char TCMD_parsed_tcmd_to_execute_t::resp_fname[TCMD_MAX_RESP_FNAME_LEN]

Name of file that response should be written to, empty string otherwise.

◆ tcmd_idx

uint8_t TCMD_parsed_tcmd_to_execute_t::tcmd_idx

The index of the telecommand in the TCMD_telecommand_definitions array.

◆ timestamp_sent

uint64_t TCMD_parsed_tcmd_to_execute_t::timestamp_sent

The value of the @tssent field when the telecommand was received.

◆ timestamp_to_execute

uint64_t TCMD_parsed_tcmd_to_execute_t::timestamp_to_execute

The value of the @tsexec field when the telecommand was received.


The documentation for this struct was generated from the following file: