X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fmarker_beacon.hxx;h=52259b6a2c49ced3ed2a6dbb75a417e3ea911eb7;hb=9fa790bcac7e535bb06cd228ae15178f1b10b26f;hp=774e37f81267b3d88cba349a140caa981d335b39;hpb=86f462933d0d7130e4e688183976620ed2ddb5ae;p=flightgear.git diff --git a/src/Instrumentation/marker_beacon.hxx b/src/Instrumentation/marker_beacon.hxx index 774e37f81..52259b6a2 100644 --- a/src/Instrumentation/marker_beacon.hxx +++ b/src/Instrumentation/marker_beacon.hxx @@ -32,16 +32,10 @@ #include #include -#include -#include - class SGSampleGroup; class FGMarkerBeacon : public SGSubsystem { - FGBeacon beacon; - FGMorse morse; - SGInterpTable *term_tbl; SGInterpTable *low_tbl; SGInterpTable *high_tbl; @@ -55,7 +49,7 @@ class FGMarkerBeacon : public SGSubsystem SGPropertyNode_ptr audio_btn; SGPropertyNode_ptr audio_vol; SGPropertyNode_ptr serviceable; - SGPropertyNode_ptr sound_pause; + SGPropertyNode_ptr sound_working; bool need_update; @@ -74,7 +68,7 @@ class FGMarkerBeacon : public SGSubsystem // internal periodic station search timer double _time_before_search_sec; - SGSampleGroup *_sgr; + SGSharedPtr _sgr; public: