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

#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)
 

Detailed Description

Definition at line 353 of file eventloop.h.

Field Documentation

◆ deregisterInterrupt

void(* UA_InterruptManager::deregisterInterrupt) (UA_InterruptManager *im, uintptr_t interruptHandle)

Definition at line 376 of file eventloop.h.

◆ eventSource

UA_EventSource UA_InterruptManager::eventSource

Definition at line 356 of file eventloop.h.

◆ registerInterrupt

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.


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