2008-08-03 14:34:42 +00:00
|
|
|
// navrecord.cxx -- generic vor/dme/ndb class
|
|
|
|
//
|
|
|
|
// Written by Curtis Olson, started May 2004.
|
|
|
|
//
|
|
|
|
// Copyright (C) 2004 Curtis L. Olson - http://www.flightgear.org/~curt
|
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License as
|
|
|
|
// published by the Free Software Foundation; either version 2 of the
|
|
|
|
// License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful, but
|
|
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
//
|
|
|
|
// $Id$
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
#include "config.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <istream>
|
|
|
|
|
2008-09-12 08:46:15 +00:00
|
|
|
#include <simgear/misc/sgstream.hxx>
|
2009-08-30 17:13:53 +00:00
|
|
|
#include <simgear/misc/sg_path.hxx>
|
2008-09-12 08:46:15 +00:00
|
|
|
#include <simgear/structure/exception.hxx>
|
|
|
|
#include <simgear/debug/logstream.hxx>
|
2009-06-11 21:53:30 +00:00
|
|
|
#include <simgear/sg_inlines.h>
|
2009-08-30 17:13:53 +00:00
|
|
|
#include <simgear/props/props.hxx>
|
2010-12-07 17:55:45 +00:00
|
|
|
|
2008-08-03 14:34:42 +00:00
|
|
|
|
2009-05-14 20:55:09 +00:00
|
|
|
#include <Navaids/navrecord.hxx>
|
|
|
|
#include <Navaids/navdb.hxx>
|
|
|
|
#include <Airports/runways.hxx>
|
2013-02-21 11:32:02 +00:00
|
|
|
#include <Airports/airport.hxx>
|
2009-08-30 17:13:53 +00:00
|
|
|
#include <Airports/xmlloader.hxx>
|
2009-05-14 20:55:09 +00:00
|
|
|
#include <Main/fg_props.hxx>
|
2008-09-12 08:46:15 +00:00
|
|
|
|
2012-08-28 00:26:36 +01:00
|
|
|
FGNavRecord::FGNavRecord(PositionedID aGuid, Type aTy, const std::string& aIdent,
|
2008-12-24 14:48:30 +00:00
|
|
|
const std::string& aName, const SGGeod& aPos,
|
2012-08-28 00:26:36 +01:00
|
|
|
int aFreq, int aRange, double aMultiuse, PositionedID aRunway) :
|
|
|
|
FGPositioned(aGuid, aTy, aIdent, aPos),
|
2008-08-03 14:34:42 +00:00
|
|
|
freq(aFreq),
|
|
|
|
range(aRange),
|
|
|
|
multiuse(aMultiuse),
|
2012-08-28 00:26:36 +01:00
|
|
|
mName(aName),
|
|
|
|
mRunway(aRunway),
|
2013-03-07 23:31:01 +01:00
|
|
|
mColocated(0),
|
2011-10-12 11:06:01 +02:00
|
|
|
serviceable(true)
|
2008-09-12 08:46:15 +00:00
|
|
|
{
|
2009-08-30 17:13:53 +00:00
|
|
|
}
|
|
|
|
|
2013-03-06 23:21:29 +01:00
|
|
|
FGRunwayRef FGNavRecord::runway() const
|
2008-09-12 08:46:15 +00:00
|
|
|
{
|
2013-03-06 23:21:29 +01:00
|
|
|
return loadById<FGRunway>(mRunway);
|
2008-09-12 08:46:15 +00:00
|
|
|
}
|
2008-08-03 14:34:42 +00:00
|
|
|
|
2010-03-27 16:55:33 +00:00
|
|
|
double FGNavRecord::localizerWidth() const
|
|
|
|
{
|
|
|
|
if (!mRunway) {
|
|
|
|
return 6.0;
|
|
|
|
}
|
|
|
|
|
2012-08-28 00:26:36 +01:00
|
|
|
FGRunway* rwy = runway();
|
|
|
|
SGVec3d thresholdCart(SGVec3d::fromGeod(rwy->threshold()));
|
2010-03-27 16:55:33 +00:00
|
|
|
double axisLength = dist(cart(), thresholdCart);
|
2012-08-28 00:26:36 +01:00
|
|
|
double landingLength = dist(thresholdCart, SGVec3d::fromGeod(rwy->end()));
|
2010-03-27 16:55:33 +00:00
|
|
|
|
|
|
|
// Reference: http://dcaa.slv.dk:8000/icaodocs/
|
|
|
|
// ICAO standard width at threshold is 210 m = 689 feet = approx 700 feet.
|
|
|
|
// ICAO 3.1.1 half course = DDM = 0.0775
|
|
|
|
// ICAO 3.1.3.7.1 Sensitivity 0.00145 DDM/m at threshold
|
|
|
|
// implies peg-to-peg of 214 m ... we will stick with 210.
|
|
|
|
// ICAO 3.1.3.7.1 "Course sector angle shall not exceed 6 degrees."
|
|
|
|
|
|
|
|
// Very short runway: less than 1200 m (4000 ft) landing length:
|
|
|
|
if (landingLength < 1200.0) {
|
|
|
|
// ICAO fudges localizer sensitivity for very short runways.
|
|
|
|
// This produces a non-monotonic sensitivity-versus length relation.
|
|
|
|
axisLength += 1050.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Example: very short: San Diego KMYF (Montgomery Field) ILS RWY 28R
|
|
|
|
// Example: short: Tom's River KMJX (Robert J. Miller) ILS RWY 6
|
|
|
|
// Example: very long: Denver KDEN (Denver) ILS RWY 16R
|
|
|
|
double raw_width = 210.0 / axisLength * SGD_RADIANS_TO_DEGREES;
|
|
|
|
return raw_width < 6.0? raw_width : 6.0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-03-07 23:31:01 +01:00
|
|
|
bool FGNavRecord::hasDME()
|
|
|
|
{
|
|
|
|
return (mColocated > 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
void FGNavRecord::setColocatedDME(PositionedID other)
|
|
|
|
{
|
|
|
|
mColocated = other;
|
|
|
|
}
|
|
|
|
|
2013-11-21 17:39:05 +00:00
|
|
|
void FGNavRecord::updateFromXML(const SGGeod& geod, double heading)
|
|
|
|
{
|
|
|
|
modifyPosition(geod);
|
|
|
|
multiuse = heading;
|
|
|
|
}
|
|
|
|
|
2008-08-03 14:34:42 +00:00
|
|
|
FGTACANRecord::FGTACANRecord(void) :
|
|
|
|
channel(""),
|
|
|
|
freq(0)
|
|
|
|
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
std::istream&
|
|
|
|
operator >> ( std::istream& in, FGTACANRecord& n )
|
|
|
|
{
|
|
|
|
in >> n.channel >> n.freq ;
|
|
|
|
//getline( in, n.name );
|
|
|
|
|
|
|
|
return in;
|
|
|
|
}
|