From 06f56d14657d2582ec5441f77ad04d401dfae305 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 21 Feb 2000 22:00:24 +0000 Subject: [PATCH] Updates from David Megginson. Externally: added a chronometer and a control-position indicator a la MSFS, along with dummies for the radio-nav gauges. Internally, substantially reworked the code so that the individual gauges can be table- (and eventually, file-) driven. --- src/Cockpit/panel.cxx | 995 ++++++++++++++++++++++++++++-------------- src/Cockpit/panel.hxx | 212 ++++----- 2 files changed, 777 insertions(+), 430 deletions(-) diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 430dd0288..520e6ed51 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -29,18 +29,21 @@ #include #include +#include #include -#include #include #include - #include
#include #include +#include