]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStorm.hxx
Fix line endings
[flightgear.git] / src / AIModel / AIStorm.hxx
index 1241a064d103835e902bc69b8ccdacd73ba768c5..17980f21fb5b8bfa41fb96165d2533b3216219e2 100644 (file)
@@ -32,13 +32,15 @@ class FGAIStorm : public FGAIBase {
 
 public:
 
-       FGAIStorm(FGAIManager* mgr);
+       FGAIStorm();
        ~FGAIStorm();
        
-       bool init();
+        void readFromScenario(SGPropertyNode* scFileNode);
+
+       virtual bool init();
         virtual void bind();
         virtual void unbind();
-       void update(double dt);
+       virtual void update(double dt);
         inline void setStrengthNorm( double s ) { strength_norm = s; };
         inline void setDiameter( double d ) { diameter = d; };
         inline void setHeight( double h ) { height = h; };
@@ -46,9 +48,10 @@ public:
         inline double getDiameter() const { return diameter; };
         inline double getHeight() const { return height; };
 
+        virtual const char* getTypeString(void) const { return "thunderstorm"; }
+
 private:
 
-        double dt;
         double diameter;      // diameter of turbulence zone, in nm
         double height;        // top of turbulence zone, in feet MSL
         double strength_norm; // strength of turbulence