X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fnavdb.hxx;h=87e510825b2f228d616e9393edcc558ff0a49cf8;hb=c6045147544badd6daefdcab9d4de1ed6936533b;hp=7c477792cb81e4dd4141a4b37e02c66be7935d93;hpb=d9bfd5a425df1bad7e3c53a64adce871e299a6b9;p=flightgear.git diff --git a/src/Navaids/navdb.hxx b/src/Navaids/navdb.hxx index 7c477792c..87e510825 100644 --- a/src/Navaids/navdb.hxx +++ b/src/Navaids/navdb.hxx @@ -26,33 +26,15 @@ #include -#include - -// #include -// #include -// #include - -#include "navlist.hxx" -#include "fixlist.hxx" - -// SG_USING_STD(map); -// SG_USING_STD(vector); -// SG_USING_STD(string); +class FGNavList; +class FGTACANList; // load and initialize the navigational databases -bool fgNavDBInit( FGAirportList *airports, - FGNavList *navlist, FGNavList *loclist, FGNavList *gslist, - FGNavList *dmelist, FGNavList *mkrbeacons, +bool fgNavDBInit( FGNavList *navlist, FGNavList *loclist, FGNavList *gslist, + FGNavList *dmelist, 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, - double threshold ); #endif // _FG_NAVDB_HXX