|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <open62541/util.h>Go to the source code of this file.
Functions | |
| UA_EXPORT UA_StatusCode | UA_Server_loadNodeset (UA_Server *server, const char *nodeset2XmlFilePath, UA_NodeSetLoaderOptions *options) |
Variables | |
| _UA_BEGIN_DECLS typedef void | UA_NodeSetLoaderOptions |
| UA_EXPORT UA_StatusCode UA_Server_loadNodeset | ( | UA_Server * | server, |
| const char * | nodeset2XmlFilePath, | ||
| UA_NodeSetLoaderOptions * | options | ||
| ) |
Load the typemodel at runtime, without the need to statically compile the model.
This is an alternative to the Python nodeset compiler approach.
| _UA_BEGIN_DECLS typedef void UA_NodeSetLoaderOptions |
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
Copyright 2019 (c) Julius Pfrommer, Fraunhofer IOSB
Definition at line 14 of file nodesetloader.h.