]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_fdm.hxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / native_fdm.hxx
index dba123766228f27539c0af18ca88a71e768b27c6..fd8672bb60b8c24434bf698e408434e7a7d4219c 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started September 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -27,6 +27,8 @@
 
 #include <simgear/compiler.h>
 
+#include <simgear/timing/timestamp.hxx>
+
 #include <FDM/flight.hxx>
 
 #include "protocol.hxx"
@@ -54,6 +56,15 @@ public:
 };
 
 
+// Helper functions which may be useful outside this class
+
+// Populate the FGNetFDM structure from the property tree.
+void FGProps2NetFDM( FGNetFDM *net, bool net_byte_order = true );
+
+// Update the property tree from the FGNetFDM structure.
+void FGNetFDM2Props( FGNetFDM *net, bool net_byte_order = true );
+
+
 #endif // _FG_NATIVE_FDM_HXX