]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/annunciator.hxx
Add back power button binding, but move the location to /instrumentation/nav
[flightgear.git] / src / Instrumentation / annunciator.hxx
index 861b9306f35f91635c47f0f84261b4ca1d13229b..2834f8c25e3bff86878b1925488b57e2bac564ec 100644 (file)
@@ -10,8 +10,7 @@
 #endif
 
 #include <simgear/props/props.hxx>
-
-#include <Main/fgfs.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
@@ -28,7 +27,7 @@
  *
  * /instrumentation/airspeed-indicator/indicated-speed-kt
  */
-class Annunciator : public FGSubsystem
+class Annunciator : public SGSubsystem
 {
 
     // timers
@@ -45,7 +44,8 @@ class Annunciator : public FGSubsystem
     SGPropertyNode *_fuel_l;
     SGPropertyNode *_fuel_r;
     SGPropertyNode *_oil_px;
-    
+    SGPropertyNode *_elec_serv;
+
     // outputs
     SGPropertyNode *_ann_volts;  // VOLTS        (red)
     SGPropertyNode *_ann_vac_l;  // L VAC        (amber)