SystemClock class
Public static variables
- static nn::nex::TimeProvider* s_pTimeProvider
- static bool s_needCorrection
- static bool s_tiCorrection
Public static functions
- static void RegisterTimeProvider(nn::nex::TimeProvider*, bool)
- static void ApplyCorrection(Time curTime, Time newTime)
- static auto ProtectedGetTime() -> Time
- static auto GetTimeImpl(bool) -> Time
- static auto GetTimeImplCorrectless() -> Time
- static void Reset()
Constructors, destructors, conversion operators
- SystemClock()
- ~SystemClock() virtual