fix(fs9): Remove COM sync between sim and swift

Fixes #278

Co-authored-by: Lars Toenning <dev@ltoenning.de>
This commit is contained in:
tzobler
2024-04-03 21:25:58 +02:00
committed by Lars Toenning
parent b4cbed107b
commit 9f63157642
5 changed files with 8 additions and 63 deletions

View File

@@ -37,9 +37,6 @@ namespace BlackSimPlugin::FsCommon
//! Really open, means connected and data can be sent
bool isOpen() const;
//! Write aircraft
bool write(const BlackMisc::Simulation::CSimulatedAircraft &aircraft);
//! Write variables
bool write(const BlackMisc::Aviation::CTransponder &xpdr);