ATIS v0.6.0

- Added altimeter QNH calculation
This commit is contained in:
Frank
2019-12-11 21:10:23 +01:00
parent 1c99e474b2
commit 0d57ad5584
7 changed files with 70 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
--- **AI** -- Models the process of AI air operations.
--- **AI** - Models the process of AI air operations.
--
-- ===
--

View File

@@ -1,4 +1,4 @@
--- **AI** -- Models squadrons for airplanes and helicopters.
--- **AI** - Models squadrons for airplanes and helicopters.
--
-- This is a class used in the @{AI_Air_Dispatcher} and derived dispatcher classes.
--
@@ -9,7 +9,7 @@
-- ===
--
-- @module AI.AI_Air_Squadron
-- @image AI_Air_To_Air_Engage.JPG
-- @image MOOSE.JPG

View File

@@ -1,4 +1,4 @@
--- **AI** -- (R2.5) - Models the automatic assignment of AI escorts to player flights.
--- **AI** - Models the automatic assignment of AI escorts to player flights.
--
-- ## Features:
-- --
@@ -12,7 +12,7 @@
-- ===
--
-- @module AI.AI_Escort_Dispatcher
-- @image AI_Escort_Dispatcher.JPG
-- @image MOOSE.JPG
--- @type AI_ESCORT_DISPATCHER

View File

@@ -1,4 +1,4 @@
--- **AI** -- (R2.5) - Models the assignment of AI escorts to player flights upon request using the radio menu.
--- **AI** - Models the assignment of AI escorts to player flights upon request using the radio menu.
--
-- ## Features:
--
@@ -12,7 +12,7 @@
-- ===
--
-- @module AI.AI_ESCORT_DISPATCHER_REQUEST
-- @image AI_ESCORT_DISPATCHER_REQUEST.JPG
-- @image MOOSE.JPG
--- @type AI_ESCORT_DISPATCHER_REQUEST