2017-06-13 11:03:03 +02:00
|
|
|
with MMS.Input;
|
|
|
|
|
with MMS.F_PT.Output;
|
|
|
|
|
|
2017-06-26 18:01:29 +02:00
|
|
|
with Types; use Types;
|
|
|
|
|
|
2017-06-13 11:03:03 +02:00
|
|
|
package MMS.F_EL.Input is
|
|
|
|
|
|
|
|
|
|
--------------
|
|
|
|
|
-- From MMS --
|
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
function P return Distance_Type
|
|
|
|
|
renames MMS.Input.P;
|
|
|
|
|
|
|
|
|
|
function P_Dot return Speed_Type
|
|
|
|
|
renames MMS.Input.P_Dot;
|
|
|
|
|
|
2017-06-26 18:01:29 +02:00
|
|
|
function Q return Angle_Type
|
2017-06-13 11:03:03 +02:00
|
|
|
renames MMS.Input.Q;
|
|
|
|
|
|
|
|
|
|
---------------
|
|
|
|
|
-- From F_PT --
|
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
function Emergency_Landing return Boolean
|
|
|
|
|
renames MMS.F_PT.Output.Emergency_Landing;
|
|
|
|
|
|
|
|
|
|
end MMS.F_EL.Input;
|