Provides a stop-watch-like class with a resolution of milliseconds.
More...
#include <Timer.h>
List of all members.
Detailed Description
Provides a stop-watch-like class with a resolution of milliseconds.
Definition at line 41 of file Timer.h.
Constructor & Destructor Documentation
KNI::Timer::Timer |
( |
long |
timeout | ) |
|
Member Function Documentation
long KNI::Timer::_ElapsedTime |
( |
| ) |
const [private] |
bool KNI::Timer::Elapsed |
( |
| ) |
const |
Returns true if timer is elapsed.
long KNI::Timer::ElapsedTime |
( |
| ) |
const |
Returns the elapsed time.
void KNI::Timer::Set |
( |
long |
timeout | ) |
|
void KNI::Timer::Set_And_Start |
( |
long |
timeout | ) |
|
void KNI::Timer::Start |
( |
| ) |
|
void KNI::Timer::WaitUntilElapsed |
( |
| ) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: