IBNOS
Public Attributes | List of all members
timer Struct Reference

#include <timer.h>

Collaboration diagram for timer:
Collaboration graph
[legend]

Public Attributes

struct object obj
 
struct linkedList waiters
 
bool active
 
uint64_t timeout
 
uint32_t interval
 
bool wakeupAll
 

Detailed Description

Definition at line 48 of file timer.h.

Member Data Documentation

◆ active

bool timer::active

Definition at line 52 of file timer.h.

◆ interval

uint32_t timer::interval

Definition at line 55 of file timer.h.

◆ obj

struct object timer::obj

Definition at line 50 of file timer.h.

◆ timeout

uint64_t timer::timeout

Definition at line 54 of file timer.h.

◆ waiters

struct linkedList timer::waiters

Definition at line 51 of file timer.h.

◆ wakeupAll

bool timer::wakeupAll

Definition at line 57 of file timer.h.


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