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

Go to the source code of this file.

Typedefs

typedef std::vector< UA_NodeId * > TNodeIdContainer
 

Functions

bool SortNodeId (const UA_NodeId *pLhs, const UA_NodeId *pRhs)
 

Typedef Documentation

◆ TNodeIdContainer

typedef std::vector<UA_NodeId *> TNodeIdContainer

Definition at line 7 of file sort_utils.h.

Function Documentation

◆ SortNodeId()

bool SortNodeId ( const UA_NodeId pLhs,
const UA_NodeId pRhs 
)