protocol.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <opc/ua/protocol/protocol_auto.h>
00004 
00005 namespace OpcUa
00006 {
00007   ReadValueId inline ToReadValueId(NodeId id, AttributeId attr)
00008   {
00009     ReadValueId rv;
00010     rv.NodeId = id;
00011     rv.AttributeId = attr;
00012     return rv;
00013   }
00014 }


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:56