Implement CSimulatorFs9::updateOwnSimulatorCockpit

This commit is contained in:
Roland Rossgotterer
2019-02-25 09:19:48 +01:00
committed by Mat Sutcliffe
parent 04787bbf39
commit b0fd4e03b2
5 changed files with 64 additions and 6 deletions

View File

@@ -48,6 +48,12 @@ namespace BlackSimPlugin
return false;
}
bool CFsuipc::write(const CSimulatedAircraft &aircraft)
{
Q_UNUSED(aircraft);
return false;
}
bool CFsuipc::write(const CTransponder &xpdr)
{
Q_UNUSED(xpdr);