Interface for architecture dependent time operations. More...
#include <IArchTime.h>
Inherits IInterface.
Inherited by 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 29 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 CArchTimeUnix, and CArchTimeWindows.
1.7.1