|
libassa 3.5.1
|
#include <TimerCountdown.h>
Public Member Functions | |
| TimerCountdown (TimeVal *wait_time_) | |
| Constructor. More... | |
| ~TimerCountdown () | |
| Destructor. More... | |
Private Attributes | |
| TimeVal * | m_maxWaitTime |
| Maximum time to wait. More... | |
| TimeVal | m_start |
| Time when countdown started. More... | |
Definition at line 28 of file TimerCountdown.h.
|
inline |
Constructor.
Definition at line 52 of file TimerCountdown.h.
|
inline |
Destructor.
Definition at line 59 of file TimerCountdown.h.
References ASSA::TimeVal::gettimeofday(), m_maxWaitTime, m_start, and ASSA::TimeVal::zeroTime().
|
private |
Maximum time to wait.
Definition at line 41 of file TimerCountdown.h.
Referenced by ~TimerCountdown().
|
private |
Time when countdown started.
Definition at line 44 of file TimerCountdown.h.
Referenced by ~TimerCountdown().