#include <timer.h>
Inheritance diagram for SST::TimerEngine:

Protected Member Functions | |
| TimerEngine (Timer *t) | |
| Create a new TimerEngine. | |
| Timer * | timer () const |
| Find the Timer with which this TimerEngine is associated. | |
| virtual void | start (quint64 usecs)=0 |
| Start the timer. | |
| virtual void | stop ()=0 |
| Stop the timer. | |
| void | timeout () |
| Signal a timeout on the timer. | |
Friends | |
| class | Timer |
|
|
Start the timer. The implementation subclass provides this method.
|
|
|
Stop the timer. The implementation subclass provides this method. |
|
|
Signal a timeout on the timer. The implementation subclass calls this method when the timer expires. |
|
|
Find the Timer with which this TimerEngine is associated.
|
1.3.4