open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
browse_utils.h
Go to the documentation of this file.
1#ifndef _BROWSE_UTILS_H
2#define _BROWSE_UTILS_H
3
4#include <open62541/types.h>
5#include <vector>
6
7class UA_Client;
8
14
15typedef std::vector<TReference> TReferenceVec;
16
18 TReferenceVec &oReferences);
19
21
22UA_Boolean IsSubType(UA_Client *pClient, const UA_NodeId &BaseType,
23 const UA_NodeId &SubType);
24
25#endif // _BROWSE_UTILS_H
UA_Boolean BrowseReferences(UA_Client *pClient, const UA_NodeId &Id, TReferenceVec &oReferences)
std::vector< TReference > TReferenceVec
void FreeReferencesVec(TReferenceVec &References)
UA_Boolean IsSubType(UA_Client *pClient, const UA_NodeId &BaseType, const UA_NodeId &SubType)
struct UA_Client UA_Client
Definition common.h:206
UA_NodeId * pReferenceTypeId
UA_NodeId * pTargetId
_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