Maneuver_Structure:

--------------------------------------------------------------------------
   Initialize a maneuver data structure.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   mvr = Maneuver_Structure( n );
--------------------------------------------------------------------------

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

   -------
   Outputs
   -------
   mvr          (.)    Maneuver data structure with fields:
                          - achieve
                          - nBurns
                          - burnData
                          - t0
                          - tF
                          - iD

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

Children:

FormationFlying: DataStructures/BurnData_Structure