open62541
1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
plugins
include
open62541
plugin
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
12
_UA_BEGIN_DECLS
13
14
typedef
void
UA_NodeSetLoaderOptions
;
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. */
18
UA_EXPORT
UA_StatusCode
19
UA_Server_loadNodeset
(
UA_Server
*server,
const
char
*nodeset2XmlFilePath,
20
UA_NodeSetLoaderOptions
*options);
21
22
_UA_END_DECLS
23
24
#endif
/* UA_NODESET_LOADER_DEFAULT_H_ */
UA_Server
struct UA_Server UA_Server
Definition
common.h:198
_UA_BEGIN_DECLS
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition
config.h:100
_UA_END_DECLS
#define _UA_END_DECLS
Definition
config.h:107
UA_Server_loadNodeset
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_NodeSetLoaderOptions
_UA_BEGIN_DECLS typedef void UA_NodeSetLoaderOptions
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
Definition
nodesetloader.h:14
UA_StatusCode
uint32_t UA_StatusCode
Definition
types.h:82
util.h
Generated by
1.9.8