]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/radiostack.hxx
Boris Koenig:
[flightgear.git] / src / Cockpit / radiostack.hxx
index 42093a4a68282afb14ed7e189ef2a941795c5c51..e3d6270553acd56dfb69e85d8740252a01df7cb2 100644 (file)
 #define _FG_RADIOSTACK_HXX
 
 
-#include <Main/fgfs.hxx>
 #include <Main/fg_props.hxx>
 
 #include <simgear/compiler.h>
-
+#include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
-#include <Navaids/ilslist.hxx>
 #include <Navaids/navlist.hxx>
 #include <Sound/beacon.hxx>
 #include <Sound/morse.hxx>
 
 #include "dme.hxx"
-#include "kr_87.hxx"            // ADF
 #include "kt_70.hxx"            // Transponder
 #include "marker_beacon.hxx"
 #include "navcom.hxx"
 
 
-class FGRadioStack : public FGSubsystem
+class FGRadioStack : public SGSubsystem
 {
     FGDME dme;
-    FGKR_87 adf;                // King KR 87 Digital ADF model
+    //FGKR_87 adf;                // King KR 87 Digital ADF model
     FGKT_70 xponder;            // Bendix/King KT 70 Panel-Mounted Transponder
     FGMarkerBeacon beacon;
     FGNavCom navcom1;