session.cpp
Go to the documentation of this file.
00001 #include <opc/ua/protocol/session.h>
00002 
00003 namespace OpcUa
00004 {
00005   ExpandedNodeId GenerateSessionId()
00006   { 
00007     static uint32_t sessionId;
00008     return ExpandedNodeId(NumericNodeId(++sessionId + 5, 0));
00009   };
00010 }
00011   
00012 
00013 


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