mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:37:03 +08:00
Ref T709, check position for "follow aircraft"
This commit is contained in:
committed by
Mat Sutcliffe
parent
384b50ff80
commit
034cd0c8f3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user