X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FInstrumentation%2Fnavradio.hxx;h=c731f1d2b7a3c896c2efce7c7035a1831d92931e;hb=7e8ee5a3a86ada7050b7255309ee044cebf21051;hp=0debf55dd8217404d2be78f5dc4b8c76457d59fd;hpb=043128c7c093c99125ba0ece4c0bcc0b697d2a63;p=flightgear.git diff --git a/src/Instrumentation/navradio.hxx b/src/Instrumentation/navradio.hxx index 0debf55dd..c731f1d2b 100644 --- a/src/Instrumentation/navradio.hxx +++ b/src/Instrumentation/navradio.hxx @@ -24,26 +24,17 @@ #ifndef _FG_NAVRADIO_HXX #define _FG_NAVRADIO_HXX - +#include #include
#include #include #include -// forward decls -class SGInterpTable; - class SGSampleGroup; -class FGNavRecord; -typedef SGSharedPtr FGNavRecordPtr; class FGNavRadio : public SGSubsystem, public SGPropertyChangeListener { - SGInterpTable *term_tbl; - SGInterpTable *low_tbl; - SGInterpTable *high_tbl; - SGPropertyNode_ptr _radio_node; SGPropertyNode_ptr bus_power_node; @@ -126,8 +117,8 @@ class FGNavRadio : public SGSubsystem, public SGPropertyChangeListener int play_count; bool _nav_search; double _last_freq; - FGNavRecordPtr _navaid; - FGNavRecordPtr _gs; + FGNavRecordRef _navaid; + FGNavRecordRef _gs; double target_radial; double effective_range;