mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Ref T268, utilty functions for logging setup
This commit is contained in:
@@ -36,11 +36,15 @@ namespace BlackMisc
|
||||
|
||||
//! Get all setups per callsign
|
||||
//! \threadsafe
|
||||
virtual CInterpolationSetupList getInterpolationSetupsPerCallsign() const;
|
||||
CInterpolationSetupList getInterpolationSetupsPerCallsign() const;
|
||||
|
||||
//! Get all setups per callsign
|
||||
//! \threadsafe
|
||||
bool hasSetupsPerCallsign() const;
|
||||
|
||||
//! Set all setups per callsign
|
||||
//! \threadsafe
|
||||
virtual bool setInterpolationSetupsPerCallsign(const CInterpolationSetupList &setups, bool ignoreSameAsGlobal = true);
|
||||
bool setInterpolationSetupsPerCallsign(const CInterpolationSetupList &setups, bool ignoreSameAsGlobal = true);
|
||||
|
||||
//! The global setup
|
||||
//! \threadsafe
|
||||
@@ -50,6 +54,10 @@ namespace BlackMisc
|
||||
//! \threadsafe
|
||||
Aviation::CCallsignSet getLogCallsigns() const;
|
||||
|
||||
//! Is callsign marked for logging
|
||||
//! \threadsafe
|
||||
bool isLogCallsign(const Aviation::CCallsign &callsign) const;
|
||||
|
||||
//! Set mode as string
|
||||
//! \threadsafe
|
||||
bool setInterpolationMode(const QString &modeAsString, const Aviation::CCallsign &callsign);
|
||||
|
||||
Reference in New Issue
Block a user