]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
James Turner:
[flightgear.git] / src / Navaids / navdb.hxx
index f32075163b100c232a2dd5d030f730fe13394f86..cd524300f951dd5af5756991fa3914ba80716322 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/misc/sg_path.hxx>
 
-// #include <map>
-// #include <vector>
-// #include STL_STRING
-
 #include "navlist.hxx"
 #include "fixlist.hxx"
 
-// SG_USING_STD(map);
-// SG_USING_STD(vector);
-// SG_USING_STD(string);
-
-
 // load and initialize the navigational databases
-bool fgNavDBInit( FGAirportList *airports,
-                  FGNavList *navlist, FGNavList *loclist, FGNavList *gslist,
+bool fgNavDBInit( 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,
-                                double threshold );
 
 #endif // _FG_NAVDB_HXX