open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
nodesetloader.h
Go to the documentation of this file.
1/** This work is licensed under a Creative Commons CCZero 1.0 Universal License.
2 * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
3 *
4 * Copyright 2019 (c) Julius Pfrommer, Fraunhofer IOSB
5 */
6
7#ifndef UA_NODESET_LOADER_DEFAULT_H_
8#define UA_NODESET_LOADER_DEFAULT_H_
9
10#include <open62541/util.h>
11
13
15
16/** Load the typemodel at runtime, without the need to statically compile the model.
17 * This is an alternative to the Python nodeset compiler approach. */
18UA_EXPORT UA_StatusCode
19UA_Server_loadNodeset(UA_Server *server, const char *nodeset2XmlFilePath,
21
23
24#endif /* UA_NODESET_LOADER_DEFAULT_H_ */
struct UA_Server UA_Server
Definition common.h:198
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition config.h:100
#define _UA_END_DECLS
Definition config.h:107
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.
_UA_BEGIN_DECLS typedef void UA_NodeSetLoaderOptions
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
uint32_t UA_StatusCode
Definition types.h:82