]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ground.hxx
Modified Files:
[flightgear.git] / src / ATC / ground.hxx
index 318191c82668f66c80699710a1cf45f9a409ed04..43f5c0a31e26817da196c87902aab8f96c1e5445 100644 (file)
 #ifndef _FG_GROUND_HXX
 #define _FG_GROUND_HXX
 
-#include STL_IOSTREAM
-#include STL_STRING
-
-SG_USING_STD(string);
-SG_USING_STD(ios);
-
 #include <map>
 #include <vector>
 #include <list>
+
 #include <simgear/math/point3d.hxx>
 #include <simgear/misc/sgstream.hxx>
 #include <simgear/math/sg_geodesy.hxx>
+#include <simgear/props/props.hxx>
 
 #include "ATC.hxx"
-//#include "ATCmgr.hxx"
 #include "ATCProjection.hxx"
-#include "AIEntity.hxx"
-//#include "AILocalTraffic.hxx"        // RunwayDetails - this is a temporary hack
+
+#include STL_IOSTREAM
+#include STL_STRING
+
+SG_USING_STD(string);
+SG_USING_STD(ios);
 
 SG_USING_STD(map);
 SG_USING_STD(vector);
 SG_USING_STD(list);
 
+class FGAIEntity;
+class FGATCMgr;
+
 //////////////////////////////////////////////////////
 // Types for the logical network data structure
 enum arc_type {
@@ -308,8 +310,8 @@ private:
     //NextClearance(ground_rec &g);
        
        // environment - need to make sure we're getting the surface winds and not winds aloft.
-       SGPropertyNode* wind_from_hdg;  //degrees
-       SGPropertyNode* wind_speed_knots;               //knots
+       SGPropertyNode_ptr wind_from_hdg;       //degrees
+       SGPropertyNode_ptr wind_speed_knots;            //knots
        
        // for failure modeling
        string trans_ident;             // transmitted ident