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

#include <server_pubsub.h>

Data Fields

UA_FieldTargetDataType targetVariable
 
UA_DataValue ** externalDataValue
 
void * targetVariableContext
 
void(* beforeWrite )(UA_Server *server, const UA_NodeId *readerIdentifier, const UA_NodeId *readerGroupIdentifier, const UA_NodeId *targetVariableIdentifier, void *targetVariableContext, UA_DataValue **externalDataValue)
 
void(* afterWrite )(UA_Server *server, const UA_NodeId *readerIdentifier, const UA_NodeId *readerGroupIdentifier, const UA_NodeId *targetVariableIdentifier, void *targetVariableContext, UA_DataValue **externalDataValue)
 

Detailed Description

Definition at line 425 of file server_pubsub.h.

Field Documentation

◆ targetVariable

UA_FieldTargetDataType UA_FieldTargetVariable::targetVariable

Definition at line 427 of file server_pubsub.h.

◆ externalDataValue

UA_DataValue** UA_FieldTargetVariable::externalDataValue

Definition at line 435 of file server_pubsub.h.

◆ targetVariableContext

void* UA_FieldTargetVariable::targetVariableContext

Definition at line 436 of file server_pubsub.h.

◆ beforeWrite

void(* UA_FieldTargetVariable::beforeWrite) (UA_Server *server, const UA_NodeId *readerIdentifier, const UA_NodeId *readerGroupIdentifier, const UA_NodeId *targetVariableIdentifier, void *targetVariableContext, UA_DataValue **externalDataValue)

Definition at line 437 of file server_pubsub.h.

◆ afterWrite

void(* UA_FieldTargetVariable::afterWrite) (UA_Server *server, const UA_NodeId *readerIdentifier, const UA_NodeId *readerGroupIdentifier, const UA_NodeId *targetVariableIdentifier, void *targetVariableContext, UA_DataValue **externalDataValue)

Definition at line 443 of file server_pubsub.h.


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