Ref T709, check position for "follow aircraft"

This commit is contained in:
Klaus Basan
2019-07-30 01:03:03 +02:00
committed by Mat Sutcliffe
parent 384b50ff80
commit 034cd0c8f3
2 changed files with 21 additions and 2 deletions

View File

@@ -187,6 +187,9 @@ namespace XSwiftBus
const std::string &livery_, const std::string &modelName_);
};
//! Check the position if values are valid
static bool isValidPosition(const XPMPPlanePosition_t &position);
std::unordered_map<std::string, Plane *> m_planesByCallsign;
std::unordered_map<void *, Plane *> m_planesById;
std::vector<std::string> m_followPlaneViewSequence;