This commit is contained in:
Frank
2023-09-08 16:11:11 +02:00
parent ee57b46c14
commit 851660c793
3 changed files with 86 additions and 7 deletions

View File

@@ -59,13 +59,15 @@ FLIGHTPLAN = {
fixes = {}
}
--- Type of navaid
--- Type of flightplan.
-- @type FLIGHTPLAN.Type
-- @field #string VOR VOR
-- @field #string NDB NDB
-- @field #string IFRH Instrument Flying Rules High Altitude.
-- @field #string IFRL Instrument Flying Rules Low Altitude.
-- @field #string VFR Visual Flight Rules.
FLIGHTPLAN.TYPE={
VOR="VOR",
NDB="NDB",
IFRH="IFR Heigh",
IFRL="IFR Low",
VFR="VFR",
}
--- FLIGHTPLAN class version.
@@ -198,6 +200,10 @@ end
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------