DFFControl:

Path: FormationFlying/IntegratedSim

% The executive function that initializes and runs the DFF software modules.

   Actions                     Output
   -------                     ------
   'initialize'                None
   'update'                    None

--------------------------------------------------------------------------
   Form:
   x = DFFControl( action,  u, iD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action       (1,:)  Action 
   u             (:)   Input data
   iD            (1)   Unique spacecraft ID

   -------
   Outputs
   -------
   x            (:)    Output is dependent on the action

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