mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Formatting / style
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6ff9df5c05
commit
de011dab1e
@@ -24,7 +24,6 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
|
||||
CAtcStation::CAtcStation()
|
||||
{ }
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ namespace BlackMisc
|
||||
//! Constructor
|
||||
ICoordinateWithRelativePosition();
|
||||
|
||||
BlackMisc::PhysicalQuantities::CAngle m_bearingToOwnAircraft {0.0, BlackMisc::PhysicalQuantities::CAngleUnit::nullUnit()}; //!< temporary stored value
|
||||
BlackMisc::PhysicalQuantities::CAngle m_bearingToOwnAircraft {0.0, BlackMisc::PhysicalQuantities::CAngleUnit::nullUnit()}; //!< temporary stored value
|
||||
BlackMisc::PhysicalQuantities::CLength m_distanceToOwnAircraft {0.0, BlackMisc::PhysicalQuantities::CLengthUnit::nullUnit()}; //!< temporary stored value
|
||||
};
|
||||
|
||||
|
||||
@@ -45,17 +45,13 @@ namespace BlackMisc
|
||||
class IGeoObjectList
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* Find 0..n objects within range of given coordinate
|
||||
* \param coordinate other position
|
||||
* \param range within range of other position
|
||||
* \return
|
||||
*/
|
||||
//! Find 0..n objects within range of given coordinate
|
||||
//! \param coordinate other position
|
||||
//! \param range within range of other position
|
||||
//! \return
|
||||
CONTAINER findWithinRange(const BlackMisc::Geo::ICoordinateGeodetic &coordinate, const BlackMisc::PhysicalQuantities::CLength &range) const;
|
||||
|
||||
/*!
|
||||
* Find 0..n objects closest to the given coordinate.
|
||||
*/
|
||||
//! Find 0..n objects closest to the given coordinate.
|
||||
CONTAINER findClosest(int number, const BlackMisc::Geo::ICoordinateGeodetic &coordinate) const;
|
||||
|
||||
protected:
|
||||
@@ -102,7 +98,6 @@ namespace BlackMisc
|
||||
protected:
|
||||
//! Constructor
|
||||
IGeoObjectWithRelativePositionList();
|
||||
|
||||
};
|
||||
|
||||
//! \cond PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user