#include <timer.h>
Inherits BaseTimer.

Public Member Functions | |
| RealTimer (const BaseTimer &BT) | |
| RealTimer () | |
| void | start () |
| Start timer. | |
| void | stop () |
Definition at line 86 of file timer.h.
| void RealTimer::start | ( | ) |
Definition at line 91 of file timer.C.
References BaseTimer::_start_t, and BaseTimer::MSPSEC.
Referenced by Timer::continueTimer(), and Timer::start().
| void RealTimer::stop | ( | ) |
Stop timer
Definition at line 104 of file timer.C.
References BaseTimer::_start_t, BaseTimer::_t, and BaseTimer::MSPSEC.
Referenced by Timer::pauseTimer(), and Timer::stop().
1.6.3