Identify constants used by MMS.F_EL

This commit is contained in:
Anthony Leonardo Gracio
2017-06-16 11:41:54 +02:00
parent c5af403294
commit 8cb01c5cfa

View File

@@ -0,0 +1,11 @@
package MMS.F_EL.Behavior is
---------------
-- Constants --
---------------
-- From 7.3.2
Max_Touch_Speed : constant := 0.5; -- in m.s
end MMS.F_EL.Behavior;