Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
freeopcua
include
opc
ua
protocol
protocol.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
opc/ua/protocol/protocol_auto.h
>
4
5
namespace
OpcUa
6
{
7
ReadValueId
inline
ToReadValueId
(
NodeId
id
,
AttributeId
attr)
8
{
9
ReadValueId
rv;
10
rv.
NodeId
= id;
11
rv.
AttributeId
= attr;
12
return
rv;
13
}
14
}
OpcUa::ToReadValueId
ReadValueId ToReadValueId(NodeId id, AttributeId attr)
Definition:
protocol.h:7
protocol_auto.h
OpcUa
OPC UA Address space part. GNU LGPL.
Definition:
ua/client/addon.h:18
OpcUa::ReadValueId
Definition:
protocol_auto.h:1902
OpcUa::ReadValueId::AttributeId
OpcUa::AttributeId AttributeId
Definition:
protocol_auto.h:1905
OpcUa::NodeId
Definition:
nodeid.h:44
OpcUa::ReadValueId::NodeId
OpcUa::NodeId NodeId
Definition:
protocol_auto.h:1904
OpcUa::AttributeId
AttributeId
Definition:
attribute_ids.h:12
ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:07