Path: FormationFlying/CommandLists
Command list template. A specific command list is loaded for each simulation run. Each command in the list must have the following data: % - timetag (time at which to process the command) - spacecraft ID (which spacecraft does the command go to) - module name (which module does the command go to) - command name (name of command to send to the module) - data (whatever data is associated with the command) -------------------------------------------------------------------------- Form: cmd = DefaultCommandList; -------------------------------------------------------------------------- ------ Inputs ------ none ------- Outputs ------- cmd (.) Data structure of commands to be sent to the cluster --------------------------------------------------------------------------
FormationFlying: DataStructures/Command_Structure FormationFlying: DataStructures/Constraints_Structure FormationFlying: DataStructures/Geometry_Structure FormationFlying: DataStructures/TeamGoals_Structure FormationFlying: DataStructures/Team_Structure
Back to the FormationFlying Module page