X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Frunways.hxx;h=1c5ab85b1071607b60f4d330f1b1ba963f2d62dd;hb=49677f512b8edaaf22c76761dbbf9c0850c79aad;hp=e6f97ea95d7790c30898fbcd6e4ec9c7a5bc865d;hpb=19d2d70da62734400fd7bc301f34c7ed33083c87;p=flightgear.git diff --git a/src/Airports/runways.hxx b/src/Airports/runways.hxx index e6f97ea95..1c5ab85b1 100644 --- a/src/Airports/runways.hxx +++ b/src/Airports/runways.hxx @@ -33,6 +33,11 @@ class FGAirport; class FGNavRecord; class SGPropertyNode; +namespace flightgear { + class SID; + class STAR; +} + class FGRunway : public FGRunwayBase { FGAirport* _airport; @@ -115,6 +120,16 @@ public: * Helper to process property data loaded from an ICAO.threshold.xml file */ void processThreshold(SGPropertyNode* aThreshold); + + /** + * Get SIDs (DPs) associated with this runway + */ + std::vector getSIDs(); + + /** + * Get STARs associared with this runway + */ + std::vector getSTARs(); }; #endif // _FG_RUNWAYS_HXX