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
|
|
|
|
|
//
|
|
|
|
|
// 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$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
|
# include <config.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if defined( FG_HAVE_NATIVE_SGI_COMPILERS )
|
|
|
|
|
# include <iostream.h>
|
|
|
|
|
#else
|
|
|
|
|
# include <iostream>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#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-02-26 18:01:13 +00:00
|
|
|
|
#include <simgear/math/fg_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-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 "options.hxx"
|
|
|
|
|
#include "save.hxx"
|
|
|
|
|
#include "fg_init.hxx"
|
|
|
|
|
|
|
|
|
|
FG_USING_NAMESPACE(std);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "bfi.hxx"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Static variables.
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
bool FGBFI::_needReinit = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Local functions
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
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");
|
|
|
|
|
// Simulation
|
|
|
|
|
current_properties.tieInt("/sim/flight-model",
|
|
|
|
|
getFlightModel, setFlightModel);
|
|
|
|
|
// current_properties.tieString("/sim/aircraft",
|
|
|
|
|
// getAircraft, setAircraft);
|
|
|
|
|
// TODO: timeGMT
|
|
|
|
|
current_properties.tieBool("/sim/hud/visibility",
|
|
|
|
|
getHUDVisible, setHUDVisible);
|
|
|
|
|
current_properties.tieBool("/sim/panel/visibility",
|
|
|
|
|
getPanelVisible, setPanelVisible);
|
|
|
|
|
|
|
|
|
|
// Position
|
|
|
|
|
current_properties.tieDouble("/position/latitude",
|
|
|
|
|
getLatitude, setLatitude);
|
|
|
|
|
current_properties.tieDouble("/position/longitude",
|
|
|
|
|
getLongitude, setLongitude);
|
|
|
|
|
current_properties.tieDouble("/position/altitude",
|
|
|
|
|
getAltitude, setAltitude);
|
|
|
|
|
current_properties.tieDouble("/position/altitude-agl",
|
|
|
|
|
getAGL, 0);
|
|
|
|
|
|
|
|
|
|
// Orientation
|
|
|
|
|
current_properties.tieDouble("/orientation/heading",
|
|
|
|
|
getHeading, setHeading);
|
|
|
|
|
current_properties.tieDouble("/orientation/heading-magnetic",
|
|
|
|
|
getHeadingMag, 0);
|
|
|
|
|
current_properties.tieDouble("/orientation/pitch",
|
|
|
|
|
getPitch, setPitch);
|
|
|
|
|
current_properties.tieDouble("/orientation/roll",
|
|
|
|
|
getRoll, setRoll);
|
|
|
|
|
|
|
|
|
|
// Velocities
|
|
|
|
|
current_properties.tieDouble("/velocities/airspeed",
|
|
|
|
|
getAirspeed, 0);
|
|
|
|
|
current_properties.tieDouble("/velocities/side-slip",
|
|
|
|
|
getSideSlip, 0);
|
|
|
|
|
current_properties.tieDouble("/velocities/vertical-speed",
|
|
|
|
|
getVerticalSpeed, 0);
|
|
|
|
|
current_properties.tieDouble("/velocities/speed-north",
|
|
|
|
|
getSpeedNorth, setSpeedNorth);
|
|
|
|
|
current_properties.tieDouble("/velocities/speed-east",
|
|
|
|
|
getSpeedEast, setSpeedEast);
|
|
|
|
|
current_properties.tieDouble("/velocities/speed-down",
|
|
|
|
|
getSpeedDown, setSpeedDown);
|
|
|
|
|
|
|
|
|
|
// Controls
|
|
|
|
|
current_properties.tieDouble("/controls/throttle",
|
|
|
|
|
getThrottle, setThrottle);
|
|
|
|
|
current_properties.tieDouble("/controls/flaps",
|
|
|
|
|
getFlaps, setFlaps);
|
2000-07-20 04:16:59 +00:00
|
|
|
|
current_properties.tieBool ("/controls/flaps/raise",
|
|
|
|
|
0, setFlapsRaise);
|
|
|
|
|
current_properties.tieBool ("/controls/flaps/lower",
|
|
|
|
|
0, setFlapsLower);
|
2000-07-03 20:09:56 +00:00
|
|
|
|
current_properties.tieDouble("/controls/aileron",
|
|
|
|
|
getAileron, setAileron);
|
|
|
|
|
current_properties.tieDouble("/controls/rudder",
|
|
|
|
|
getRudder, setRudder);
|
|
|
|
|
current_properties.tieDouble("/controls/elevator",
|
|
|
|
|
getElevator, setElevator);
|
|
|
|
|
current_properties.tieDouble("/controls/elevator-trim",
|
|
|
|
|
getElevatorTrim, setElevatorTrim);
|
|
|
|
|
current_properties.tieDouble("/controls/brake",
|
|
|
|
|
getBrake, setBrake);
|
2000-07-14 15:46:27 +00:00
|
|
|
|
current_properties.tieDouble("/controls/left-brake",
|
|
|
|
|
getLeftBrake, setLeftBrake);
|
|
|
|
|
current_properties.tieDouble("/controls/right-brake",
|
|
|
|
|
getRightBrake, setRightBrake);
|
2000-07-03 20:09:56 +00:00
|
|
|
|
|
|
|
|
|
// Autopilot
|
|
|
|
|
current_properties.tieBool("/autopilot/locks/altitude",
|
|
|
|
|
getAPAltitudeLock, setAPAltitudeLock);
|
|
|
|
|
current_properties.tieDouble("/autopilot/settings/altitude",
|
|
|
|
|
getAPAltitude, setAPAltitude);
|
|
|
|
|
current_properties.tieBool("/autopilot/locks/heading",
|
|
|
|
|
getAPHeadingLock, setAPHeadingLock);
|
|
|
|
|
current_properties.tieDouble("/autopilot/settings/heading-magnetic",
|
|
|
|
|
getAPHeadingMag, setAPHeadingMag);
|
|
|
|
|
current_properties.tieBool("/autopilot/locks/nav1",
|
|
|
|
|
getAPNAV1Lock, setAPNAV1Lock);
|
|
|
|
|
|
|
|
|
|
// Radio navigation
|
|
|
|
|
current_properties.tieDouble("/radios/nav1/frequencies/selected",
|
|
|
|
|
getNAV1Freq, setNAV1Freq);
|
|
|
|
|
current_properties.tieDouble("/radios/nav1/frequencies/standby",
|
|
|
|
|
getNAV1AltFreq, setNAV1AltFreq);
|
|
|
|
|
current_properties.tieDouble("/radios/nav1/radials/actual",
|
|
|
|
|
getNAV1Radial, 0);
|
|
|
|
|
current_properties.tieDouble("/radios/nav1/radials/selected",
|
|
|
|
|
getNAV1SelRadial, setNAV1SelRadial);
|
|
|
|
|
current_properties.tieDouble("/radios/nav1/dme/distance",
|
|
|
|
|
getNAV1DistDME, 0);
|
|
|
|
|
current_properties.tieBool("/radios/nav1/in-range",
|
|
|
|
|
getNAV1InRange, 0);
|
|
|
|
|
current_properties.tieBool("/radios/nav1/dme/in-range",
|
|
|
|
|
getNAV1DMEInRange, 0);
|
|
|
|
|
|
|
|
|
|
current_properties.tieDouble("/radios/nav2/frequencies/selected",
|
|
|
|
|
getNAV2Freq, setNAV2Freq);
|
|
|
|
|
current_properties.tieDouble("/radios/nav2/frequencies/standby",
|
|
|
|
|
getNAV2AltFreq, setNAV2AltFreq);
|
|
|
|
|
current_properties.tieDouble("/radios/nav2/radials/actual",
|
|
|
|
|
getNAV2Radial, 0);
|
|
|
|
|
current_properties.tieDouble("/radios/nav2/radials/selected",
|
|
|
|
|
getNAV2SelRadial, setNAV2SelRadial);
|
|
|
|
|
current_properties.tieDouble("/radios/nav2/dme/distance",
|
|
|
|
|
getNAV2DistDME, 0);
|
|
|
|
|
current_properties.tieBool("/radios/nav2/in-range",
|
|
|
|
|
getNAV2InRange, 0);
|
|
|
|
|
current_properties.tieBool("/radios/nav2/dme/in-range",
|
|
|
|
|
getNAV2DMEInRange, 0);
|
|
|
|
|
|
|
|
|
|
current_properties.tieDouble("/radios/adf/frequencies/selected",
|
|
|
|
|
getADFFreq, setADFFreq);
|
|
|
|
|
current_properties.tieDouble("/radios/adf/frequencies/standby",
|
|
|
|
|
getADFAltFreq, setADFAltFreq);
|
|
|
|
|
current_properties.tieDouble("/radios/adf/rotation",
|
|
|
|
|
getADFRotation, setADFRotation);
|
|
|
|
|
|
|
|
|
|
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 ()
|
|
|
|
|
{
|
|
|
|
|
if (_needReinit) {
|
|
|
|
|
reinit();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Reinitialize FGFS to use the new BFI settings.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::reinit ()
|
|
|
|
|
{
|
|
|
|
|
// Save the state of everything
|
|
|
|
|
// that's going to get clobbered
|
|
|
|
|
// when we reinit the subsystems.
|
|
|
|
|
|
2000-05-06 21:47:53 +00:00
|
|
|
|
cout << "BFI: start reinit\n";
|
|
|
|
|
|
2000-05-16 18:21:08 +00:00
|
|
|
|
setHeading(getHeading());
|
|
|
|
|
setPitch(getPitch());
|
|
|
|
|
setRoll(getRoll());
|
|
|
|
|
setSpeedNorth(getSpeedNorth());
|
|
|
|
|
setSpeedEast(getSpeedEast());
|
|
|
|
|
setSpeedDown(getSpeedDown());
|
|
|
|
|
setLatitude(getLatitude());
|
|
|
|
|
setLongitude(getLongitude());
|
|
|
|
|
setAltitude(getAltitude());
|
2000-05-19 16:14:37 +00:00
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
// TODO: add more AP stuff
|
|
|
|
|
double elevator = getElevator();
|
|
|
|
|
double aileron = getAileron();
|
|
|
|
|
double rudder = getRudder();
|
|
|
|
|
double throttle = getThrottle();
|
|
|
|
|
double elevator_trim = getElevatorTrim();
|
|
|
|
|
double flaps = getFlaps();
|
|
|
|
|
double brake = getBrake();
|
|
|
|
|
bool apHeadingLock = getAPHeadingLock();
|
2000-05-14 04:18:12 +00:00
|
|
|
|
double apHeadingMag = getAPHeadingMag();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
bool apAltitudeLock = getAPAltitudeLock();
|
|
|
|
|
double apAltitude = getAPAltitude();
|
|
|
|
|
const string &targetAirport = getTargetAirport();
|
|
|
|
|
bool gpsLock = getGPSLock();
|
|
|
|
|
double gpsLatitude = getGPSTargetLatitude();
|
|
|
|
|
double gpsLongitude = getGPSTargetLongitude();
|
|
|
|
|
|
2000-05-19 16:14:37 +00:00
|
|
|
|
setTargetAirport("");
|
|
|
|
|
cout << "Target airport is " << current_options.get_airport_id() << endl;
|
2000-07-03 20:09:56 +00:00
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
fgReInitSubsystems();
|
2000-05-19 16:14:37 +00:00
|
|
|
|
|
|
|
|
|
// FIXME: this is wrong.
|
|
|
|
|
// All of these are scheduled events,
|
|
|
|
|
// and it should be possible to force
|
|
|
|
|
// them all to run once.
|
|
|
|
|
fgUpdateSunPos();
|
|
|
|
|
fgUpdateMoonPos();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
cur_light_params.Update();
|
2000-07-05 02:39:30 +00:00
|
|
|
|
fgUpdateLocalTime();
|
2000-05-19 16:14:37 +00:00
|
|
|
|
fgUpdateWeatherDatabase();
|
|
|
|
|
fgRadioSearch();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
|
|
|
|
|
// Restore all of the old states.
|
|
|
|
|
setElevator(elevator);
|
|
|
|
|
setAileron(aileron);
|
|
|
|
|
setRudder(rudder);
|
|
|
|
|
setThrottle(throttle);
|
|
|
|
|
setElevatorTrim(elevator_trim);
|
|
|
|
|
setFlaps(flaps);
|
|
|
|
|
setBrake(brake);
|
|
|
|
|
setAPHeadingLock(apHeadingLock);
|
2000-05-14 04:18:12 +00:00
|
|
|
|
setAPHeadingMag(apHeadingMag);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
setAPAltitudeLock(apAltitudeLock);
|
|
|
|
|
setAPAltitude(apAltitude);
|
|
|
|
|
setTargetAirport(targetAirport);
|
|
|
|
|
setGPSLock(gpsLock);
|
|
|
|
|
setGPSTargetLatitude(gpsLatitude);
|
|
|
|
|
setGPSTargetLongitude(gpsLongitude);
|
|
|
|
|
|
|
|
|
|
_needReinit = false;
|
2000-05-06 21:47:53 +00:00
|
|
|
|
|
|
|
|
|
cout << "BFI: end reinit\n";
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Simulation.
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the flight model as an integer.
|
|
|
|
|
*
|
|
|
|
|
* TODO: use a string instead.
|
|
|
|
|
*/
|
|
|
|
|
int
|
|
|
|
|
FGBFI::getFlightModel ()
|
|
|
|
|
{
|
|
|
|
|
return current_options.get_flight_model();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-05-06 21:47:53 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current aircraft as a string.
|
|
|
|
|
*/
|
|
|
|
|
const string
|
|
|
|
|
FGBFI::getAircraft ()
|
|
|
|
|
{
|
|
|
|
|
return current_options.get_aircraft();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the current aircraft directory (UIUC) as a string.
|
|
|
|
|
*/
|
|
|
|
|
const string
|
|
|
|
|
FGBFI::getAircraftDir ()
|
|
|
|
|
{
|
|
|
|
|
return aircraft_dir;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the flight model as an integer.
|
|
|
|
|
*
|
|
|
|
|
* TODO: use a string instead.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setFlightModel (int model)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_flight_model(model);
|
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-05-06 21:47:53 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the current aircraft.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAircraft (const string &aircraft)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_aircraft(aircraft);
|
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current aircraft directory (UIUC).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setAircraftDir (const string &dir)
|
|
|
|
|
{
|
|
|
|
|
aircraft_dir = dir;
|
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Return the current Zulu time.
|
|
|
|
|
*/
|
|
|
|
|
time_t
|
|
|
|
|
FGBFI::getTimeGMT ()
|
|
|
|
|
{
|
2000-07-07 20:28:51 +00:00
|
|
|
|
return globals->get_time_params()->get_cur_time();
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current Zulu time.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setTimeGMT (time_t time)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: need to update lighting
|
|
|
|
|
// and solar system
|
|
|
|
|
current_options.set_time_offset(time);
|
2000-07-07 21:52:45 +00:00
|
|
|
|
current_options.set_time_offset_type(fgOPTIONS::FG_TIME_GMT_ABSOLUTE);
|
2000-07-07 20:28:51 +00:00
|
|
|
|
globals->get_time_params()->update( cur_fdm_state->get_Longitude(),
|
|
|
|
|
cur_fdm_state->get_Latitude(),
|
|
|
|
|
globals->get_warp() );
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return true if the HUD is visible.
|
|
|
|
|
*/
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getHUDVisible ()
|
|
|
|
|
{
|
|
|
|
|
return current_options.get_hud_status();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Ensure that the HUD is visible or hidden.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setHUDVisible (bool visible)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_hud_status(visible);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return true if the 2D panel is visible.
|
|
|
|
|
*/
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getPanelVisible ()
|
|
|
|
|
{
|
|
|
|
|
return current_options.get_panel_status();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Ensure that the 2D panel is visible or hidden.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setPanelVisible (bool visible)
|
|
|
|
|
{
|
|
|
|
|
if (current_options.get_panel_status() != visible) {
|
|
|
|
|
current_options.toggle_panel();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// 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)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_lat(latitude);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Latitude(latitude * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_lon(longitude);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Longitude(longitude * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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-07-03 20:09:56 +00:00
|
|
|
|
fgFDMForceAltitude(getFlightModel(), altitude * FEET_TO_METER);
|
|
|
|
|
// current_options.set_altitude(altitude * FEET_TO_METER);
|
|
|
|
|
// current_aircraft.fdm_state->set_Altitude(altitude);
|
|
|
|
|
// needReinit();
|
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)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_heading(heading);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Euler_Angles(getRoll() * DEG_TO_RAD,
|
|
|
|
|
getPitch() * DEG_TO_RAD,
|
|
|
|
|
heading * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
current_options.set_pitch(pitch);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Euler_Angles(getRoll() * DEG_TO_RAD,
|
|
|
|
|
pitch * DEG_TO_RAD,
|
|
|
|
|
getHeading() * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_roll(roll);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Euler_Angles(roll * DEG_TO_RAD,
|
|
|
|
|
getPitch() * DEG_TO_RAD,
|
|
|
|
|
getHeading() * DEG_TO_RAD);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// 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();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current north velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setSpeedNorth (double speed)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_uBody(speed);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Velocities_Local(speed,
|
|
|
|
|
getSpeedEast(),
|
|
|
|
|
getSpeedDown());
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current east velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getSpeedEast ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_east();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current east velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setSpeedEast (double speed)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_vBody(speed);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Velocities_Local(getSpeedNorth(),
|
|
|
|
|
speed,
|
|
|
|
|
getSpeedDown());
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current down velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getSpeedDown ()
|
|
|
|
|
{
|
|
|
|
|
return current_aircraft.fdm_state->get_V_down();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the current down velocity (units??).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setSpeedDown (double speed)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_wBody(speed);
|
2000-05-19 16:14:37 +00:00
|
|
|
|
current_aircraft.fdm_state->set_Velocities_Local(getSpeedNorth(),
|
|
|
|
|
getSpeedEast(),
|
|
|
|
|
speed);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Controls
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the throttle setting, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getThrottle ()
|
|
|
|
|
{
|
|
|
|
|
// FIXME: add throttle selector
|
|
|
|
|
return controls.get_throttle(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the throttle, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setThrottle (double throttle)
|
|
|
|
|
{
|
|
|
|
|
// FIXME: allow throttle selection
|
|
|
|
|
// FIXME: clamp?
|
|
|
|
|
controls.set_throttle(0, throttle);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-07-20 04:16:59 +00:00
|
|
|
|
void
|
|
|
|
|
FGBFI::setFlapsRaise (bool step)
|
|
|
|
|
{
|
|
|
|
|
if (step)
|
|
|
|
|
controls.set_flaps(controls.get_flaps() - 0.26);
|
|
|
|
|
printf ( "Raise: %i\n", step );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setFlapsLower (bool step)
|
|
|
|
|
{
|
|
|
|
|
if (step)
|
|
|
|
|
controls.set_flaps(controls.get_flaps() + 0.26);
|
|
|
|
|
printf ( "Lower: %i\n", step );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* 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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the brake setting, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getBrake ()
|
|
|
|
|
{
|
|
|
|
|
// FIXME: add brake selector
|
2000-07-14 15:46:27 +00:00
|
|
|
|
return controls.get_brake(2);
|
2000-02-26 18:01:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the brake, from 0.0 (none) to 1.0 (full).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setBrake (double brake)
|
|
|
|
|
{
|
2000-07-14 15:46:27 +00:00
|
|
|
|
controls.set_brake(FGControls::ALL_WHEELS, brake);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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-04-27 22:45:48 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Radio navigation.
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV1Freq ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav1_freq();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV1AltFreq ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav1_alt_freq();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV1Radial ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav1_radial();
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV1SelRadial ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav1_sel_radial();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
2000-05-12 20:07:51 +00:00
|
|
|
|
FGBFI::getNAV1DistDME ()
|
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-05-12 20:07:51 +00:00
|
|
|
|
return current_radiostack->get_nav1_dme_dist();
|
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-05-15 16:33:42 +00:00
|
|
|
|
bool
|
|
|
|
|
FGBFI::getNAV1InRange ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav1_inrange();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getNAV1DMEInRange ()
|
|
|
|
|
{
|
|
|
|
|
return (current_radiostack->get_nav1_inrange() &&
|
|
|
|
|
current_radiostack->get_nav1_has_dme());
|
|
|
|
|
}
|
|
|
|
|
|
2000-04-27 22:45:48 +00:00
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV2Freq ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav2_freq();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV2AltFreq ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav2_alt_freq();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV2Radial ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav2_radial();
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
double
|
|
|
|
|
FGBFI::getNAV2SelRadial ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav2_sel_radial();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
2000-05-12 20:07:51 +00:00
|
|
|
|
FGBFI::getNAV2DistDME ()
|
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-05-12 20:07:51 +00:00
|
|
|
|
return current_radiostack->get_nav2_dme_dist();
|
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-05-15 16:33:42 +00:00
|
|
|
|
bool
|
|
|
|
|
FGBFI::getNAV2InRange ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_nav2_inrange();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getNAV2DMEInRange ()
|
|
|
|
|
{
|
|
|
|
|
return (current_radiostack->get_nav2_inrange() &&
|
|
|
|
|
current_radiostack->get_nav2_has_dme());
|
|
|
|
|
}
|
|
|
|
|
|
2000-04-27 22:45:48 +00:00
|
|
|
|
double
|
|
|
|
|
FGBFI::getADFFreq ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_adf_freq();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getADFAltFreq ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_adf_alt_freq();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getADFRotation ()
|
|
|
|
|
{
|
|
|
|
|
return current_radiostack->get_adf_rotation();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setNAV1Freq (double freq)
|
|
|
|
|
{
|
|
|
|
|
current_radiostack->set_nav1_freq(freq);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setNAV1AltFreq (double freq)
|
|
|
|
|
{
|
|
|
|
|
current_radiostack->set_nav1_alt_freq(freq);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
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
|
|
|
|
FGBFI::setNAV1SelRadial (double radial)
|
2000-04-27 22:45:48 +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
|
|
|
|
current_radiostack->set_nav1_sel_radial(radial);
|
2000-04-27 22:45:48 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setNAV2Freq (double freq)
|
|
|
|
|
{
|
|
|
|
|
current_radiostack->set_nav2_freq(freq);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setNAV2AltFreq (double freq)
|
|
|
|
|
{
|
|
|
|
|
current_radiostack->set_nav2_alt_freq(freq);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
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
|
|
|
|
FGBFI::setNAV2SelRadial (double radial)
|
2000-04-27 22:45:48 +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
|
|
|
|
current_radiostack->set_nav2_sel_radial(radial);
|
2000-04-27 22:45:48 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setADFFreq (double freq)
|
|
|
|
|
{
|
|
|
|
|
current_radiostack->set_adf_freq(freq);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setADFAltFreq (double freq)
|
|
|
|
|
{
|
|
|
|
|
current_radiostack->set_adf_alt_freq(freq);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setADFRotation (double rot)
|
|
|
|
|
{
|
|
|
|
|
current_radiostack->set_adf_rotation(rot);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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 airport code.
|
|
|
|
|
*/
|
|
|
|
|
const string
|
|
|
|
|
FGBFI::getTargetAirport ()
|
|
|
|
|
{
|
|
|
|
|
return current_options.get_airport_id();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the GPS target airport code.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setTargetAirport (const string &airportId)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_airport_id(airportId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the GPS target latitude in degrees (negative for south).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setGPSTargetLatitude (double latitude)
|
|
|
|
|
{
|
2000-04-30 06:51:49 +00:00
|
|
|
|
current_autopilot->set_TargetLatitude( latitude );
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Weather
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Get the current visible (units??).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getVisibility ()
|
|
|
|
|
{
|
|
|
|
|
#ifndef FG_OLD_WEATHER
|
|
|
|
|
return WeatherDatabase->getWeatherVisibility();
|
|
|
|
|
#else
|
|
|
|
|
return current_weather.get_visibility();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-05-06 21:47:53 +00:00
|
|
|
|
/**
|
|
|
|
|
* Check whether clouds are enabled.
|
|
|
|
|
*/
|
|
|
|
|
bool
|
|
|
|
|
FGBFI::getClouds ()
|
|
|
|
|
{
|
|
|
|
|
return current_options.get_clouds();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Check the height of the clouds ASL (units?).
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getCloudsASL ()
|
|
|
|
|
{
|
|
|
|
|
return current_options.get_clouds_asl();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-02-26 18:01:13 +00:00
|
|
|
|
/**
|
|
|
|
|
* Set the current visibility (units??).
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setVisibility (double visibility)
|
|
|
|
|
{
|
|
|
|
|
#ifndef FG_OLD_WEATHER
|
|
|
|
|
WeatherDatabase->setWeatherVisibility(visibility);
|
|
|
|
|
#else
|
|
|
|
|
current_weather.set_visibility(visibility);
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-05-06 21:47:53 +00:00
|
|
|
|
/**
|
|
|
|
|
* Switch clouds on or off.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setClouds (bool clouds)
|
|
|
|
|
{
|
2000-05-16 18:21:08 +00:00
|
|
|
|
cout << "Set clouds to " << clouds << endl;
|
2000-05-06 21:47:53 +00:00
|
|
|
|
current_options.set_clouds(clouds);
|
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the cloud height.
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
FGBFI::setCloudsASL (double cloudsASL)
|
|
|
|
|
{
|
|
|
|
|
current_options.set_clouds_asl(cloudsASL);
|
|
|
|
|
needReinit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2000-03-29 00:15:58 +00:00
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Time
|
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the magnetic variation
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getMagVar ()
|
|
|
|
|
{
|
2000-07-05 02:39:30 +00:00
|
|
|
|
return cur_magvar.get_magvar() * RAD_TO_DEG;
|
2000-03-29 00:15:58 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the magnetic variation
|
|
|
|
|
*/
|
|
|
|
|
double
|
|
|
|
|
FGBFI::getMagDip ()
|
|
|
|
|
{
|
2000-07-05 02:39:30 +00:00
|
|
|
|
return cur_magvar.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
|
|
|
|
|