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

Public Member Functions | |
| virtual Time | currentTime () |
| Obtain the current system time. | |
| virtual TimerEngine * | newTimerEngine (Timer *timer) |
| Create a TimerEngine. | |
The application may create a TimerHostState object and activate it using Time::setTimerHostState(). The SST protocol will then call the time factory's methods whenever it needs to obtain the current system time or create timers.
|
|
Obtain the current system time. May be overridden to virtualize the system time.
|
|
|
Create a TimerEngine. May be overridden to virtualize the behavior of timers.
|
1.3.4