|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <eventloop.h>
Definition at line 59 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::addCyclicCallback) (UA_EventLoop *el, UA_Callback cb, void *application, void *data, UA_Double interval_ms, UA_DateTime *baseTime, UA_TimerPolicy timerPolicy, UA_UInt64 *callbackId) |
Definition at line 126 of file eventloop.h.
| void(* UA_EventLoop::addDelayedCallback) (UA_EventLoop *el, UA_DelayedCallback *dc) |
Definition at line 155 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::addTimedCallback) (UA_EventLoop *el, UA_Callback cb, void *application, void *data, UA_DateTime date, UA_UInt64 *callbackId) |
Definition at line 139 of file eventloop.h.
| UA_Int64(* UA_EventLoop::dateTime_localTimeUtcOffset) (UA_EventLoop *el) |
Definition at line 111 of file eventloop.h.
| UA_DateTime(* UA_EventLoop::dateTime_now) (UA_EventLoop *el) |
Definition at line 109 of file eventloop.h.
| UA_DateTime(* UA_EventLoop::dateTime_nowMonotonic) (UA_EventLoop *el) |
Definition at line 110 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::deregisterEventSource) (UA_EventLoop *el, UA_EventSource *es) |
Definition at line 174 of file eventloop.h.
| UA_EventSource* UA_EventLoop::eventSources |
Definition at line 166 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::free) (UA_EventLoop *el) |
Definition at line 91 of file eventloop.h.
| void(* UA_EventLoop::lock) (UA_EventLoop *el) |
Definition at line 186 of file eventloop.h.
| const UA_Logger* UA_EventLoop::logger |
Definition at line 64 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::modifyCyclicCallback) (UA_EventLoop *el, UA_UInt64 callbackId, UA_Double interval_ms, UA_DateTime *baseTime, UA_TimerPolicy timerPolicy) |
Definition at line 131 of file eventloop.h.
| UA_DateTime(* UA_EventLoop::nextCyclicTime) (UA_EventLoop *el) |
Definition at line 122 of file eventloop.h.
| UA_KeyValueMap* UA_EventLoop::params |
Definition at line 65 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::registerEventSource) (UA_EventLoop *el, UA_EventSource *es) |
Definition at line 170 of file eventloop.h.
| void(* UA_EventLoop::removeCyclicCallback) (UA_EventLoop *el, UA_UInt64 callbackId) |
Definition at line 136 of file eventloop.h.
| void(* UA_EventLoop::removeDelayedCallback) (UA_EventLoop *el, UA_DelayedCallback *dc) |
Definition at line 156 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::run) (UA_EventLoop *el, UA_UInt32 timeout) |
Definition at line 87 of file eventloop.h.
| UA_StatusCode(* UA_EventLoop::start) (UA_EventLoop *el) |
Definition at line 78 of file eventloop.h.
| const volatile UA_EventLoopState UA_EventLoop::state |
Definition at line 75 of file eventloop.h.
| void(* UA_EventLoop::stop) (UA_EventLoop *el) |
Definition at line 82 of file eventloop.h.
| void(* UA_EventLoop::unlock) (UA_EventLoop *el) |
Definition at line 187 of file eventloop.h.