Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
freeopcua
src
protocol
session.cpp
Go to the documentation of this file.
1
#include <
opc/ua/protocol/session.h
>
2
3
namespace
OpcUa
4
{
5
ExpandedNodeId
GenerateSessionId
()
6
{
7
static
uint32_t sessionId;
8
return
ExpandedNodeId
(
NumericNodeId
(++sessionId + 5, 0));
9
}
10
}
11
12
13
session.h
OpcUa
OPC UA Address space part. GNU LGPL.
Definition:
ua/client/addon.h:18
OpcUa::GenerateSessionId
ExpandedNodeId GenerateSessionId()
Definition:
session.cpp:5
OpcUa::NumericNodeId
NodeId NumericNodeId(uint32_t value, uint16_t namespaceIndex=0)
Definition:
nodeid.h:218
OpcUa::ExpandedNodeId
Definition:
nodeid.h:254
ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:07