mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Ref T270, improved setup/logger handling
* utility functions to enable logging * logger access and access to log messages
This commit is contained in:
@@ -50,6 +50,14 @@ namespace BlackMisc
|
||||
//! \threadsafe
|
||||
Aviation::CCallsignSet getLogCallsigns() const;
|
||||
|
||||
//! Set mode as string
|
||||
//! \threadsafe
|
||||
bool setInterpolationMode(const QString &modeAsString, const Aviation::CCallsign &callsign);
|
||||
|
||||
//! Enable/disable logging
|
||||
//! \threadsafe
|
||||
bool setLogInterpolation(bool log, const Aviation::CCallsign &callsign);
|
||||
|
||||
protected:
|
||||
//! Set the global setup
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user