X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fadf.hxx;h=c8f36e4ff5ad77085e1fb67a538aa6bf880f6b23;hb=1011251504a4cb060e783b79bfccd4db6a390dc5;hp=f2c2bdeb8a84ffaf6997469116f252bd3ee79575;hpb=295d5eaf8c46ca7721a98ea46ed8b960763d16f7;p=flightgear.git diff --git a/src/Instrumentation/adf.hxx b/src/Instrumentation/adf.hxx index f2c2bdeb8..c8f36e4ff 100644 --- a/src/Instrumentation/adf.hxx +++ b/src/Instrumentation/adf.hxx @@ -16,7 +16,6 @@ #include #include -#include using std::string; @@ -64,7 +63,7 @@ private: void search (double frequency, double longitude_rad, double latitude_rad, double altitude_m); - string _name; + std::string _name; unsigned int _num; SGPropertyNode_ptr _longitude_node; @@ -82,6 +81,7 @@ private: SGPropertyNode_ptr _ident_node; SGPropertyNode_ptr _ident_audible_node; SGPropertyNode_ptr _volume_node; + SGPropertyNode_ptr _power_btn_node; double _time_before_search_sec; @@ -92,7 +92,6 @@ private: SGVec3d _transmitter_cart; double _transmitter_range_nm; - FGMorse morse; int _ident_count; time_t _last_ident_time; float _last_volume;