refs #279, improved FSUIPC support, reading all standard values including SB3 xpdr indent

This commit is contained in:
Klaus Basan
2014-07-01 00:22:14 +02:00
parent d2afd00011
commit da3982fc5f
4 changed files with 185 additions and 6 deletions

View File

@@ -478,6 +478,7 @@ namespace BlackSimPlugin
void CSimulatorFsx::dispatch()
{
SimConnect_CallDispatch(m_hSimConnect, SimConnectProc, this);
if (this->m_fsuipc) this->m_fsuipc->process();
}
void CSimulatorFsx::connectToFinished()