libcosmos
Linux C++ System Programming Library
|
Additional data found in SigInfo with Source::TIMER. More...
#include <SigInfo.hxx>
Public Types | |
enum class | TimerID : int |
Public Attributes | |
TimerID | id |
The ID of the timer which expired. | |
int | overrun |
The timer overrun count. | |
Additional data found in SigInfo with Source::TIMER.
Definition at line 176 of file SigInfo.hxx.
|
strong |
Definition at line 179 of file SigInfo.hxx.
TimerID cosmos::SigInfo::TimerData::id |
The ID of the timer which expired.
This field is a Linux extension. This ID is not the same as the ID returned from timer_create()
, therefore it is a distinct type defined for this purpose only.
Definition at line 189 of file SigInfo.hxx.
int cosmos::SigInfo::TimerData::overrun |
The timer overrun count.
This field is a Linux extension. It is equal to the information obtained from timer_getoverrun()
.
Definition at line 196 of file SigInfo.hxx.