]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/adf.hxx
kln89 user interface logical pages
[flightgear.git] / src / Instrumentation / adf.hxx
index f897cb5e401495aeb04ae8543c2ed866fcc30e8e..6f584803c6bf26bb38b773b45e5bc31e87237946 100644 (file)
@@ -50,6 +50,7 @@ class ADF : public SGSubsystem
 
 public:
 
+    ADF ( SGPropertyNode *node );
     ADF ();
     virtual ~ADF ();
 
@@ -94,6 +95,10 @@ private:
     int _ident_count;
     time_t _last_ident_time;
     double _last_volume;
+
+    string name;
+    int num;
+    string adf_ident;
 };