You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
330 B
18 lines
330 B
8 years ago
|
with Types; use Types;
|
||
|
|
||
8 years ago
|
package MMS.F_EL.Output is
|
||
|
|
||
|
------------
|
||
|
-- To MMS --
|
||
|
------------
|
||
|
|
||
8 years ago
|
function Braking_Torque return Torque_Type with Global => Output_State;
|
||
8 years ago
|
|
||
|
-------------
|
||
|
-- To F_PT --
|
||
|
-------------
|
||
|
|
||
8 years ago
|
function Mission_Abort return Boolean with Global => Output_State;
|
||
8 years ago
|
|
||
|
end MMS.F_EL.Output;
|