ANSI C Based OPC UA Client/Server/PubSub SDK  1.9.1.442
UaServer_FileImporterSimple Struct Reference

File importer for loading Unified Automation Binary Format files and automatically creating all nodes and references in the address space. More...

#include <uaserver_fileimporter.h>

Detailed Description

File importer for loading Unified Automation Binary Format files and automatically creating all nodes and references in the address space.

In contrary to the UaServer_FileImporter, which allows to handle all callbacks manually, the UaServer_FileImporterSimple registers the new namespaces automatically and creates all nodes and references in the address space of the given provider.

For every new namespace, the pfAddNamespaceCB is invoked. For every extension namespace, the pfAddExtensionNamespaceCB is invoked. After creating a node in the address space, the pfAddNodeCB is invoked, this allows custom handling of the extensions of a node.


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