open62541
1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
deps
nodesetLoader
backends
open62541
tests
integration
client
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
8
UA_Boolean
PrintNode
(
UA_Client
*pClient,
const
UA_NodeId
&Id,
9
std::ofstream &out);
10
11
#endif
// _UTILS_H
client.h
UA_Client
struct UA_Client UA_Client
Definition
common.h:206
UA_NodeId
Definition
types.h:277
types.h
UA_Boolean
_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
PrintNode
UA_Boolean PrintNode(UA_Client *pClient, const UA_NodeId &Id, std::ofstream &out)
Generated by
1.9.8