mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T709, static "ownAircraftString" and improved logging
This commit is contained in:
committed by
Mat Sutcliffe
parent
60ea80301e
commit
3260209ca5
@@ -126,7 +126,7 @@ namespace XSwiftBus
|
||||
int process();
|
||||
|
||||
//! Returns the own aircraft string to be used as callsign for setFollowedAircraft()
|
||||
std::string ownAircraftString() const { return "ownAircraft"; }
|
||||
static const std::string &ownAircraftString() { static const std::string o = "ownAircraft"; return o; }
|
||||
|
||||
protected:
|
||||
//! Handler
|
||||
|
||||
Reference in New Issue
Block a user