Bike-X
0.8
|
#include "OVR_Timer.h"
Public Types | |
enum | { MsPerSecond = 1000, NanosPerSecond = MsPerSecond * 1000 * 1000, MksPerSecond = MsPerSecond * 1000 } |
Static Public Member Functions | |
static double OVR_STDCALL | GetSeconds () |
static UInt64 OVR_STDCALL | GetTicksNanos () |
static UInt32 OVR_STDCALL | GetTicksMs () |
static void | SetFakeSeconds (double fakeSeconds) |
Static Private Member Functions | |
static void | initializeTimerSystem () |
static void | shutdownTimerSystem () |
Static Private Attributes | |
static double | FakeSeconds = 0 |
static bool | useFakeSeconds = false |
Friends | |
class | System |
Definition at line 41 of file OVR_Timer.h.
anonymous enum |
Enumerator | |
---|---|
MsPerSecond | |
NanosPerSecond | |
MksPerSecond |
Definition at line 44 of file OVR_Timer.h.
|
static |
Definition at line 51 of file OVR_Timer.cpp.
|
inlinestatic |
Definition at line 64 of file OVR_Timer.h.
|
static |
Definition at line 263 of file OVR_Timer.cpp.
|
staticprivate |
Definition at line 63 of file OVR_Timer.cpp.
|
inlinestatic |
Definition at line 68 of file OVR_Timer.h.
|
staticprivate |
Definition at line 66 of file OVR_Timer.cpp.
|
friend |
Definition at line 75 of file OVR_Timer.h.
|
staticprivate |
Definition at line 81 of file OVR_Timer.h.
|
staticprivate |
Definition at line 82 of file OVR_Timer.h.