]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/subsystem_mgr.hxx
two warning fixes
[simgear.git] / simgear / structure / subsystem_mgr.hxx
index 87654d9c51e52e077586dc6837ccbf3d9ba7fbc9..5b449ccab160063b5539e8ae46cff2062d3f531c 100644 (file)
@@ -344,6 +344,7 @@ private:
         double min_step_sec;
         double elapsed_sec;
         bool collectTimeStats;
+        int exceptionCount;
     };
 
     Member * get_member (const string &name, bool create = false);
@@ -384,6 +385,8 @@ public:
         INIT = 0,
         GENERAL,
         FDM,  ///< flight model, autopilot, instruments that run coupled
+        POST_FDM,   ///< certain subsystems depend on FDM data
+        DISPLAY,    ///< view, camera, rendering updates
         MAX_GROUPS
     };