X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fwxradar.hxx;h=639302bdc61ea94bb55dd06ec44ecd45e23658f9;hb=1df5347a06d5f38bc6d6267f242d5331b7c6f02b;hp=f962045e14e1a996f342ae957db9290121df1e3f;hpb=27a0ff5442ecb7a0cee4834822a5ba270df03a79;p=flightgear.git diff --git a/src/Instrumentation/wxradar.hxx b/src/Instrumentation/wxradar.hxx index f962045e1..639302bdc 100644 --- a/src/Instrumentation/wxradar.hxx +++ b/src/Instrumentation/wxradar.hxx @@ -30,7 +30,6 @@ #include #include -#include #include #include @@ -52,7 +51,7 @@ public: virtual void valueChanged(SGPropertyNode *); protected: - string _name; + std::string _name; int _num; double _time; double _interval; @@ -91,7 +90,7 @@ protected: SGPropertyNode *getInstrumentNode(const char *name, DefaultType value); private: - string _texture_path; + std::string _texture_path; typedef enum { ARC, MAP, PLAN, ROSE, BSCAN} DisplayMode; DisplayMode _display_mode; @@ -148,7 +147,8 @@ private: float _font_size; float _font_spacing; - list_of_SGWxRadarEcho _radarEchoBuffer; +// FIXME: implementation of radar echoes missing +// list_of_SGWxRadarEcho _radarEchoBuffer; void update_weather(); void update_aircraft();