mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +08:00
Formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
7f4ee19d24
commit
1ff0607e42
@@ -159,8 +159,8 @@ namespace BlackCore
|
|||||||
QString modelString;
|
QString modelString;
|
||||||
};
|
};
|
||||||
|
|
||||||
BlackMisc::Aviation::CAtcStationList m_atcStationsOnline; //!< online ATC stations
|
BlackMisc::Aviation::CAtcStationList m_atcStationsOnline; //!< online ATC stations
|
||||||
BlackMisc::Aviation::CAtcStationList m_atcStationsBooked; //!< booked ATC stations
|
BlackMisc::Aviation::CAtcStationList m_atcStationsBooked; //!< booked ATC stations
|
||||||
QMap<BlackMisc::Aviation::CCallsign, FsInnPacket> m_tempFsInnPackets;
|
QMap<BlackMisc::Aviation::CCallsign, FsInnPacket> m_tempFsInnPackets;
|
||||||
|
|
||||||
QMap<BlackMisc::Aviation::CCallsign, BlackMisc::Aviation::CFlightPlan> m_flightPlanCache; //!< flight plan information retrieved from network and cached
|
QMap<BlackMisc::Aviation::CCallsign, BlackMisc::Aviation::CFlightPlan> m_flightPlanCache; //!< flight plan information retrieved from network and cached
|
||||||
@@ -193,6 +193,7 @@ namespace BlackCore
|
|||||||
const BlackMisc::Network::CServer getConnectedServer() const;
|
const BlackMisc::Network::CServer getConnectedServer() const;
|
||||||
|
|
||||||
//! Supports VATSIM data file
|
//! Supports VATSIM data file
|
||||||
|
//! \remark depends on currently connected Ecosystem
|
||||||
bool supportsVatsimDataFile() const;
|
bool supportsVatsimDataFile() const;
|
||||||
|
|
||||||
//! Distance calculation
|
//! Distance calculation
|
||||||
|
|||||||
@@ -375,7 +375,7 @@
|
|||||||
<string>Request from network</string>
|
<string>Request from network</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>request (network)</string>
|
<string> request (network) </string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ namespace BlackMisc
|
|||||||
if (found)
|
if (found)
|
||||||
{
|
{
|
||||||
m_elvFound++;
|
m_elvFound++;
|
||||||
return CElevationPlane(coordinate, reference); // plane with radis = distance to reference
|
return CElevationPlane(coordinate, reference); // plane with radius = distance to reference
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ namespace BlackMisc
|
|||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
Geo::CElevationPlane findClosestElevationWithinRangeOrRequest(const Geo::ICoordinateGeodetic &reference, const PhysicalQuantities::CLength &range, const Aviation::CCallsign &callsign);
|
Geo::CElevationPlane findClosestElevationWithinRangeOrRequest(const Geo::ICoordinateGeodetic &reference, const PhysicalQuantities::CLength &range, const Aviation::CCallsign &callsign);
|
||||||
|
|
||||||
//! Request elevation, there is no guaranteed the requested elevation will be available in the provider
|
//! Request elevation, there is no guarantee the requested elevation will be available in the provider
|
||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
virtual bool requestElevation(const Geo::ICoordinateGeodetic &reference, const Aviation::CCallsign &callsign) = 0;
|
virtual bool requestElevation(const Geo::ICoordinateGeodetic &reference, const Aviation::CCallsign &callsign) = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user