open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
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 462 of file server_pubsub.h.

Field Documentation

◆ 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 480 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 474 of file server_pubsub.h.

◆ externalDataValue

UA_DataValue** UA_FieldTargetVariable::externalDataValue

Definition at line 472 of file server_pubsub.h.

◆ targetVariable

UA_FieldTargetDataType UA_FieldTargetVariable::targetVariable

Definition at line 464 of file server_pubsub.h.

◆ targetVariableContext

void* UA_FieldTargetVariable::targetVariableContext

Definition at line 473 of file server_pubsub.h.


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