open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Functions
testHelper.h File Reference
#include <open62541/server.h>
#include <open62541/types.h>
#include <open62541/types_generated.h>

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)
 

Function Documentation

◆ getNodeClass()

UA_NodeClass getNodeClass ( UA_Server server,
const UA_NodeId  id 
)

Definition at line 51 of file testHelper.h.

◆ getTypeDefinitionId()

UA_NodeId getTypeDefinitionId ( UA_Server s,
const UA_NodeId  targetId 
)

Definition at line 77 of file testHelper.h.

◆ getTypeId()

UA_NodeId getTypeId ( UA_UInt16  typeIndex,
UA_Boolean  isNamespaceZero,
const UA_DataType customTypes 
)

Definition at line 7 of file testHelper.h.

◆ hasReference()

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.

◆ typesAreMatching()

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.