mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T129, parsed flight remarks can be obtained from VATSIM reader
This commit is contained in:
committed by
Mathew Sutcliffe
parent
34faabb6c5
commit
8a4415ce07
@@ -113,6 +113,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
QString getFlightPlanRemarksForCallsign(const BlackMisc::Aviation::CCallsign &callsign) const;
|
||||
|
||||
//! Parsed flight plan remarks for callsign
|
||||
//! \threadsafe
|
||||
BlackMisc::Aviation::CFlightPlanUtils::FlightPlanRemarks getParsedFlightPlanRemarksForCallsign(const BlackMisc::Aviation::CCallsign &callsign) const;
|
||||
|
||||
//! Update aircraft with VATSIM aircraft data from data file
|
||||
//! \threadsafe
|
||||
void updateWithVatsimDataFileData(BlackMisc::Simulation::CSimulatedAircraft &aircraftToBeUdpated) const;
|
||||
|
||||
Reference in New Issue
Block a user