Exemplo n.º 1
0
 /**
  * Returns the calculated altitude of the aircraft at the end of
  * this leg, not assuming any climbs [m MSL].  It may be below the
  * safety altitude or even below terrain.
  */
 gcc_pure
 double GetArrivalAltitude() const {
   return GetArrivalAltitude(GetStartAltitude());
 }
Exemplo n.º 2
0
 /**
  * Returns the calculated altitude of the aircraft at the end of
  * this leg, not assuming any climbs [m MSL].  It may be below the
  * safety altitude or even below terrain.
  */
 gcc_pure
 fixed GetArrivalAltitude() const {
   return GetArrivalAltitude(GetStartAltitude());
 }