class UpdatableTimeProvider : public nn::nex::TimeProvider
Time provider that returns the cached time value.
The cached time value is updated at fixed intervals by a special internal thread.
You need to register an UpdatableTimeProvider
object with SystemClock::RegisterTimeProvider
.
S | DEFAULT_THREAD_STACK_SIZE | The default stack size for the update thread. |
---|---|---|
S | DEFAULT_SLEEP_TIME | The default sleep time (in msec) for the update thread. |
UpdatableTimeProvider | Constructor. | |
---|---|---|
V | ~UpdatableTimeProvider | Destructor. |
V |
GetTime
|
Returns the cached time value. |
Stop
|
Stops the cache update thread. |
nn::nex::RootObject
nn::nex::TimeProvider
nn::nex::UpdatableTimeProvider
CONFIDENTIAL