open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_DelayedCallback Struct Reference

#include <eventloop.h>

Data Fields

struct UA_DelayedCallbacknext
 
UA_Callback callback
 
void * application
 
void * context
 

Detailed Description

Delayed callbacks are executed not when they are registered, but in the following EventLoop cycle.

Definition at line 44 of file eventloop.h.

Field Documentation

◆ application

void* UA_DelayedCallback::application

Definition at line 47 of file eventloop.h.

◆ callback

UA_Callback UA_DelayedCallback::callback

Definition at line 46 of file eventloop.h.

◆ context

void* UA_DelayedCallback::context

Definition at line 48 of file eventloop.h.

◆ next

struct UA_DelayedCallback* UA_DelayedCallback::next

Definition at line 45 of file eventloop.h.


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