2000-02-26 18:01:13 +00:00
|
|
|
|
// bfi.cxx - Big Friendly Interface implementation
|
|
|
|
|
//
|
|
|
|
|
// Written by David Megginson, started February, 2000.
|
|
|
|
|
//
|
|
|
|
|
// Copyright (C) 2000 David Megginson - david@megginson.com
|
|
|
|
|
//
|
2001-01-11 22:44:18 +00:00
|
|
|
|
// THIS CLASS IS DEPRECATED; USE THE PROPERTY MANAGER INSTEAD.
|
|
|
|
|
//
|
2000-02-26 18:01:13 +00:00
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
|
// modify it under the terms of the GNU General Public License as
|
|
|
|
|
// published by the Free Software Foundation; either version 2 of the
|
|
|
|
|
// License, or (at your option) any later version.
|
|
|
|
|
//
|
|
|
|
|
// This program is distributed in the hope that it will be useful, but
|
|
|
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
// General Public License for more details.
|
|
|
|
|
//
|
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
|
// along with this program; if not, write to the Free Software
|
|
|
|
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
//
|
|
|
|
|
// $Id$
|
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
#include "fgfs.hxx"
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
#include <simgear/constants.h>
|
2000-05-06 21:47:53 +00:00
|
|
|
|
#include <simgear/debug/logstream.hxx>
|
2000-07-05 02:39:30 +00:00
|
|
|
|
#include <simgear/ephemeris/ephemeris.hxx>
|
2000-09-26 23:39:29 +00:00
|
|
|
|
#include <simgear/math/sg_types.hxx>
|
2000-07-03 20:09:56 +00:00
|
|
|
|
#include <simgear/misc/props.hxx>
|
2000-07-06 22:13:24 +00:00
|
|
|
|
#include <simgear/timing/sg_time.hxx>
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
#include <Aircraft/aircraft.hxx>
|
2000-05-06 21:47:53 +00:00
|
|
|
|
#include <FDM/UIUCModel/uiuc_aircraftdir.h>
|
2000-02-26 18:01:13 +00:00
|
|
|
|
#include <Controls/controls.hxx>
|
2000-04-30 06:51:49 +00:00
|
|
|
|
#include <Autopilot/newauto.hxx>
|
2000-04-28 20:08:22 +00:00
|
|
|
|
#include <Scenery/scenery.hxx>
|
2000-03-16 23:01:57 +00:00
|
|
|
|
#include <Time/light.hxx>
|
2000-05-19 16:14:37 +00:00
|
|
|
|
#include <Time/event.hxx>
|
|
|
|
|
#include <Time/sunpos.hxx>
|
2000-07-05 02:39:30 +00:00
|
|
|
|
#include <Time/tmp.hxx>
|
2000-04-27 22:45:48 +00:00
|
|
|
|
#include <Cockpit/radiostack.hxx>
|
2000-11-01 04:51:55 +00:00
|
|
|
|
#include <Cockpit/panel.hxx>
|
2000-02-26 18:01:13 +00:00
|
|
|
|
#ifndef FG_OLD_WEATHER
|
|
|
|
|
# include <WeatherCM/FGLocalWeatherDatabase.h>
|
|
|
|
|
#else
|
|
|
|
|
# include <Weather/weather.hxx>
|
|
|
|
|
#endif
|
|
|
|
|
|
2000-07-07 17:27:37 +00:00
|
|
|
|
#include "globals.hxx"
|
2000-02-26 18:01:13 +00:00
|
|
|
|
#include "fg_init.hxx"
|
2001-01-05 17:38:58 +00:00
|
|
|
|
#include "fg_props.hxx"
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
FG_USING_NAMESPACE(std);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "bfi.hxx"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Static variables.
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
2000-11-01 04:51:55 +00:00
|
|
|
|
// Yech -- not thread-safe, etc. etc.
|
|
|
|
|
static bool _needReinit = false;
|
|
|
|
|
static string _temp;
|
|
|
|
|
|
|
|
|
|
static inline void needReinit ()
|
|
|
|
|
{
|
|
|
|
|
_needReinit = true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Reinitialize FGFS to use the new BFI settings.
|
|
|
|
|
*/
|
|
|
|
|
static inline void
|
|
|
|
|
reinit ()
|
|
|
|
|
{
|
|
|
|
|
// Save the state of everything
|
|
|
|
|
// that's going to get clobbered
|
|
|
|
|
// when we reinit the subsystems.
|
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
FG_LOG(FG_GENERAL, FG_INFO, "Starting BFI reinit");
|
2000-11-01 04:51:55 +00:00
|
|
|
|
|
|
|
|
|
// TODO: add more AP stuff
|
|
|
|
|
bool apHeadingLock = FGBFI::getAPHeadingLock();
|
|
|
|
|
double apHeadingMag = FGBFI::getAPHeadingMag();
|
|
|
|
|
bool apAltitudeLock = FGBFI::getAPAltitudeLock();
|
|
|
|
|
double apAltitude = FGBFI::getAPAltitude();
|
|
|
|
|
bool gpsLock = FGBFI::getGPSLock();
|
2000-11-01 23:27:32 +00:00
|
|
|
|
// double gpsLatitude = FGBFI::getGPSTargetLatitude();
|
|
|
|
|
// double gpsLongitude = FGBFI::getGPSTargetLongitude();
|
2000-11-01 04:51:55 +00:00
|
|
|
|
|
|
|
|
|
fgReInitSubsystems();
|
|
|
|
|
|
|
|
|
|
// FIXME: this is wrong.
|
|
|
|
|
// All of these are scheduled events,
|
|
|
|
|
// and it should be possible to force
|
|
|
|
|
// them all to run once.
|
|
|
|
|
fgUpdateSunPos();
|
|
|
|
|
fgUpdateMoonPos();
|
|
|
|
|
cur_light_params.Update();
|
|
|
|
|
fgUpdateLocalTime();
|
|
|
|
|
fgUpdateWeatherDatabase();
|
2001-01-11 22:44:18 +00:00
|
|
|
|
current_radiostack->search();
|
2000-11-01 04:51:55 +00:00
|
|
|
|
|
|
|
|
|
// Restore all of the old states.
|
|
|
|
|
FGBFI::setAPHeadingLock(apHeadingLock);
|
|
|
|
|
FGBFI::setAPHeadingMag(apHeadingMag);
|
|
|
|
|
FGBFI::setAPAltitudeLock(apAltitudeLock);
|
|
|
|
|
FGBFI::setAPAltitude(apAltitude);
|
|
|
|
|
FGBFI::setGPSLock(gpsLock);
|
|
|
|
|
|
|
|
|
|
_needReinit = false;
|
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
FG_LOG(FG_GENERAL, FG_INFO, "Ending BFI reinit");
|
2000-11-01 04:51:55 +00:00
|
|
|
|
}
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
// BEGIN: kludge
|
|
|
|
|
// Allow the view to be set from two axes (i.e. a joystick hat)
|
|
|
|
|
// This needs to be in FGViewer itself, somehow.
|
|
|
|
|
static double axisLong = 0.0;
|
|
|
|
|
static double axisLat = 0.0;
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
static inline void
|
|
|
|
|
_set_view_from_axes ()
|
|
|
|
|
{
|
|
|
|
|
// Take no action when hat is centered
|
|
|
|
|
if (axisLong == 0 && axisLat == 0)
|
|
|
|
|
return;
|
2000-12-19 23:29:16 +00:00
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
double viewDir = 0;
|
|
|
|
|
|
|
|
|
|
if (axisLong < 0) { // Longitudinal axis forward
|
|
|
|
|
if (axisLat < 0)
|
|
|
|
|
viewDir = 45;
|
|
|
|
|
else if (axisLat > 0)
|
|
|
|
|
viewDir = 315;
|
|
|
|
|
else
|
|
|
|
|
viewDir = 0;
|
|
|
|
|
} else if (axisLong > 0) { // Longitudinal axis backward
|
|
|
|
|
if (axisLat < 0)
|
|
|
|
|
viewDir = 135;
|
|
|
|
|
else if (axisLat > 0)
|
|
|
|
|
viewDir = 225;
|
|
|
|
|
else
|
|
|
|
|
viewDir = 180;
|
|
|
|
|
} else { // Longitudinal axis neutral
|
|
|
|
|
if (axisLat < 0)
|
|
|
|
|
viewDir = 90;
|
|
|
|
|
else
|
|
|
|
|
viewDir = 270;
|
|
|
|
|
}
|
2000-12-19 23:29:16 +00:00
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
globals->get_current_view()->set_goal_view_offset(viewDir*DEG_TO_RAD);
|
|
|
|
|
// globals->get_current_view()->set_view_offset(viewDir*DEG_TO_RAD);
|
2000-12-19 23:29:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
// END: kludge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Local functions
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
2000-07-03 20:09:56 +00:00
|
|
|
|
/**
|
|
|
|
|
* Initialize the BFI by binding its functions to properties.
|
|
|
|
|
*
|
|
|
|
|
* TODO: perhaps these should migrate into the individual modules
|
|
|
|
|
* (i.e. they should register themselves).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::init ()
|
|
|
|
|
{
|
|
|
|
|
FG_LOG(FG_GENERAL, FG_INFO, "Starting BFI init");
|
2001-01-31 15:59:16 +00:00
|
|
|
|
|
2000-07-03 20:09:56 +00:00
|
|
|
|
// Simulation
|
2001-01-05 17:38:58 +00:00
|
|
|
|
fgTie("/sim/aircraft-dir", getAircraftDir, setAircraftDir);
|
|
|
|
|
fgTie("/sim/time/gmt", getDateString, setDateString);
|
|
|
|
|
fgTie("/sim/time/gmt-string", getGMTString);
|
2000-07-03 20:09:56 +00:00
|
|
|
|
|
|
|
|
|
// Orientation
|
2001-01-05 17:38:58 +00:00
|
|
|
|
fgTie("/orientation/heading-magnetic", getHeadingMag);
|
2000-07-03 20:09:56 +00:00
|
|
|
|
|
2000-09-29 22:02:32 +00:00
|
|
|
|
// Engine
|
2001-01-05 17:38:58 +00:00
|
|
|
|
fgTie("/engines/engine0/rpm", getRPM);
|
|
|
|
|
fgTie("/engines/engine0/egt", getEGT);
|
|
|
|
|
fgTie("/engines/engine0/cht", getCHT);
|
|
|
|
|
fgTie("/engines/engine0/mp", getMP);
|
2000-09-29 22:02:32 +00:00
|
|
|
|
|
2000-07-03 20:09:56 +00:00
|
|
|
|
// Autopilot
|
2001-01-05 17:38:58 +00:00
|
|
|
|
fgTie("/autopilot/locks/altitude", getAPAltitudeLock, setAPAltitudeLock);
|
|
|
|
|
fgTie("/autopilot/settings/altitude", getAPAltitude, setAPAltitude);
|
|
|
|
|
fgTie("/autopilot/locks/heading", getAPHeadingLock, setAPHeadingLock);
|
|
|
|
|
fgTie("/autopilot/settings/heading", getAPHeading, setAPHeading);
|
|
|
|
|
fgTie("/autopilot/settings/heading-magnetic",
|
2000-12-19 23:29:16 +00:00
|
|
|
|
getAPHeadingMag, setAPHeadingMag);
|
2001-01-05 17:38:58 +00:00
|
|
|
|
fgTie("/autopilot/locks/nav1", getAPNAV1Lock, setAPNAV1Lock);
|
2000-07-03 20:09:56 +00:00
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
// Weather
|
|
|
|
|
fgTie("/environment/visibility", getVisibility, setVisibility);
|
2001-01-08 17:59:54 +00:00
|
|
|
|
fgTie("/environment/wind-north", getWindNorth, setWindNorth);
|
|
|
|
|
fgTie("/environment/wind-east", getWindEast, setWindEast);
|
|
|
|
|
fgTie("/environment/wind-down", getWindDown, setWindDown);
|
2001-01-05 17:38:58 +00:00
|
|
|
|
|
|
|
|
|
// View
|
|
|
|
|
fgTie("/sim/view/axes/long", (double(*)())0, setViewAxisLong);
|
|
|
|
|
fgTie("/sim/view/axes/lat", (double(*)())0, setViewAxisLat);
|
2000-09-30 03:35:38 +00:00
|
|
|
|
|
2000-10-18 21:19:30 +00:00
|
|
|
|
_needReinit = false;
|
|
|
|
|
|
2000-07-03 20:09:56 +00:00
|
|
|
|
FG_LOG(FG_GENERAL, FG_INFO, "Ending BFI init");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Reinitialize FGFS if required.
|
|
|
|
|
*
|
|
|
|
|
* Some changes (especially those in aircraft position) require that
|
|
|
|
|
* FGFS be reinitialized afterwards. Rather than reinitialize after
|
|
|
|
|
* every change, the setter methods simply set a flag so that there
|
|
|
|
|
* can be a single reinit at the end of the frame.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::update ()
|
|
|
|
|
{
|
2001-01-05 17:38:58 +00:00
|
|
|
|
_set_view_from_axes();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
if (_needReinit) {
|
|
|
|
|
reinit();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Simulation.
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
2000-05-06 21:47:53 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current aircraft directory (UIUC) as a string.
|
|
|
|
|
*/
|
2000-12-19 23:29:16 +00:00
|
|
|
|
string
|
2000-05-06 21:47:53 +00:00
|
|
|
|
FGBFI::getAircraftDir ()
|
|
|
|
|
{
|
2001-01-13 22:06:39 +00:00
|
|
|
|
return aircraft_dir;
|
2000-05-06 21:47:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current aircraft directory (UIUC).
|
|
|
|
|
*/
|
|
|
|
|
void
|
2000-12-19 23:29:16 +00:00
|
|
|
|
FGBFI::setAircraftDir (string dir)
|
2000-05-06 21:47:53 +00:00
|
|
|
|
{
|
2000-10-04 22:22:21 +00:00
|
|
|
|
if (getAircraftDir() != dir) {
|
|
|
|
|
aircraft_dir = dir;
|
|
|
|
|
needReinit();
|
|
|
|
|
}
|
2000-05-06 21:47:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current Zulu time.
|
|
|
|
|
*/
|
2000-12-19 23:29:16 +00:00
|
|
|
|
string
|
2000-12-08 17:26:49 +00:00
|
|
|
|
FGBFI::getDateString ()
|
2000-02-26 18:01:13 +00:00
|
|
|
|
{
|
2000-12-19 23:29:16 +00:00
|
|
|
|
string out;
|
2000-12-08 17:26:49 +00:00
|
|
|
|
char buf[64];
|
|
|
|
|
struct tm * t = globals->get_time_params()->getGmt();
|
|
|
|
|
sprintf(buf, "%.4d-%.2d-%.2dT%.2d:%.2d:%.2d",
|
|
|
|
|
t->tm_year + 1900, t->tm_mon + 1, t->tm_mday,
|
|
|
|
|
t->tm_hour, t->tm_min, t->tm_sec);
|
|
|
|
|
out = buf;
|
|
|
|
|
return out;
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current Zulu time.
|
|
|
|
|
*/
|
|
|
|
|
void
|
2000-12-19 23:29:16 +00:00
|
|
|
|
FGBFI::setDateString (string date_string)
|
2000-12-08 17:26:49 +00:00
|
|
|
|
// FGBFI::setTimeGMT (time_t time)
|
2000-02-26 18:01:13 +00:00
|
|
|
|
{
|
2000-12-08 17:26:49 +00:00
|
|
|
|
SGTime * st = globals->get_time_params();
|
|
|
|
|
struct tm * current_time = st->getGmt();
|
|
|
|
|
struct tm new_time;
|
|
|
|
|
|
|
|
|
|
// Scan for basic ISO format
|
|
|
|
|
// YYYY-MM-DDTHH:MM:SS
|
|
|
|
|
int ret = sscanf(date_string.c_str(), "%d-%d-%dT%d:%d:%d",
|
|
|
|
|
&(new_time.tm_year), &(new_time.tm_mon),
|
|
|
|
|
&(new_time.tm_mday), &(new_time.tm_hour),
|
|
|
|
|
&(new_time.tm_min), &(new_time.tm_sec));
|
|
|
|
|
|
|
|
|
|
// Be pretty picky about this, so
|
|
|
|
|
// that strange things don't happen
|
|
|
|
|
// if the save file has been edited
|
|
|
|
|
// by hand.
|
|
|
|
|
if (ret != 6) {
|
|
|
|
|
FG_LOG(FG_INPUT, FG_ALERT, "Date/time string " << date_string
|
|
|
|
|
<< " not in YYYY-MM-DDTHH:MM:SS format; skipped");
|
|
|
|
|
return;
|
2000-10-04 22:22:21 +00:00
|
|
|
|
}
|
2000-12-08 17:26:49 +00:00
|
|
|
|
|
|
|
|
|
// OK, it looks like we got six
|
|
|
|
|
// values, one way or another.
|
|
|
|
|
new_time.tm_year -= 1900;
|
|
|
|
|
new_time.tm_mon -= 1;
|
|
|
|
|
|
|
|
|
|
// Now, tell flight gear to use
|
|
|
|
|
// the new time. This was far
|
|
|
|
|
// too difficult, by the way.
|
|
|
|
|
long int warp =
|
|
|
|
|
mktime(&new_time) - mktime(current_time) + globals->get_warp();
|
|
|
|
|
double lon = current_aircraft.fdm_state->get_Longitude();
|
|
|
|
|
double lat = current_aircraft.fdm_state->get_Latitude();
|
|
|
|
|
double alt = current_aircraft.fdm_state->get_Altitude() * FEET_TO_METER;
|
|
|
|
|
globals->set_warp(warp);
|
|
|
|
|
st->update(lon, lat, warp);
|
|
|
|
|
fgUpdateSkyAndLightingParams();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-09-22 17:20:56 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the GMT as a string.
|
|
|
|
|
*/
|
2000-12-19 23:29:16 +00:00
|
|
|
|
string
|
2000-09-22 17:20:56 +00:00
|
|
|
|
FGBFI::getGMTString ()
|
|
|
|
|
{
|
2000-12-19 23:29:16 +00:00
|
|
|
|
string out;
|
2000-09-22 17:20:56 +00:00
|
|
|
|
char buf[16];
|
|
|
|
|
struct tm * t = globals->get_time_params()->getGmt();
|
|
|
|
|
sprintf(buf, " %.2d:%.2d:%.2d",
|
|
|
|
|
t->tm_hour, t->tm_min, t->tm_sec);
|
|
|
|
|
out = buf;
|
|
|
|
|
return out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Position
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current latitude in degrees (negative for south).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getLatitude ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Latitude() * RAD_TO_DEG;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current latitude in degrees (negative for south).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setLatitude (double latitude)
|
|
|
|
|
{
|
2000-11-01 04:51:55 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Latitude(latitude * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current longitude in degrees (negative for west).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getLongitude ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Longitude() * RAD_TO_DEG;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current longitude in degrees (negative for west).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setLongitude (double longitude)
|
|
|
|
|
{
|
2000-11-01 04:51:55 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Longitude(longitude * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current altitude in feet.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getAltitude ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Altitude();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-04-28 20:08:22 +00:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current altitude in above the terrain.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getAGL ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Altitude()
|
2000-07-14 15:46:27 +00:00
|
|
|
|
- (scenery.cur_elev * METER_TO_FEET);
|
2000-04-28 20:08:22 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the current altitude in feet.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAltitude (double altitude)
|
|
|
|
|
{
|
2000-11-01 04:51:55 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Altitude(altitude);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Attitude
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current heading in degrees.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getHeading ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Psi() * RAD_TO_DEG;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-05-15 16:33:42 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current heading in degrees.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getHeadingMag ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Psi() * RAD_TO_DEG - getMagVar();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the current heading in degrees.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setHeading (double heading)
|
|
|
|
|
{
|
2000-11-01 04:51:55 +00:00
|
|
|
|
FGInterface * fdm = current_aircraft.fdm_state;
|
|
|
|
|
fdm->set_Euler_Angles(fdm->get_Phi(), fdm->get_Theta(),
|
|
|
|
|
heading * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current pitch in degrees.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getPitch ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Theta() * RAD_TO_DEG;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current pitch in degrees.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setPitch (double pitch)
|
|
|
|
|
{
|
2000-11-01 04:51:55 +00:00
|
|
|
|
FGInterface * fdm = current_aircraft.fdm_state;
|
|
|
|
|
fdm->set_Euler_Angles(fdm->get_Phi(), pitch * DEG_TO_RAD, fdm->get_Psi());
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current roll in degrees.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getRoll ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Phi() * RAD_TO_DEG;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current roll in degrees.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setRoll (double roll)
|
|
|
|
|
{
|
2000-11-01 04:51:55 +00:00
|
|
|
|
FGInterface * fdm = current_aircraft.fdm_state;
|
|
|
|
|
fdm->set_Euler_Angles(roll * DEG_TO_RAD, fdm->get_Theta(), fdm->get_Psi());
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-09-29 22:02:32 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current engine0 rpm
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getRPM ()
|
|
|
|
|
{
|
2000-10-02 23:07:30 +00:00
|
|
|
|
if ( current_aircraft.fdm_state->get_engine(0) != NULL ) {
|
|
|
|
|
return current_aircraft.fdm_state->get_engine(0)->get_RPM();
|
|
|
|
|
} else {
|
|
|
|
|
return 0.0;
|
|
|
|
|
}
|
2000-09-29 22:02:32 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current engine0 rpm
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setRPM (double rpm)
|
|
|
|
|
{
|
2000-10-09 21:17:39 +00:00
|
|
|
|
if ( current_aircraft.fdm_state->get_engine(0) != NULL ) {
|
|
|
|
|
if (getRPM() != rpm) {
|
|
|
|
|
current_aircraft.fdm_state->get_engine(0)->set_RPM( rpm );
|
|
|
|
|
}
|
|
|
|
|
}
|
2000-10-04 22:22:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current engine0 EGT.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getEGT ()
|
|
|
|
|
{
|
2000-10-09 21:17:39 +00:00
|
|
|
|
if ( current_aircraft.fdm_state->get_engine(0) != NULL ) {
|
|
|
|
|
return current_aircraft.fdm_state->get_engine(0)->get_EGT();
|
2000-11-01 23:27:32 +00:00
|
|
|
|
} else {
|
|
|
|
|
return 0.0;
|
2000-10-09 21:17:39 +00:00
|
|
|
|
}
|
2000-09-29 22:02:32 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-10-27 22:00:43 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current engine0 CHT.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getCHT ()
|
|
|
|
|
{
|
|
|
|
|
if ( current_aircraft.fdm_state->get_engine(0) != NULL ) {
|
|
|
|
|
return current_aircraft.fdm_state->get_engine(0)->get_CHT();
|
2000-11-01 23:27:32 +00:00
|
|
|
|
} else {
|
|
|
|
|
return 0.0;
|
2000-10-27 22:00:43 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-10-27 22:27:16 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current engine0 CHT.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getMP ()
|
|
|
|
|
{
|
|
|
|
|
if ( current_aircraft.fdm_state->get_engine(0) != NULL ) {
|
|
|
|
|
return current_aircraft.fdm_state->get_engine(0)->get_Manifold_Pressure();
|
2000-11-01 23:27:32 +00:00
|
|
|
|
} else {
|
|
|
|
|
return 0.0;
|
2000-10-27 22:27:16 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Velocities
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current airspeed in knots.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getAirspeed ()
|
|
|
|
|
{
|
|
|
|
|
// FIXME: should we add speed-up?
|
|
|
|
|
return current_aircraft.fdm_state->get_V_calibrated_kts();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-11-01 04:51:55 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the calibrated airspeed in knots.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAirspeed (double speed)
|
|
|
|
|
{
|
|
|
|
|
current_aircraft.fdm_state->set_V_calibrated_kts(speed);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current sideslip (FIXME: units unknown).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getSideSlip ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_Beta();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
User-visible
- knobs now continue to rotate when you hold down the mouse
- the middle mouse button makes knobs rotate much faster
- there are NAV1, NAV2, and ADF radios that can be tuned using the mouse
- there are standby frequencies for NAV1 and NAV2, and buttons to swap
- there is a crude, rather silly-looking DME, hard-wired to NAV1
- there is a crude, rather silly-looking autopilot that can lock
the heading (to the bug on the gyro), can lock to NAV1, and can lock
the current altitude
- the knobs for changing the radials on NAV1 and NAV2 look much better
and are in the right place
- tuning into an ILS frequency doesn't change the displayed radial for
NAV1
Code
- I've created a new module, sp_panel.[ch]xx, that constructs the
default single-prop panel; this works entirely outside of FGPanel,
so it is possible to construct similar modules for other sorts of
panels; all code specific to the default panel has been removed from
panel.cxx
- current_panel is now a pointer
- radiostack.[ch]xx keeps track both of the actual radial and of the
selected radial (they will differ with ILS); the NAV gauges should
not spin around automatically to show the actual radial (we need to
do something similar with the autopilot)
- the panel is initialized fairly early
- make sure that standby frequencies also get initialized
- I've started combining and clipping small textures to save texture
memory; there's a lot more to do, but at least I've made a start
2000-05-02 18:26:00 +00:00
|
|
|
|
* Return the current climb rate in feet/minute
|
2000-02-26 18:01:13 +00:00
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getVerticalSpeed ()
|
|
|
|
|
{
|
|
|
|
|
// What about meters?
|
|
|
|
|
return current_aircraft.fdm_state->get_Climb_Rate() * 60.0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current north velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getSpeedNorth ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_north();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-11-01 04:51:55 +00:00
|
|
|
|
// /**
|
|
|
|
|
// * Set the current north velocity (units??).
|
|
|
|
|
// */
|
|
|
|
|
// void
|
|
|
|
|
// FGBFI::setSpeedNorth (double speed)
|
|
|
|
|
// {
|
|
|
|
|
// FGInterface * fdm = current_aircraft.fdm_state;
|
|
|
|
|
// // fdm->set_Velocities_Local(speed, fdm->get_V_east(), fdm->get_V_down());
|
|
|
|
|
// }
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current east velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getSpeedEast ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_east();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-11-01 04:51:55 +00:00
|
|
|
|
// /**
|
|
|
|
|
// * Set the current east velocity (units??).
|
|
|
|
|
// */
|
|
|
|
|
// void
|
|
|
|
|
// FGBFI::setSpeedEast (double speed)
|
|
|
|
|
// {
|
|
|
|
|
// FGInterface * fdm = current_aircraft.fdm_state;
|
|
|
|
|
// // fdm->set_Velocities_Local(fdm->get_V_north(), speed, fdm->get_V_down());
|
|
|
|
|
// }
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current down velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getSpeedDown ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_down();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-11-01 04:51:55 +00:00
|
|
|
|
// /**
|
|
|
|
|
// * Set the current down velocity (units??).
|
|
|
|
|
// */
|
|
|
|
|
// void
|
|
|
|
|
// FGBFI::setSpeedDown (double speed)
|
|
|
|
|
// {
|
|
|
|
|
// FGInterface * fdm = current_aircraft.fdm_state;
|
|
|
|
|
// // fdm->set_Velocities_Local(fdm->get_V_north(), fdm->get_V_east(), speed);
|
|
|
|
|
// }
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Controls
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
2001-01-11 22:44:18 +00:00
|
|
|
|
#if 0
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the throttle setting, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getThrottle ()
|
|
|
|
|
{
|
2000-10-04 22:22:21 +00:00
|
|
|
|
// FIXME: add engine selector
|
2000-02-26 18:01:13 +00:00
|
|
|
|
return controls.get_throttle(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the throttle, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setThrottle (double throttle)
|
|
|
|
|
{
|
2000-10-04 22:22:21 +00:00
|
|
|
|
// FIXME: allow engine selection
|
2000-02-26 18:01:13 +00:00
|
|
|
|
controls.set_throttle(0, throttle);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-10-04 22:22:21 +00:00
|
|
|
|
/**
|
|
|
|
|
* Get the fuel mixture setting, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getMixture ()
|
|
|
|
|
{
|
|
|
|
|
// FIXME: add engine selector
|
|
|
|
|
return controls.get_mixture(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the fuel mixture, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setMixture (double mixture)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: allow engine selection
|
|
|
|
|
controls.set_mixture(0, mixture);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the propellor pitch setting, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getPropAdvance ()
|
|
|
|
|
{
|
|
|
|
|
// FIXME: add engine selector
|
|
|
|
|
return controls.get_prop_advance(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the propellor pitch, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setPropAdvance (double pitch)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: allow engine selection
|
|
|
|
|
controls.set_prop_advance(0, pitch);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Get the flaps setting, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getFlaps ()
|
|
|
|
|
{
|
|
|
|
|
return controls.get_flaps();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the flaps, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setFlaps (double flaps)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: clamp?
|
|
|
|
|
controls.set_flaps(flaps);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the aileron, from -1.0 (left) to 1.0 (right).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getAileron ()
|
|
|
|
|
{
|
|
|
|
|
return controls.get_aileron();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the aileron, from -1.0 (left) to 1.0 (right).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAileron (double aileron)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: clamp?
|
|
|
|
|
controls.set_aileron(aileron);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the rudder setting, from -1.0 (left) to 1.0 (right).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getRudder ()
|
|
|
|
|
{
|
|
|
|
|
return controls.get_rudder();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the rudder, from -1.0 (left) to 1.0 (right).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setRudder (double rudder)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: clamp?
|
|
|
|
|
controls.set_rudder(rudder);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the elevator setting, from -1.0 (down) to 1.0 (up).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getElevator ()
|
|
|
|
|
{
|
|
|
|
|
return controls.get_elevator();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the elevator, from -1.0 (down) to 1.0 (up).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setElevator (double elevator)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: clamp?
|
|
|
|
|
controls.set_elevator(elevator);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the elevator trim, from -1.0 (down) to 1.0 (up).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getElevatorTrim ()
|
|
|
|
|
{
|
|
|
|
|
return controls.get_elevator_trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the elevator trim, from -1.0 (down) to 1.0 (up).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setElevatorTrim (double trim)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: clamp?
|
|
|
|
|
controls.set_elevator_trim(trim);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2000-07-23 00:11:04 +00:00
|
|
|
|
* Get the highest brake setting, from 0.0 (none) to 1.0 (full).
|
2000-02-26 18:01:13 +00:00
|
|
|
|
*/
|
|
|
|
|
double
|
2000-07-23 00:11:04 +00:00
|
|
|
|
FGBFI::getBrakes ()
|
|
|
|
|
{
|
|
|
|
|
double b1 = getCenterBrake();
|
|
|
|
|
double b2 = getLeftBrake();
|
|
|
|
|
double b3 = getRightBrake();
|
|
|
|
|
return (b1 > b2 ? (b1 > b3 ? b1 : b3) : (b2 > b3 ? b2 : b3));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set all brakes, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setBrakes (double brake)
|
|
|
|
|
{
|
|
|
|
|
setCenterBrake(brake);
|
|
|
|
|
setLeftBrake(brake);
|
|
|
|
|
setRightBrake(brake);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the center brake, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getCenterBrake ()
|
2000-02-26 18:01:13 +00:00
|
|
|
|
{
|
2000-07-14 15:46:27 +00:00
|
|
|
|
return controls.get_brake(2);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2000-07-23 00:11:04 +00:00
|
|
|
|
* Set the center brake, from 0.0 (none) to 1.0 (full).
|
2000-02-26 18:01:13 +00:00
|
|
|
|
*/
|
|
|
|
|
void
|
2000-07-23 00:11:04 +00:00
|
|
|
|
FGBFI::setCenterBrake (double brake)
|
2000-02-26 18:01:13 +00:00
|
|
|
|
{
|
2000-07-23 00:11:04 +00:00
|
|
|
|
controls.set_brake(2, brake);
|
2000-07-14 15:46:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the left brake, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getLeftBrake ()
|
|
|
|
|
{
|
|
|
|
|
return controls.get_brake(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the left brake, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setLeftBrake (double brake)
|
|
|
|
|
{
|
2000-02-26 18:01:13 +00:00
|
|
|
|
controls.set_brake(0, brake);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-07-14 15:46:27 +00:00
|
|
|
|
/**
|
|
|
|
|
* Get the right brake, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getRightBrake ()
|
|
|
|
|
{
|
|
|
|
|
return controls.get_brake(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the right brake, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setRightBrake (double brake)
|
|
|
|
|
{
|
|
|
|
|
controls.set_brake(1, brake);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2001-01-11 22:44:18 +00:00
|
|
|
|
#endif
|
2000-07-14 15:46:27 +00:00
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Autopilot
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the autopilot altitude lock (true=on).
|
|
|
|
|
*/
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getAPAltitudeLock ()
|
|
|
|
|
{
|
2000-04-30 06:51:49 +00:00
|
|
|
|
return current_autopilot->get_AltitudeEnabled();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the autopilot altitude lock (true=on).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAPAltitudeLock (bool lock)
|
|
|
|
|
{
|
User-visible
- knobs now continue to rotate when you hold down the mouse
- the middle mouse button makes knobs rotate much faster
- there are NAV1, NAV2, and ADF radios that can be tuned using the mouse
- there are standby frequencies for NAV1 and NAV2, and buttons to swap
- there is a crude, rather silly-looking DME, hard-wired to NAV1
- there is a crude, rather silly-looking autopilot that can lock
the heading (to the bug on the gyro), can lock to NAV1, and can lock
the current altitude
- the knobs for changing the radials on NAV1 and NAV2 look much better
and are in the right place
- tuning into an ILS frequency doesn't change the displayed radial for
NAV1
Code
- I've created a new module, sp_panel.[ch]xx, that constructs the
default single-prop panel; this works entirely outside of FGPanel,
so it is possible to construct similar modules for other sorts of
panels; all code specific to the default panel has been removed from
panel.cxx
- current_panel is now a pointer
- radiostack.[ch]xx keeps track both of the actual radial and of the
selected radial (they will differ with ILS); the NAV gauges should
not spin around automatically to show the actual radial (we need to
do something similar with the autopilot)
- the panel is initialized fairly early
- make sure that standby frequencies also get initialized
- I've started combining and clipping small textures to save texture
memory; there's a lot more to do, but at least I've made a start
2000-05-02 18:26:00 +00:00
|
|
|
|
current_autopilot->set_AltitudeMode(FGAutopilot::FG_ALTITUDE_LOCK);
|
|
|
|
|
current_autopilot->set_AltitudeEnabled(lock);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the autopilot target altitude in feet.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getAPAltitude ()
|
|
|
|
|
{
|
2000-04-30 06:51:49 +00:00
|
|
|
|
return current_autopilot->get_TargetAltitude() * METER_TO_FEET;
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the autopilot target altitude in feet.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAPAltitude (double altitude)
|
|
|
|
|
{
|
2000-04-30 06:51:49 +00:00
|
|
|
|
current_autopilot->set_TargetAltitude( altitude );
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the autopilot heading lock (true=on).
|
|
|
|
|
*/
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getAPHeadingLock ()
|
|
|
|
|
{
|
User-visible
- knobs now continue to rotate when you hold down the mouse
- the middle mouse button makes knobs rotate much faster
- there are NAV1, NAV2, and ADF radios that can be tuned using the mouse
- there are standby frequencies for NAV1 and NAV2, and buttons to swap
- there is a crude, rather silly-looking DME, hard-wired to NAV1
- there is a crude, rather silly-looking autopilot that can lock
the heading (to the bug on the gyro), can lock to NAV1, and can lock
the current altitude
- the knobs for changing the radials on NAV1 and NAV2 look much better
and are in the right place
- tuning into an ILS frequency doesn't change the displayed radial for
NAV1
Code
- I've created a new module, sp_panel.[ch]xx, that constructs the
default single-prop panel; this works entirely outside of FGPanel,
so it is possible to construct similar modules for other sorts of
panels; all code specific to the default panel has been removed from
panel.cxx
- current_panel is now a pointer
- radiostack.[ch]xx keeps track both of the actual radial and of the
selected radial (they will differ with ILS); the NAV gauges should
not spin around automatically to show the actual radial (we need to
do something similar with the autopilot)
- the panel is initialized fairly early
- make sure that standby frequencies also get initialized
- I've started combining and clipping small textures to save texture
memory; there's a lot more to do, but at least I've made a start
2000-05-02 18:26:00 +00:00
|
|
|
|
return
|
|
|
|
|
(current_autopilot->get_HeadingEnabled() &&
|
|
|
|
|
current_autopilot->get_HeadingMode() == FGAutopilot::FG_HEADING_LOCK);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the autopilot heading lock (true=on).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAPHeadingLock (bool lock)
|
|
|
|
|
{
|
2000-05-06 21:47:53 +00:00
|
|
|
|
if (lock) {
|
2000-05-15 16:33:42 +00:00
|
|
|
|
// We need to do this so that
|
|
|
|
|
// it's possible to lock onto a
|
|
|
|
|
// heading other than the current
|
|
|
|
|
// heading.
|
|
|
|
|
double heading = getAPHeadingMag();
|
2000-05-06 21:47:53 +00:00
|
|
|
|
current_autopilot->set_HeadingMode(FGAutopilot::FG_HEADING_LOCK);
|
|
|
|
|
current_autopilot->set_HeadingEnabled(true);
|
2000-05-15 16:33:42 +00:00
|
|
|
|
setAPHeadingMag(heading);
|
2000-05-06 21:47:53 +00:00
|
|
|
|
} else if (current_autopilot->get_HeadingMode() ==
|
|
|
|
|
FGAutopilot::FG_HEADING_LOCK) {
|
|
|
|
|
current_autopilot->set_HeadingEnabled(false);
|
|
|
|
|
}
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-07-23 00:11:04 +00:00
|
|
|
|
/**
|
|
|
|
|
* Get the autopilot target heading in degrees.
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getAPHeading ()
|
|
|
|
|
{
|
|
|
|
|
return current_autopilot->get_TargetHeading();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the autopilot target heading in degrees.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAPHeading (double heading)
|
|
|
|
|
{
|
|
|
|
|
current_autopilot->set_TargetHeading( heading );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Get the autopilot target heading in degrees.
|
|
|
|
|
*/
|
|
|
|
|
double
|
2000-05-14 04:18:12 +00:00
|
|
|
|
FGBFI::getAPHeadingMag ()
|
2000-02-26 18:01:13 +00:00
|
|
|
|
{
|
2000-05-14 04:18:12 +00:00
|
|
|
|
return current_autopilot->get_TargetHeading() - getMagVar();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the autopilot target heading in degrees.
|
|
|
|
|
*/
|
|
|
|
|
void
|
2000-05-14 04:18:12 +00:00
|
|
|
|
FGBFI::setAPHeadingMag (double heading)
|
2000-02-26 18:01:13 +00:00
|
|
|
|
{
|
2000-05-14 04:18:12 +00:00
|
|
|
|
current_autopilot->set_TargetHeading( heading + getMagVar() );
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
User-visible
- knobs now continue to rotate when you hold down the mouse
- the middle mouse button makes knobs rotate much faster
- there are NAV1, NAV2, and ADF radios that can be tuned using the mouse
- there are standby frequencies for NAV1 and NAV2, and buttons to swap
- there is a crude, rather silly-looking DME, hard-wired to NAV1
- there is a crude, rather silly-looking autopilot that can lock
the heading (to the bug on the gyro), can lock to NAV1, and can lock
the current altitude
- the knobs for changing the radials on NAV1 and NAV2 look much better
and are in the right place
- tuning into an ILS frequency doesn't change the displayed radial for
NAV1
Code
- I've created a new module, sp_panel.[ch]xx, that constructs the
default single-prop panel; this works entirely outside of FGPanel,
so it is possible to construct similar modules for other sorts of
panels; all code specific to the default panel has been removed from
panel.cxx
- current_panel is now a pointer
- radiostack.[ch]xx keeps track both of the actual radial and of the
selected radial (they will differ with ILS); the NAV gauges should
not spin around automatically to show the actual radial (we need to
do something similar with the autopilot)
- the panel is initialized fairly early
- make sure that standby frequencies also get initialized
- I've started combining and clipping small textures to save texture
memory; there's a lot more to do, but at least I've made a start
2000-05-02 18:26:00 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return true if the autopilot is locked to NAV1.
|
|
|
|
|
*/
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getAPNAV1Lock ()
|
|
|
|
|
{
|
|
|
|
|
return
|
|
|
|
|
(current_autopilot->get_HeadingEnabled() &&
|
|
|
|
|
current_autopilot->get_HeadingMode() == FGAutopilot::FG_HEADING_NAV1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the autopilot NAV1 lock.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAPNAV1Lock (bool lock)
|
|
|
|
|
{
|
2000-05-06 21:47:53 +00:00
|
|
|
|
if (lock) {
|
|
|
|
|
current_autopilot->set_HeadingMode(FGAutopilot::FG_HEADING_NAV1);
|
|
|
|
|
current_autopilot->set_HeadingEnabled(true);
|
|
|
|
|
} else if (current_autopilot->get_HeadingMode() ==
|
|
|
|
|
FGAutopilot::FG_HEADING_NAV1) {
|
|
|
|
|
current_autopilot->set_HeadingEnabled(false);
|
|
|
|
|
}
|
User-visible
- knobs now continue to rotate when you hold down the mouse
- the middle mouse button makes knobs rotate much faster
- there are NAV1, NAV2, and ADF radios that can be tuned using the mouse
- there are standby frequencies for NAV1 and NAV2, and buttons to swap
- there is a crude, rather silly-looking DME, hard-wired to NAV1
- there is a crude, rather silly-looking autopilot that can lock
the heading (to the bug on the gyro), can lock to NAV1, and can lock
the current altitude
- the knobs for changing the radials on NAV1 and NAV2 look much better
and are in the right place
- tuning into an ILS frequency doesn't change the displayed radial for
NAV1
Code
- I've created a new module, sp_panel.[ch]xx, that constructs the
default single-prop panel; this works entirely outside of FGPanel,
so it is possible to construct similar modules for other sorts of
panels; all code specific to the default panel has been removed from
panel.cxx
- current_panel is now a pointer
- radiostack.[ch]xx keeps track both of the actual radial and of the
selected radial (they will differ with ILS); the NAV gauges should
not spin around automatically to show the actual radial (we need to
do something similar with the autopilot)
- the panel is initialized fairly early
- make sure that standby frequencies also get initialized
- I've started combining and clipping small textures to save texture
memory; there's a lot more to do, but at least I've made a start
2000-05-02 18:26:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// GPS
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the autopilot GPS lock (true=on).
|
|
|
|
|
*/
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getGPSLock ()
|
|
|
|
|
{
|
2000-05-06 21:47:53 +00:00
|
|
|
|
return (current_autopilot->get_HeadingEnabled() &&
|
|
|
|
|
(current_autopilot->get_HeadingMode() ==
|
|
|
|
|
FGAutopilot::FG_HEADING_WAYPOINT ));
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the autopilot GPS lock (true=on).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setGPSLock (bool lock)
|
|
|
|
|
{
|
2000-05-06 21:47:53 +00:00
|
|
|
|
if (lock) {
|
|
|
|
|
current_autopilot->set_HeadingMode(FGAutopilot::FG_HEADING_WAYPOINT);
|
|
|
|
|
current_autopilot->set_HeadingEnabled(true);
|
|
|
|
|
} else if (current_autopilot->get_HeadingMode() ==
|
|
|
|
|
FGAutopilot::FG_HEADING_WAYPOINT) {
|
|
|
|
|
current_autopilot->set_HeadingEnabled(false);
|
|
|
|
|
}
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the GPS target latitude in degrees (negative for south).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getGPSTargetLatitude ()
|
|
|
|
|
{
|
2000-04-30 06:51:49 +00:00
|
|
|
|
return current_autopilot->get_TargetLatitude();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the GPS target longitude in degrees (negative for west).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getGPSTargetLongitude ()
|
|
|
|
|
{
|
2000-04-30 06:51:49 +00:00
|
|
|
|
return current_autopilot->get_TargetLongitude();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
2000-10-11 00:18:26 +00:00
|
|
|
|
#if 0
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the GPS target longitude in degrees (negative for west).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setGPSTargetLongitude (double longitude)
|
|
|
|
|
{
|
2000-04-30 06:51:49 +00:00
|
|
|
|
current_autopilot->set_TargetLongitude( longitude );
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
2000-10-11 00:18:26 +00:00
|
|
|
|
#endif
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Weather
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2001-01-08 17:59:54 +00:00
|
|
|
|
* Get the current visibility (meters).
|
2000-02-26 18:01:13 +00:00
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getVisibility ()
|
|
|
|
|
{
|
|
|
|
|
#ifndef FG_OLD_WEATHER
|
|
|
|
|
return WeatherDatabase->getWeatherVisibility();
|
|
|
|
|
#else
|
|
|
|
|
return current_weather.get_visibility();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2001-01-08 17:59:54 +00:00
|
|
|
|
* Set the current visibility (meters).
|
2000-02-26 18:01:13 +00:00
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setVisibility (double visibility)
|
|
|
|
|
{
|
|
|
|
|
#ifndef FG_OLD_WEATHER
|
|
|
|
|
WeatherDatabase->setWeatherVisibility(visibility);
|
|
|
|
|
#else
|
|
|
|
|
current_weather.set_visibility(visibility);
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
/**
|
2001-01-08 17:59:54 +00:00
|
|
|
|
* Get the current wind north velocity (feet/second).
|
2001-01-05 17:38:58 +00:00
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getWindNorth ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_north_airmass();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2001-01-08 17:59:54 +00:00
|
|
|
|
* Set the current wind north velocity (feet/second).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setWindNorth (double speed)
|
|
|
|
|
{
|
|
|
|
|
current_aircraft.fdm_state->set_Velocities_Local_Airmass(speed,
|
|
|
|
|
getWindEast(),
|
|
|
|
|
getWindDown());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current wind east velocity (feet/second).
|
2001-01-05 17:38:58 +00:00
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getWindEast ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_east_airmass();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2001-01-08 17:59:54 +00:00
|
|
|
|
* Set the current wind east velocity (feet/second).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setWindEast (double speed)
|
|
|
|
|
{
|
|
|
|
|
cout << "Set wind-east to " << speed << endl;
|
|
|
|
|
current_aircraft.fdm_state->set_Velocities_Local_Airmass(getWindNorth(),
|
|
|
|
|
speed,
|
|
|
|
|
getWindDown());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current wind down velocity (feet/second).
|
2001-01-05 17:38:58 +00:00
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getWindDown ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_down_airmass();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2001-01-08 17:59:54 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the current wind down velocity (feet/second).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setWindDown (double speed)
|
|
|
|
|
{
|
|
|
|
|
current_aircraft.fdm_state->set_Velocities_Local_Airmass(getWindNorth(),
|
|
|
|
|
getWindEast(),
|
|
|
|
|
speed);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2001-01-05 17:38:58 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// View.
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setViewAxisLong (double axis)
|
|
|
|
|
{
|
|
|
|
|
axisLong = axis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setViewAxisLat (double axis)
|
|
|
|
|
{
|
|
|
|
|
axisLat = axis;
|
|
|
|
|
}
|
|
|
|
|
|
2000-03-29 00:15:58 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Time
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the magnetic variation
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getMagVar ()
|
|
|
|
|
{
|
2000-08-08 00:39:52 +00:00
|
|
|
|
return globals->get_mag()->get_magvar() * RAD_TO_DEG;
|
2000-03-29 00:15:58 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the magnetic variation
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getMagDip ()
|
|
|
|
|
{
|
2000-08-08 00:39:52 +00:00
|
|
|
|
return globals->get_mag()->get_magdip() * RAD_TO_DEG;
|
2000-03-29 00:15:58 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
// end of bfi.cxx
|
2000-03-29 00:15:58 +00:00
|
|
|
|
|