|
open62541 1.4.15
Open source implementation of OPC UA
|
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 std::vector<TReference> TReferenceVec |
Definition at line 15 of file browse_utils.h.
| 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 | ||
| ) |