ITimerEvent.absolute

Sets the timer to absolute or relative mode.

  1. bool absolute()
  2. void absolute(bool abs)
    class ITimerEvent
    void
    absolute
    (
    bool abs
    )

Parameters

abs bool

the value of the TimerFD's absolute flag (true = absolute timer, false = relative timer)

Meta