#include <timer.h>


Public Member Functions | |
| RealTimer (const BaseTimer &BT) | |
| RealTimer () | |
| void | start () |
| Start timer. | |
| void | stop () |
| Stop timer. | |
Definition at line 80 of file timer.h.
| void RealTimer::start | ( | ) |
Definition at line 89 of file timer.C.
References BaseTimer::_start_t, and BaseTimer::MSPSEC.
Referenced by Timer::start().
| void RealTimer::stop | ( | ) |
Definition at line 101 of file timer.C.
References BaseTimer::_start_t, BaseTimer::_t, and BaseTimer::MSPSEC.
Referenced by Timer::stop().
1.5.6