]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ExternalNet.hxx
Updates to the electrical system model. "Juice" is now propogated through
[flightgear.git] / src / FDM / ExternalNet.hxx
index cb003ce2994682ba10aead01489e37323fc24620..08c07f3f0d82d8b4667d8f128e21486763b5e582 100644 (file)
@@ -77,16 +77,17 @@ private:
 public:
 
     // Constructor
-    FGExternalNet::FGExternalNet( double dt, int dop, int dip, int cp, string host );
+    FGExternalNet( double dt,
+                                  string host, int dop, int dip, int cp );
 
     // Destructor
-    FGExternalNet::~FGExternalNet();
+    ~FGExternalNet();
 
     // Reset flight params to a specific position
     void init();
 
     // update the fdm
-    void update( int multiloop );
+    void update( double dt );
 
 };