X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIAircraft.hxx;h=cfadfaf51208d4960976268af98751f435e689a6;hb=8184c290cc497e09f08495847b8c941a746c8305;hp=7504aaecf504479329cbd9d49dfff78e5758b134;hpb=b603344d69a1a2e621729a76812813f6f1b299b2;p=flightgear.git diff --git a/src/AIModel/AIAircraft.hxx b/src/AIModel/AIAircraft.hxx index 7504aaecf..cfadfaf51 100644 --- a/src/AIModel/AIAircraft.hxx +++ b/src/AIModel/AIAircraft.hxx @@ -103,6 +103,7 @@ public: int getTakeOffStatus() { return takeOffStatus; }; void checkTcas(); + double calcVerticalSpeed(double vert_ft, double dist_m, double speed, double error); FGATCController * getATCController() { return controller; }; @@ -181,6 +182,8 @@ private: time_t timeElapsed; PerformanceData* _performance; // the performance data for this aircraft + + void assertSpeed(double speed); };