open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
sort_utils.h
Go to the documentation of this file.
1#ifndef _SORT_UTILS_H
2#define _SORT_UTILS_H
3
4#include <open62541/types.h>
5#include <vector>
6
7typedef std::vector<UA_NodeId *> TNodeIdContainer;
8
9bool SortNodeId(const UA_NodeId *pLhs, const UA_NodeId *pRhs);
10
11#endif
std::vector< UA_NodeId * > TNodeIdContainer
Definition sort_utils.h:7
bool SortNodeId(const UA_NodeId *pLhs, const UA_NodeId *pRhs)