High Performance OPC UA Server SDK  1.2.0.193
timer_base Struct Reference

Timer management base structure. More...

#include <timer_types.h>

Data Fields

uint32_t ntimers
 Number of currently used timers in the array. More...
 
uint32_t max_timers
 Maximum number of timers in the array. More...
 
uint32_t next
 Time till next timer is due, set during timer_update(). More...
 
struct timertimers
 Array of max_timers timers allocated by timer_base_init. More...
 
util_bitmap_tid_bitmap
 Bitmap index of used entries in timers. More...
 

Detailed Description

Timer management base structure.

Field Documentation

util_bitmap_t* id_bitmap

Bitmap index of used entries in timers.

uint32_t max_timers

Maximum number of timers in the array.

uint32_t next

Time till next timer is due, set during timer_update().

uint32_t ntimers

Number of currently used timers in the array.

struct timer* timers

Array of max_timers timers allocated by timer_base_init.


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