open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Value.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
9#include <stdbool.h>
10#include <stddef.h>
11
23
30
32void Value_start(NL_Value *val, const char *name);
33void Value_end(NL_Value *val, const char *name, const char *value);
void Value_delete(NL_Value *val)
NL_Value * Value_new(const NL_Node *node)
void Value_end(NL_Value *val, const char *name, const char *value)
ParserState
This Source Code Form is subject to the terms of the Mozilla Public License, v.
Definition Value.h:13
@ PARSERSTATE_DATA
Definition Value.h:19
@ PARSERSTATE_EXTENSIONOBJECT_BODY
Definition Value.h:18
@ PARSERSTATE_EXTENSIONOBJECT
Definition Value.h:16
@ PARSERSTATE_INIT
Definition Value.h:14
@ PARSERSTATE_FINISHED
Definition Value.h:20
@ PARSERSTATE_EXTENSIONOBJECT_TYPEID
Definition Value.h:17
@ PARSERSTATE_LISTOF
Definition Value.h:15
void Value_start(NL_Value *val, const char *name)
ParserState state
Definition Value.h:26
NL_Data * currentData
Definition Value.h:27
qn name
Definition types.h:517