Ref T245, a P3D version of follow aircraft, still experimental

* testing approaches camera, observer, and guessing view name
* SimObject code for camera/observer
* functions aircraft situation -> FSX formats
This commit is contained in:
Klaus Basan
2018-11-01 02:27:39 +01:00
parent af7c386a1c
commit b6ce9e0408
5 changed files with 160 additions and 36 deletions

View File

@@ -55,6 +55,12 @@ namespace BlackSimPlugin
virtual HRESULT initEventsP3D() override;
#ifdef Q_OS_WIN64
//! \copydoc FsxCommon::CSimulatorFsxCommon::removeCamera
virtual void removeCamera(FsxCommon::CSimConnectObject &simObject) override;
//! \copydoc FsxCommon::CSimulatorFsxCommon::removeObserver
virtual void removeObserver(FsxCommon::CSimConnectObject &simObject) override;
//! \copydoc FsxCommon::CSimulatorFsxCommon::releaseAIControl
//! \remark P3D API release of control
virtual bool releaseAIControl(const FsxCommon::CSimConnectObject &simObject, SIMCONNECT_DATA_REQUEST_ID requestId) override;