mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
[FSD] Smaller fixes, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
11187870de
commit
702ca31b38
@@ -158,10 +158,10 @@ namespace BlackCore
|
||||
void sendPlaneInformationFsinn(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
void sendCustomPilotPacket(const QString &receiver, const QString &subType, const std::vector<QString> &payload);
|
||||
void sendAircraftConfiguration(const QString &receiver, const QString &aircraftConfigJson);
|
||||
void sendFsdMessage(const QString &message);
|
||||
//! @}
|
||||
|
||||
//! Unit test/debug functions @{
|
||||
void sendFsdMessage(const QString &message);
|
||||
void setUnitTestMode(bool on) { m_unitTestMode = on; }
|
||||
void printToConsole(bool on) { m_printToConsole = on; }
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user