libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::SigInfo::TimerData Struct Reference

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.
 

Detailed Description

Additional data found in SigInfo with Source::TIMER.

Definition at line 176 of file SigInfo.hxx.

Member Enumeration Documentation

◆ TimerID

enum class cosmos::SigInfo::TimerData::TimerID : int
strong

Definition at line 179 of file SigInfo.hxx.

179: int {};

Member Data Documentation

◆ id

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.

◆ overrun

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.


The documentation for this struct was generated from the following file: