|
CTS-SAT-1-OBC-Firmware
|
#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 [TCMD_ARGS_STR_NO_PARENS_SIZE] |
| 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. | |
| char TCMD_parsed_tcmd_to_execute_t::args_str_no_parens[TCMD_ARGS_STR_NO_PARENS_SIZE] |
| 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.
| uint8_t TCMD_parsed_tcmd_to_execute_t::tcmd_idx |
The index of the telecommand in the TCMD_telecommand_definitions array.
| uint64_t TCMD_parsed_tcmd_to_execute_t::timestamp_sent |
The value of the @tssent field when the telecommand was received.
| uint64_t TCMD_parsed_tcmd_to_execute_t::timestamp_to_execute |
The value of the @tsexec field when the telecommand was received.