X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fnavdb.hxx;h=f32075163b100c232a2dd5d030f730fe13394f86;hb=4a79d82ba62fa4e5be759fa0fc4b20220e8da303;hp=36f1bdc42447cc7a9a558777f25bdb4b5c7710ee;hpb=a3cde21637df5058d460d5786c365eeb949fee16;p=flightgear.git diff --git a/src/Navaids/navdb.hxx b/src/Navaids/navdb.hxx index 36f1bdc42..f32075163 100644 --- a/src/Navaids/navdb.hxx +++ b/src/Navaids/navdb.hxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started May 2004. // -// Copyright (C) 2004 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 2004 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -16,7 +16,7 @@ // // 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. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -41,16 +41,18 @@ // load and initialize the navigational databases -bool fgNavDBInit( FGNavList *navlist, FGNavList *loclist, FGNavList *gslist, - FGNavList *dmelist, FGNavList *mkrbeacons ); - +bool fgNavDBInit( FGAirportList *airports, + FGNavList *navlist, FGNavList *loclist, FGNavList *gslist, + FGNavList *dmelist, FGNavList *mkrbeacons, + FGNavList *tacanlist, FGNavList *carrierlist, + FGTACANList *channellist ); // This routines traverses the localizer list and attempts to match // each entry with it's corresponding runway. When it is successful, // it then "moves" the localizer and updates it's heading so it // *perfectly* aligns with the runway, but is still the same distance // from the runway threshold. -void fgNavDBAlignLOCwithRunway( FGRunwayList *runways, FGNavList *loclist ); - +void fgNavDBAlignLOCwithRunway( FGRunwayList *runways, FGNavList *loclist, + double threshold ); #endif // _FG_NAVDB_HXX