From 61d31ab822db94d4eaa5891a5df4a4f7521294d8 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 8 Feb 2002 23:03:54 +0000 Subject: [PATCH] Tweaks to 'native fdm' output. Time offset should now be properly supported as well as visibility. This means that if you are using this protocal to exchange data with a visual channel, you should be able to change time and visibility on the master and all the slaved visual channels will match it. --- src/Network/native_fdm.cxx | 47 ++++++++++++++++++++++++++------------ src/Network/net_fdm.hxx | 3 ++- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/src/Network/native_fdm.cxx b/src/Network/native_fdm.cxx index c9d6df796..90e54b44b 100644 --- a/src/Network/native_fdm.cxx +++ b/src/Network/native_fdm.cxx @@ -30,6 +30,8 @@ #include #include +#include