open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
value_utils.h
Go to the documentation of this file.
1#ifndef _VALUE_UTILS_H
2#define _VALUE_UTILS_H
3
4#include <fstream>
5#include <open62541/types.h>
6
7void PrintArrayDimensions(const size_t arrayDimSize,
8 const UA_UInt32 *const pArrayDimensions,
9 const UA_UInt32 Indentation, std::ostream &out);
10
12
13#endif // _VALUE_UTILS_H
_UA_BEGIN_DECLS typedef bool UA_Boolean
This Source Code Form is subject to the terms of the Mozilla Public License, v.
Definition types.h:27
uint32_t UA_UInt32
Definition types.h:57
void PrintArrayDimensions(const size_t arrayDimSize, const UA_UInt32 *const pArrayDimensions, const UA_UInt32 Indentation, std::ostream &out)
UA_Boolean PrintValueAttribute(const UA_Variant &NL_Value, std::ostream &out)