#include "H3DNetworkingUtils/Config.h"
#include "H3DUtil/H3DMath.h"
#include <H3D/X3DChildNode.h>
#include <H3DUtil/Threads.h>
#include <H3D/X3DTypes.h>
#include "H3DNetworkingUtils/RemoteField.h"
#include "H3DNetworkingUtils/BufferedSField.h"
Go to the source code of this file.
Namespaces | |
namespace | H3DNetworkingUtils |
Classes | |
class | H3DNetworkingUtils::RemoteSF< S > |
The RemoteSF class is a template class which is a node containing a single field which sends and receives its value to/from another the field of another RemoteSF<S> node running on another application on another host. More... | |
class | H3DNetworkingUtils::RemoteSF< S >::SFSender |
Sends the field value across the network. More... |