From 80a5a6b3543f6a4d8982024800d1ba04485da910 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 1 Jun 2001 17:51:49 +0000 Subject: [PATCH] - removed some obsolete method declarations - added declarations for get/setViewOffset and get/setGoalViewOffset --- src/Main/bfi.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Main/bfi.hxx b/src/Main/bfi.hxx index b54be7bb4..dadebcfeb 100644 --- a/src/Main/bfi.hxx +++ b/src/Main/bfi.hxx @@ -60,17 +60,14 @@ public: static void update (); // Simulation - static int getFlightModel (); - static void setFlightModel (int flightModel); - - static string getAircraft (); - static void setAircraft (string aircraft); - static string getAircraftDir (); static void setAircraftDir (string aircraftDir); -// static time_t getTimeGMT (); -// static void setTimeGMT (time_t time); + static double getViewOffset (); + static void setViewOffset (double offset); + static double getGoalViewOffset (); + static void setGoalViewOffset (double offset); + static string getDateString ();// ISO 8601 subset static void setDateString (string time_string); // ISO 8601 subset @@ -140,6 +137,9 @@ public: static bool getAPAltitudeLock (); static void setAPAltitudeLock (bool lock); + static bool getAPGSLock (); + static void setAPGSLock (bool lock); + static double getAPAltitude (); // feet static void setAPAltitude (double altitude); // feet -- 2.39.5