open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_PubSub_CallbackLifecycle Struct Reference

#include <server_pubsub.h>

Data Fields

UA_StatusCode(* addCustomCallback )(UA_Server *server, UA_NodeId identifier, UA_ServerCallback callback, void *data, UA_Double interval_ms, UA_DateTime *baseTime, UA_TimerPolicy timerPolicy, UA_UInt64 *callbackId)
 
UA_StatusCode(* changeCustomCallback )(UA_Server *server, UA_NodeId identifier, UA_UInt64 callbackId, UA_Double interval_ms, UA_DateTime *baseTime, UA_TimerPolicy timerPolicy)
 
void(* removeCustomCallback )(UA_Server *server, UA_NodeId identifier, UA_UInt64 callbackId)
 

Detailed Description

Definition at line 264 of file server_pubsub.h.

Field Documentation

◆ addCustomCallback

UA_StatusCode(* UA_PubSub_CallbackLifecycle::addCustomCallback) (UA_Server *server, UA_NodeId identifier, UA_ServerCallback callback, void *data, UA_Double interval_ms, UA_DateTime *baseTime, UA_TimerPolicy timerPolicy, UA_UInt64 *callbackId)

Definition at line 268 of file server_pubsub.h.

◆ changeCustomCallback

UA_StatusCode(* UA_PubSub_CallbackLifecycle::changeCustomCallback) (UA_Server *server, UA_NodeId identifier, UA_UInt64 callbackId, UA_Double interval_ms, UA_DateTime *baseTime, UA_TimerPolicy timerPolicy)

Definition at line 274 of file server_pubsub.h.

◆ removeCustomCallback

void(* UA_PubSub_CallbackLifecycle::removeCustomCallback) (UA_Server *server, UA_NodeId identifier, UA_UInt64 callbackId)

Definition at line 278 of file server_pubsub.h.


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