mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Implement CSimulatorFs9::updateOwnSimulatorCockpit
This commit is contained in:
committed by
Mat Sutcliffe
parent
04787bbf39
commit
b0fd4e03b2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user