open62541
1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
deps
nodesetLoader
backends
stdout
examples
backend.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 2019 (c) Matthias Konnerth
6
*/
7
8
#ifndef __BACKEND_H__
9
#define __BACKEND_H__
10
11
#include "
NodesetLoader/NodesetLoader.h
"
12
#include <stdbool.h>
13
#include <stdio.h>
14
15
unsigned
short
addNamespace
(
void
*userContext,
const
char
*
namespaceUri
);
16
void
dumpNode
(
void
*userContext,
const
NL_Node
*node);
17
18
#endif
NodesetLoader.h
addNamespace
unsigned short addNamespace(void *userContext, const char *namespaceUri)
This Source Code Form is subject to the terms of the Mozilla Public License, v.
dumpNode
void dumpNode(void *userContext, const NL_Node *node)
NL_Node
Definition
NodesetLoader.h:94
namespaceUri
id namespaceUri
Definition
types.h:441
Generated by
1.9.8