|
open62541 1.4.15
Open source implementation of OPC UA
|
Go to the source code of this file.
Functions | |
| UA_NodeId | getTypeId (UA_UInt16 typeIndex, UA_Boolean isNamespaceZero, const UA_DataType *customTypes) |
| void | typesAreMatching (const UA_DataType *t1, const UA_DataType *t2, const UA_DataType *generatedTypes, const UA_DataType *customTypes) |
| UA_NodeClass | getNodeClass (UA_Server *server, const UA_NodeId id) |
| UA_Boolean | hasReference (UA_Server *server, const UA_NodeId src, const UA_NodeId target, const UA_NodeId refType, UA_BrowseDirection dir) |
| UA_NodeId | getTypeDefinitionId (UA_Server *s, const UA_NodeId targetId) |
| UA_NodeClass getNodeClass | ( | UA_Server * | server, |
| const UA_NodeId | id | ||
| ) |
Definition at line 51 of file testHelper.h.
Definition at line 77 of file testHelper.h.
| UA_NodeId getTypeId | ( | UA_UInt16 | typeIndex, |
| UA_Boolean | isNamespaceZero, | ||
| const UA_DataType * | customTypes | ||
| ) |
Definition at line 7 of file testHelper.h.
| UA_Boolean hasReference | ( | UA_Server * | server, |
| const UA_NodeId | src, | ||
| const UA_NodeId | target, | ||
| const UA_NodeId | refType, | ||
| UA_BrowseDirection | dir | ||
| ) |
Definition at line 60 of file testHelper.h.
| void typesAreMatching | ( | const UA_DataType * | t1, |
| const UA_DataType * | t2, | ||
| const UA_DataType * | generatedTypes, | ||
| const UA_DataType * | customTypes | ||
| ) |
Definition at line 24 of file testHelper.h.