|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <eventloop.h>
Data Fields | |
| struct UA_DelayedCallback * | next |
| UA_Callback | callback |
| void * | application |
| void * | context |
Delayed callbacks are executed not when they are registered, but in the following EventLoop cycle.
Definition at line 44 of file eventloop.h.
| void* UA_DelayedCallback::application |
Definition at line 47 of file eventloop.h.
| UA_Callback UA_DelayedCallback::callback |
Definition at line 46 of file eventloop.h.
| void* UA_DelayedCallback::context |
Definition at line 48 of file eventloop.h.
| struct UA_DelayedCallback* UA_DelayedCallback::next |
Definition at line 45 of file eventloop.h.