mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T275, Ref T280, Ref T245 FSX simulator improvements
* request model info * stricter checks (asserts) * display simulator debug messages in simulator view (not as normal status message)
This commit is contained in:
@@ -204,6 +204,9 @@ namespace BlackSimPlugin
|
||||
//! Get new request id, overflow safe
|
||||
SIMCONNECT_DATA_REQUEST_ID obtainRequestIdForSimObjTerrainProbe();
|
||||
|
||||
//! Valid CSimConnectObject which is NOT pendig removed
|
||||
bool isValidSimObjectNotPendingRemoved(const CSimConnectObject &simObject) const;
|
||||
|
||||
//! Register help
|
||||
static void registerHelp();
|
||||
|
||||
@@ -380,6 +383,9 @@ namespace BlackSimPlugin
|
||||
//! Request lights for a CSimConnectObject
|
||||
bool requestLightsForSimObject(const CSimConnectObject &simObject);
|
||||
|
||||
//! Model info for a CSimConnectObject
|
||||
bool requestModelInfoForSimObject(const CSimConnectObject &simObject);
|
||||
|
||||
//! Stop requesting data for CSimConnectObject
|
||||
bool stopRequestingDataForSimObject(const CSimConnectObject &simObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user