mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #384, allow subparts reading in FSUIPC and to disable FSUIPC (currently disable in FSX)
This commit is contained in:
@@ -46,7 +46,13 @@ namespace BlackSimPlugin
|
||||
bool write(const BlackMisc::Simulation::CSimulatedAircraft &aircraft);
|
||||
|
||||
//! Read data from FSUIPC
|
||||
bool read(BlackMisc::Simulation::CSimulatedAircraft &aircraft);
|
||||
//! \param aircraft object to be updated
|
||||
//! \param cockpit update cockpit data
|
||||
//! \param situation update situation data
|
||||
//! \param aircraftParts update parts
|
||||
//! \return read
|
||||
//!
|
||||
bool read(BlackMisc::Simulation::CSimulatedAircraft &aircraft, bool cockpit, bool situation, bool aircraftParts);
|
||||
|
||||
//! Error messages
|
||||
static const QStringList &errorMessages()
|
||||
|
||||
Reference in New Issue
Block a user