DFFCommandProcessing:

------------------------------------------------------------------------
   Receive ground commands and route them to the appropriate module(s).

   Since version 7.
------------------------------------------------------------------------
   Form:
   DFFCommandProcessing( action, d, k )
------------------------------------------------------------------------

   ------
   Inputs
   ------
   action        (1,:)     'initialize' 
                           'update'
                           'register' 
                           'command ...' 
                           'set ...'
   d             (1,1)     commandList when action is 'initialize'
                           otherwise Mission elapsed time
   k             (1,1)     Unique spacecraft identifier

   -------
   Outputs
   -------
   y             (:)       Depends on input

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

Children:

Common: General/MessageQueue
FormationFlying: DataStructures/Command_Structure
FormationFlying: DataStructures/Geometry_Structure
IntegratedSim: CommandLists/MainDemoCommandList
IntegratedSim: DefaultData/ParameterUploadDictionary
IntegratedSim: DefaultData/SoftwareCommandDictionary
IntegratedSim: Software/DFFControlLaw