C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
UaBase::AbstractNodesetImport Class Referenceabstract

Abstract base class for a Nodeset importer. More...

#include <abstractnodesetimport.h>

Inherited by UaBase::AbstractNodesetBrowseImport, and UaBase::NodesetXmlImport.

Public Member Functions

virtual UaStatus import (Nodeset &nodeset)=0
 import interface
 

Protected Attributes

Nodesetm_pNodeset
 The Nodeset to import to.
 
UaBooleanArray m_importNsIdx
 Remote namespace indices to import.
 

Detailed Description

Abstract base class for a Nodeset importer.

Any concrete importer implementation should inherit from this base class.


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