open62541
1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
deps
nodesetLoader
backends
open62541
tests
integration
client
operator_ov.h
Go to the documentation of this file.
1
#ifndef _OPERATOR_OV_H
2
#define _OPERATOR_OV_H
3
4
#include "
browse_utils.h
"
5
#include <iostream>
6
#include <
open62541/types_generated.h
>
7
8
std::ostream &
operator<<
(std::ostream &os,
const
UA_NodeId
&Id);
9
std::ostream &
operator<<
(std::ostream &os,
const
UA_ExpandedNodeId
&Id);
10
std::ostream &
operator<<
(std::ostream &os,
const
UA_String
&Str);
11
std::ostream &
operator<<
(std::ostream &os,
const
UA_Guid
&Guid);
12
std::ostream &
operator<<
(std::ostream &os,
const
UA_NodeClass
&NodeClass);
13
std::ostream &
operator<<
(std::ostream &os,
14
const
UA_QualifiedName
&QualifiedName);
15
std::ostream &
operator<<
(std::ostream &os,
16
const
UA_LocalizedText
&LocalizedText);
17
std::ostream &
operator<<
(std::ostream &os,
18
const
UA_DiagnosticInfo
&DiagnosticInfo);
19
std::ostream &
operator<<
(std::ostream &os,
const
TReference
&Reference);
20
21
#endif
// _OPERATOR_OV_H
browse_utils.h
operator<<
std::ostream & operator<<(std::ostream &os, const UA_NodeId &Id)
TReference
Definition
browse_utils.h:10
UA_DiagnosticInfo
Definition
types.h:786
UA_ExpandedNodeId
Definition
types.h:394
UA_Guid
Definition
types.h:203
UA_LocalizedText
Definition
types.h:522
UA_NodeId
Definition
types.h:277
UA_QualifiedName
Definition
types.h:491
UA_String
Definition
types.h:119
types_generated.h
UA_NodeClass
UA_NodeClass
NodeClass.
Definition
types_generated.h:986
Generated by
1.9.8