open62541
1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
deps
nodesetLoader
backends
open62541
tests
integration
client
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
7
typedef
std::vector<UA_NodeId *>
TNodeIdContainer
;
8
9
bool
SortNodeId
(
const
UA_NodeId
*pLhs,
const
UA_NodeId
*pRhs);
10
11
#endif
TNodeIdContainer
std::vector< UA_NodeId * > TNodeIdContainer
Definition
sort_utils.h:7
SortNodeId
bool SortNodeId(const UA_NodeId *pLhs, const UA_NodeId *pRhs)
UA_NodeId
Definition
types.h:277
types.h
Generated by
1.9.8