]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/External.hxx
Added flap_deflection so that remote fdm can pass back actual flap deflection
[flightgear.git] / src / FDM / External.hxx
index 5ebad88e3b8eaa67b9b945a0243512dfd8614a62..61bc9a3abb43c79a79a705e0ca9f4472ed607a34 100644 (file)
 class FGExternal: public FGInterface {
 
 public:
-    FGExternal::FGExternal( double dt );
-    FGExternal::~FGExternal();
+    FGExternal( double dt );
+    ~FGExternal();
 
     // reset flight params to a specific position 
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    void update( int multiloop );
+    void update( double dt );
 };