]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/positioned.hxx
Run the filters for comm/navaids as required.
[flightgear.git] / src / Navaids / positioned.hxx
index 7b7771b3f0b53ea444f386730901136566047f1e..e76ab83f674ddafc618a237d13291605a1a588b9 100644 (file)
@@ -25,6 +25,7 @@
 #include <vector>
 #include <stdint.h>
 
+#include <simgear/sg_inlines.h>
 #include <simgear/structure/SGSharedPtr.hxx>
 #include <simgear/math/SGMath.hxx>
 
@@ -48,7 +49,6 @@ public:
     RUNWAY,
     TAXIWAY,
     PAVEMENT,
-    PARK_STAND,
     WAYPOINT,
     FIX,
     NDB,
@@ -77,6 +77,9 @@ public:
     FREQ_ENROUTE,
     FREQ_CLEARANCE,
     FREQ_UNICOM,
+// groundnet items
+    PARKING,  ///< parking position - might be a gate, or stand
+    TAXI_NODE,
     LAST_TYPE
   } Type;
 
@@ -230,6 +233,9 @@ protected:
   const SGVec3d mCart;
   const Type mType;
   const std::string mIdent;
+  
+private:
+  SG_DISABLE_COPY(FGPositioned);
 };
 
 #endif // of FG_POSITIONED_HXX