DFFCommandProcessing:

Path: FormationFlying/Software

% 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

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