High Performance OPC UA Server SDK  1.2.0.193
timer Struct Reference

A particular timer entry. More...

Data Fields

uint64_t last
 Last time at which this timer was shot. More...
 
timer_cbcb
 Function to invoke when timer is ready. More...
 
void * data
 User assigned data pointer. More...
 
uint32_t ms
 Interval in milliseconds. More...
 
uint16_t flags
 Internally used flags. More...
 

Detailed Description

A particular timer entry.

Field Documentation

timer_cb* cb

Function to invoke when timer is ready.

void* data

User assigned data pointer.

uint16_t flags

Internally used flags.

uint64_t last

Last time at which this timer was shot.

uint32_t ms

Interval in milliseconds.


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