mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T436, underflow detection for FSX
* utility functions * force gnd flag to avoid underflow
This commit is contained in:
@@ -294,7 +294,9 @@ namespace BlackSimPlugin
|
||||
|
||||
//! Format conversion
|
||||
//! \note must be valid situation
|
||||
static SIMCONNECT_DATA_INITPOSITION aircraftSituationToFsxPosition(const BlackMisc::Aviation::CAircraftSituation &situation, bool sendGnd = true);
|
||||
static SIMCONNECT_DATA_INITPOSITION aircraftSituationToFsxPosition(
|
||||
const BlackMisc::Aviation::CAircraftSituation &situation, bool sendGnd = true,
|
||||
bool forceUnderflowDetection = false, BlackMisc::CStatusMessage *details = nullptr);
|
||||
|
||||
//! Format conversion
|
||||
//! \note must be valid situation
|
||||
|
||||
Reference in New Issue
Block a user