1#ifndef FG_NAV_LEVELDXML_HXX
2#define FG_NAV_LEVELDXML_HXX
7#include <simgear/xml/easyxml.hxx>
8#include <simgear/misc/sg_path.hxx>
23 virtual void data (
const char * s,
int len);
24 virtual void pi (
const char * target,
const char *
data);
25 virtual void warning (
const char * message,
int line,
int column);
26 virtual void error (
const char * message,
int line,
int column);
32 void finishApproach();
49 std::string _wayptName;
50 std::string _wayptType;
52 std::string _transIdent;
53 double _longitude, _latitude, _altitude, _speed;
55 bool _overflightWaypt;
59 bool _holdRighthanded;
62 double _courseOrHeading, _radial, _dmeDistance;
Describe an approach procedure, including the missed approach segment.
NavdataVisitor(FGAirport *aApt, const SGPath &aPath)
virtual void warning(const char *message, int line, int column)
virtual void startElement(const char *name, const XMLAttributes &atts)
virtual void data(const char *s, int len)
virtual void error(const char *message, int line, int column)
virtual void endElement(const char *name)
Encapsulate a transition segment.
Abstract base class for waypoints (and things that are treated similarly by navigation systems).
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information ...
std::vector< WayptRef > WayptVec