|
open62541 1.4.15
Open source implementation of OPC UA
|
#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) |
Definition at line 462 of file server_pubsub.h.
| 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.
| 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.
| UA_DataValue** UA_FieldTargetVariable::externalDataValue |
Definition at line 472 of file server_pubsub.h.
| UA_FieldTargetDataType UA_FieldTargetVariable::targetVariable |
Definition at line 464 of file server_pubsub.h.
| void* UA_FieldTargetVariable::targetVariableContext |
Definition at line 473 of file server_pubsub.h.