Ref T437, extern C and use normal pointer

This commit is contained in:
Klaus Basan
2018-11-22 05:03:27 +01:00
parent e9fd49731c
commit 410d77330f
3 changed files with 12 additions and 7 deletions

View File

@@ -79,9 +79,9 @@ namespace BlackSimPlugin
//! Register help
static void registerHelp();
std::unique_ptr<CFsuipc> m_fsuipc; //!< FSUIPC
bool m_useFsuipc = false; //!< use FSUIPC
bool m_simPaused = false; //!< Simulator paused?
CFsuipc *m_fsuipc = nullptr; //!< FSUIPC
bool m_useFsuipc = false; //!< use FSUIPC
bool m_simPaused = false; //!< Simulator paused?
bool m_simTimeSynced = false; //!< Time synchronized?
BlackMisc::PhysicalQuantities::CTime m_syncTimeOffset; //!< time offset
BlackMisc::Aviation::CAirportList m_airportsInRangeFromSimulator; //!< airports in range of own aircraft