]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_fdm.hxx
Missed this one since I didn't have jpg server support activated.
[flightgear.git] / src / Network / native_fdm.hxx
index 2afbf0954c154b81e72a007650ac99ecad811707..23326e1d6d2172274ce2bfed4b38fcefdf8dd30b 100644 (file)
@@ -57,10 +57,18 @@ public:
 // Helper functions which may be useful outside this class
 
 // Populate the FGNetFDM structure from the property tree.
-void FGProps2NetFDM( FGNetFDM *net );
+void FGProps2NetFDM( FGNetFDM *net, bool net_byte_order = true );
 
 // Update the property tree from the FGNetFDM structure.
-void FGNetFDM2Props( FGNetFDM *net );
+void FGNetFDM2Props( FGNetFDM *net, bool net_byte_order = true );
+
+// Do some ultra simplistic extrapolation for times when a network
+// packet get's dropped or delayed.
+//
+// If a valid net structure is passed in, just record the last
+// position/orientation.  If NULL is passed in, use the most recent
+// deltas to predict the new position.
+void FGNativeFDMSmooth( FGNetFDM *net );
 
 
 #endif // _FG_NATIVE_FDM_HXX