mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Adaptions to latest vatlib
The latest vatlib fixes some ambigious methods in the interface and makes them more clear. Additional it adds a severity level to the log handlers. Both causing the header to be source incompatible and therefore need smaller changes in swift.
This commit is contained in:
committed by
Klaus Basan
parent
0760a67138
commit
afed33dbbf
@@ -132,7 +132,7 @@ namespace BlackCore
|
||||
bool isDisconnected() const { return m_status != vatStatusConnecting && m_status != vatStatusConnected; }
|
||||
static QString convertToUnicodeEscaped(const QString &str);
|
||||
static VatSimType convertToSimType(BlackSim::CSimulatorInfo &simInfo);
|
||||
static void networkErrorHandler(const char *message);
|
||||
static void networkLogHandler(SeverityLevel severity, const char *message);
|
||||
|
||||
struct JsonPackets
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user