Inheritance diagram for Ux::RealtimeTimer:

Definition at line 194 of file uxtime.hpp.
Public Member Functions | |
| RealtimeTimer (timer_t t=-1) | |
| void | create (const Clock &clock, struct sigevent *sig=NULL) |
| void | del (void) |
| void | get (struct itimerspec &val) |
| void | set (int flags, const struct itimerspec &val, struct itimerspec &oval) |
Protected Attributes | |
| timer_t | timer_id |
|
|
Definition at line 199 of file uxtime.hpp. |
|
||||||||||||
|
Calls timer_create. Definition at line 378 of file uxtime.cpp. |
|
|
Calls timer_delete. Definition at line 387 of file uxtime.cpp. |
|
|
Calls timer_gettime. Definition at line 396 of file uxtime.cpp. |
|
||||||||||||||||
|
Calls timer_settime. Definition at line 405 of file uxtime.cpp. |
|
|
Definition at line 196 of file uxtime.hpp. |
1.3.1