Spacecraft Control Bundle 1
|
Store commands in the data structure. More...
#include <fsw_stored_command_processing.h>
Public Attributes | |
double * | jd |
Julian data for command execution. More... | |
ml_matrix * | data |
Data is an ml_matrix. More... | |
char * | command |
English language command. More... | |
int * | commandID |
Command ID number. More... | |
command_struct * | next |
Pointer to next struct. More... | |
Store commands in the data structure.
char* fsw_stored_command_processing::command_struct::command |
English language command.
int* fsw_stored_command_processing::command_struct::commandID |
Command ID number.
ml_matrix* fsw_stored_command_processing::command_struct::data |
Data is an ml_matrix.
double* fsw_stored_command_processing::command_struct::jd |
Julian data for command execution.
command_struct* fsw_stored_command_processing::command_struct::next |
Pointer to next struct.