DefaultCommandList:

--------------------------------------------------------------------------
  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)

   Since version 7.
--------------------------------------------------------------------------
   Form:
   cmd = DefaultCommandList;
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   none

   -------
   Outputs
   -------
   cmd          (.)    Data structure of commands to be sent to the cluster

--------------------------------------------------------------------------

Children:

FormationFlying: DataStructures/Command_Structure
FormationFlying: DataStructures/TeamGoals_Structure
FormationFlying: DataStructures/Team_Structure