Ref T129, parsed flight remarks can be obtained from VATSIM reader

This commit is contained in:
Klaus Basan
2017-10-01 22:11:47 +02:00
committed by Mathew Sutcliffe
parent 34faabb6c5
commit 8a4415ce07
2 changed files with 12 additions and 0 deletions

View File

@@ -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;