]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.hxx
Fix line endings
[flightgear.git] / src / AIModel / AIBallistic.hxx
index 82309ea2b8bbb1ec62c613917c4f4cbbe6a720b9..48afd50c65d74d6bddc10ed87e6490235f16a37c 100644 (file)
@@ -28,9 +28,11 @@ class FGAIBallistic : public FGAIBase {
 
 public:
 
-    FGAIBallistic(FGAIManager* mgr);
+    FGAIBallistic();
     ~FGAIBallistic();
 
+    void readFromScenario(SGPropertyNode* scFileNode);
+
     bool init();
     virtual void bind();
     virtual void unbind();
@@ -39,7 +41,7 @@ public:
     void setAzimuth( double az );
     void setElevation( double el );
     void setRoll( double rl );
-    void setStabilization( bool val );
+    void setStabilisation( bool val );
     void setDragArea( double a );
     void setLife( double seconds );
     void setBuoyancy( double fpss );
@@ -51,13 +53,15 @@ public:
 
     double _getTime() const;
 
+    virtual const char* getTypeString(void) const { return "ballistic"; }
+
 private:
 
     double azimuth;         // degrees true
     double elevation;       // degrees
     double rotation;        // degrees
     double hs;              // horizontal speed (fps)
-    bool aero_stabilized;   // if true, object will point where it's going
+    bool aero_stabilised;   // if true, object will align wit trajectory
     double drag_area;       // equivalent drag area in ft2
     double life_timer;      // seconds
     double gravity;         // fps2