Interface for architecture dependent time operations. More...
#include <IArchTime.h>
Inherits IInterface.
Inherited by CArch, CArchTimeUnix, and CArchTimeWindows.
Public Member Functions | |
manipulators | |
virtual double | time ()=0 |
Get the current time. |
Interface for architecture dependent time operations.
This interface defines the time operations required by synergy. Each architecture must implement this interface.
Definition at line 25 of file IArchTime.h.
virtual double IArchTime::time | ( | ) | [pure virtual] |
Get the current time.
Returns the number of seconds since some arbitrary starting time. This should return as high a precision as reasonable.
Implemented in CArch, CArchTimeUnix, and CArchTimeWindows.
Referenced by CArch::time().