|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <eventloop.h>
Data Fields | |
| UA_EventSource | eventSource |
| UA_StatusCode(* | registerInterrupt )(UA_InterruptManager *im, uintptr_t interruptHandle, const UA_KeyValueMap *params, UA_InterruptCallback callback, void *interruptContext) |
| void(* | deregisterInterrupt )(UA_InterruptManager *im, uintptr_t interruptHandle) |
Definition at line 353 of file eventloop.h.
| void(* UA_InterruptManager::deregisterInterrupt) (UA_InterruptManager *im, uintptr_t interruptHandle) |
Definition at line 376 of file eventloop.h.
| UA_EventSource UA_InterruptManager::eventSource |
Definition at line 356 of file eventloop.h.
| UA_StatusCode(* UA_InterruptManager::registerInterrupt) (UA_InterruptManager *im, uintptr_t interruptHandle, const UA_KeyValueMap *params, UA_InterruptCallback callback, void *interruptContext) |
Definition at line 369 of file eventloop.h.