open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions
browse_utils.h File Reference
#include <open62541/types.h>
#include <vector>

Go to the source code of this file.

Data Structures

struct  TReference
 

Typedefs

typedef std::vector< TReference > TReferenceVec
 

Functions

UA_Boolean BrowseReferences (UA_Client *pClient, const UA_NodeId &Id, TReferenceVec &oReferences)
 
void FreeReferencesVec (TReferenceVec &References)
 
UA_Boolean IsSubType (UA_Client *pClient, const UA_NodeId &BaseType, const UA_NodeId &SubType)
 

Typedef Documentation

◆ TReferenceVec

typedef std::vector<TReference> TReferenceVec

Definition at line 15 of file browse_utils.h.

Function Documentation

◆ BrowseReferences()

UA_Boolean BrowseReferences ( UA_Client *  pClient,
const UA_NodeId &  Id,
TReferenceVec &  oReferences 
)

◆ FreeReferencesVec()

void FreeReferencesVec ( TReferenceVec &  References)

◆ IsSubType()

UA_Boolean IsSubType ( UA_Client *  pClient,
const UA_NodeId &  BaseType,
const UA_NodeId &  SubType 
)