Rebel Fork Framework
ClockSynchronizer.h File Reference
#include "../IO/Deserializer.h"
#include "../IO/Serializer.h"
#include <EASTL/optional.h>
#include <EASTL/vector.h>
#include <EASTL/bonus/ring_buffer.h>

Classes

class  Urho3D::FilteredUint
 Utility class to filter random uint value which mostly stays the same. More...
 
struct  Urho3D::ClockSynchronizerMessage
 
class  Urho3D::ClockSynchronizer
 
struct  Urho3D::ClockSynchronizer::PendingPing
 
struct  Urho3D::ClockSynchronizer::PendingPong
 

Enumerations

enum  ClockSynchronizerPhase : unsigned { Urho3D::ClockSynchronizerPhase::Ping = 1, Urho3D::ClockSynchronizerPhase::Pong = 2 }