Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Enumerations
SynchronisableVariable.h File Reference
#include "network/NetworkPrereqs.h"
#include <cassert>
#include <cstring>
#include <loki/TypeTraits.h>
#include "Serialise.h"
#include "core/GameMode.h"
#include "network/synchronisable/NetworkCallbackManager.h"

Go to the source code of this file.

Classes

class  orxonox::SynchronisableVariable< T >
 
class  orxonox::SynchronisableVariableBase
 
class  orxonox::SynchronisableVariableBidirectional< T >
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 
 orxonox::Bidirectionality
 
 orxonox::VariableDirection
 

Enumerations

enum  orxonox::VariableDirection::Value { orxonox::VariableDirection::ToClient =0x1, orxonox::VariableDirection::ToServer =0x2 }
 
enum  orxonox::Bidirectionality::Value { orxonox::Bidirectionality::ServerMaster =0x1, orxonox::Bidirectionality::ClientMaster =0x2 }