X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fdclgps.hxx;h=9037e97f15d56d1237578a20899852ee61d65077;hb=9fa790bcac7e535bb06cd228ae15178f1b10b26f;hp=be3469aafc1f27dfd2119f29df2fe69d0c6c3648;hpb=c6062ad93cf3bfbffb6dec63cd6844167bb56980;p=flightgear.git diff --git a/src/Instrumentation/dclgps.hxx b/src/Instrumentation/dclgps.hxx index be3469aaf..9037e97f1 100644 --- a/src/Instrumentation/dclgps.hxx +++ b/src/Instrumentation/dclgps.hxx @@ -34,6 +34,7 @@ #include #include +#include #include class SGTime; @@ -433,12 +434,12 @@ protected: // Configuration that affects flightplan operation bool _turnAnticipationEnabled; - + // Magvar stuff. Might get some of this stuff (such as time) from FG in future. SGTime* _time; - - std::list _messageStack; - + + std::list _messageStack; + virtual void CreateFlightPlan(GPSFlightPlan* fp, std::vector ids, std::vector wps); // Orientate the GPS unit to a flightplan - ie. figure out from current position @@ -464,6 +465,8 @@ protected: // More hackery since we aren't actually storing an approach class... Doh! std::string _approachAbbrev; std::string _approachRwyStr; +private: + simgear::TiedPropertyList _tiedProperties; }; #endif // _DCLGPS_HXX