mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
[FSD] Add rehost packet ($XX) for VATSIM
This commit is contained in:
@@ -379,6 +379,7 @@ namespace BlackCore::Fsd
|
||||
void handleCustomPilotPacket(const QStringList &tokens);
|
||||
void handleFsdIdentification(const QStringList &tokens);
|
||||
void handleRevBClientPartsPacket(const QStringList &tokens);
|
||||
void handleRehost(const QStringList &tokens);
|
||||
|
||||
//
|
||||
void handleUnknownPacket(const QString &line);
|
||||
@@ -475,6 +476,7 @@ namespace BlackCore::Fsd
|
||||
|
||||
std::unique_ptr<QTcpSocket> m_socket = std::make_unique<QTcpSocket>(this); //!< used TCP socket, parent needed as it runs in worker thread
|
||||
void connectSocketSignals();
|
||||
bool m_rehosting = false;
|
||||
|
||||
std::atomic_bool m_unitTestMode { false };
|
||||
std::atomic_bool m_printToConsole { false };
|
||||
|
||||
Reference in New Issue
Block a user