From a9b592c7e978510b8b7047e17dbf0307da544789 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 12 May 1999 02:04:38 +0000 Subject: [PATCH] HUD format changed contributed by Norman Vine. --- Simulator/Cockpit/Makefile.am | 1 + Simulator/Cockpit/cockpit.cxx | 694 +++++++++++++++++----- Simulator/Cockpit/cockpit.hxx | 50 +- Simulator/Cockpit/hud.cxx | 1006 +++++++++++++++++++++----------- Simulator/Cockpit/hud.hxx | 453 ++++++++++---- Simulator/Cockpit/hud_card.cxx | 426 +++++++++----- Simulator/Cockpit/hud_dnst.cxx | 4 +- Simulator/Cockpit/hud_guag.cxx | 273 +++++---- Simulator/Cockpit/hud_inst.cxx | 4 +- Simulator/Cockpit/hud_labl.cxx | 112 ++-- Simulator/Cockpit/hud_ladr.cxx | 551 +++++++++-------- Simulator/Cockpit/hud_scal.cxx | 14 +- Simulator/Cockpit/hud_tbi.cxx | 195 +++---- Simulator/Cockpit/panel.cxx | 548 +++++++++-------- Simulator/Cockpit/panel.hxx | 321 +++++----- 15 files changed, 2908 insertions(+), 1744 deletions(-) diff --git a/Simulator/Cockpit/Makefile.am b/Simulator/Cockpit/Makefile.am index 4066624e6..9d30fa66b 100644 --- a/Simulator/Cockpit/Makefile.am +++ b/Simulator/Cockpit/Makefile.am @@ -5,6 +5,7 @@ libCockpit_a_SOURCES = \ hud.cxx hud.hxx \ hud_card.cxx hud_dnst.cxx hud_guag.cxx hud_inst.cxx \ hud_labl.cxx hud_ladr.cxx \ + hud_lat.cxx hud_lon.cxx \ hud_scal.cxx hud_tbi.cxx \ panel.cxx panel.hxx diff --git a/Simulator/Cockpit/cockpit.cxx b/Simulator/Cockpit/cockpit.cxx index 1fddd8f0f..bd0c53989 100644 --- a/Simulator/Cockpit/cockpit.cxx +++ b/Simulator/Cockpit/cockpit.cxx @@ -47,11 +47,10 @@ #include #include #include -#include