Uses of Class
de.ibapl.jnhw.posix.Time.Timer_t
-
Packages that use Time.Timer_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Time.Timer_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with parameters of type Time.Timer_t Modifier and Type Method Description static voidTime. timer_create(int clockid, Signal.Sigevent evp, Time.Timer_t timerid)static voidTime. timer_delete(Time.Timer_t timerid)static intTime. timer_getoverrun(Time.Timer_t timerid)static voidTime. timer_gettime(Time.Timer_t timerid, Time.Itimerspec value)static voidTime. timer_settime(Time.Timer_t timerid, int flags, Time.Itimerspec value, Time.Itimerspec ovalue)
-