Inheritance diagram for Ux::IntervalTimer:

Definition at line 212 of file uxtime.hpp.
Public Member Functions | |
| IntervalTimer (int which=ITIMER_REAL) | |
| void | get (struct itimerval &val) |
| void | set (const struct itimerval &val, struct itimerval &oval) |
Protected Attributes | |
| int | which_timer |
|
|
Definition at line 217 of file uxtime.hpp. |
|
|
Calls getitimer. Definition at line 414 of file uxtime.cpp. References errno, val, and which_timer. |
|
||||||||||||
|
Calls setitimer. Definition at line 423 of file uxtime.cpp. References errno, val, and which_timer. |
|
|
Definition at line 214 of file uxtime.hpp. |
1.3.1