Implement followAircraft for X-Plane

ref T266
This commit is contained in:
Roland Winklmeier
2018-05-15 09:28:06 +02:00
committed by Klaus Basan
parent 794137fc94
commit 33963041cc
7 changed files with 41 additions and 0 deletions

View File

@@ -114,6 +114,9 @@ namespace XSwiftBus
//! Get the ground elevation at an arbitrary position
double getEelevationAtPosition(const std::string &callsign, double latitude, double longitude, double altitude);
//! Sets the aircraft with callsign to be followed in plane view
void setFollowedAircraft(const std::string &callsign);
int processDBus() override;
protected: