|
open62541 1.3.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 425 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 443 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 437 of file server_pubsub.h.
| UA_DataValue** UA_FieldTargetVariable::externalDataValue |
Definition at line 435 of file server_pubsub.h.
| UA_FieldTargetDataType UA_FieldTargetVariable::targetVariable |
Definition at line 427 of file server_pubsub.h.
| void* UA_FieldTargetVariable::targetVariableContext |
Definition at line 436 of file server_pubsub.h.