UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
NodeManagerTagFileCallback Class Referenceabstract

Callback interface used by NodeManagerTagFile. More...

#include <nodemanagertagfile.h>

Public Member Functions

virtual VariableHandlegetVariableHandle (Session *pSession, BaseNode *pNode)=0
 
virtual HistoryVariableHandlegetHistoryVariableHandle (Session *pSession, BaseNode *pNode, UaStatus &result)=0
 
virtual MethodHandlegetMethodHandle (Session *pSession, BaseNode *pObjectNode, BaseNode *pMethodNode, UaStatus &result)=0
 
virtual void nodeCreated (BaseNode *pNode)=0
 
virtual void nodeModified (BaseNode *pNode, TagFileCallback::ChangeMask change)=0
 
virtual void nodeAboutToBeDeleted (BaseNode *pNode)=0
 
virtual UaStatus createDefaultConfig (TagFile *pTagfile)=0
 
virtual void configurationLoaded ()=0
 

Detailed Description

Callback interface used by NodeManagerTagFile.

This interface is used by the NodeManagerTagFile to request access interface specific handles like VariableHandles for IOManager.


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