#include <timer.h>
Inherits BaseTimer.

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