Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TIMER_ITEM Struct Reference

#include <threads.h>

Data Fields

int key
 Ordering key for Timer list.
TIMER_HANDLE timer
 The timer referenced by this Timer list item.
TIMER_ITEMprev
 Previous item in Timer list.
TIMER_ITEMnext
 Next item in Timer list.

Detailed Description

Timer item

Field Documentation

◆ key

int key

Ordering key for Timer list.

◆ timer

TIMER_HANDLE timer

The timer referenced by this Timer list item.

◆ prev

TIMER_ITEM* prev

Previous item in Timer list.

◆ next

TIMER_ITEM* next

Next item in Timer list.


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