Spacecraft Control Bundle 1
fsw_stored_command_processing::command_struct Struct Reference

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_structnext
 Pointer to next struct. More...
 

Detailed Description

Store commands in the data structure.

Member Data Documentation

◆ command

char* fsw_stored_command_processing::command_struct::command

English language command.

◆ commandID

int* fsw_stored_command_processing::command_struct::commandID

Command ID number.

◆ data

ml_matrix* fsw_stored_command_processing::command_struct::data

Data is an ml_matrix.

◆ jd

double* fsw_stored_command_processing::command_struct::jd

Julian data for command execution.

◆ next

command_struct* fsw_stored_command_processing::command_struct::next

Pointer to next struct.


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