open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1#ifndef _UTILS_H
2#define _UTILS_H
3
4#include <fstream>
5#include <open62541/client.h>
6#include <open62541/types.h>
7
9 std::ofstream &out);
10
11#endif // _UTILS_H
struct UA_Client UA_Client
Definition common.h:206
_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
UA_Boolean PrintNode(UA_Client *pClient, const UA_NodeId &Id, std::ofstream &out)