nn::nex::TimeProvider Class

Syntax

class TimeProvider : public nn::nex::RootObject

Description

Time provider class.

Time providers are class objects that provide time values. The SystemClock class and SessionClock class use the values provided by this class to perform time calculations. To set a time provider customized by the application, you must derive a class from this class and override the GetTime function in its implementation.

Even when this class is not used, the system still provides a default time provider. You can customize this class to create a time provider that is more precise or performs better than the default time provider.

Member Functions

PV GetTime Returns the time defined by the time provider.

Class Hierarchy

nn::nex::RootObject
  nn::nex::TimeProvider

See Also

SystemClock::RegisterTimeProvider
UpdatableTimeProvider

Revision History

2011/01/27
Initial version.

CONFIDENTIAL