open62541
1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
deps
nodesetLoader
src
nodes
Node.h
Go to the documentation of this file.
1
/** This Source Code Form is subject to the terms of the Mozilla Public
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
*
5
* Copyright 2020 (c) Matthias Konnerth
6
*/
7
8
#ifndef NODE_H
9
#define NODE_H
10
#include "
NodesetLoader/NodesetLoader.h
"
11
12
NL_Node
*
Node_new
(
NL_NodeClass
nodeClass);
13
void
Node_delete
(
NL_Node
*node);
14
15
#endif
Node_delete
void Node_delete(NL_Node *node)
Node_new
NL_Node * Node_new(NL_NodeClass nodeClass)
This Source Code Form is subject to the terms of the Mozilla Public License, v.
NodesetLoader.h
NL_NodeClass
NL_NodeClass
Definition
NodesetLoader.h:31
NL_Node
Definition
NodesetLoader.h:94
Generated by
1.9.8