OPC UA client implementing ifw::fnd::defs::ICommAdapter. More...
#include <memory>#include <ifw/fnd/defs/iCommAdapter.hpp>Go to the source code of this file.
Classes | |
| class | eso::uatools::Client |
| OPC UA client implementing ifw::fnd::defs::ICommAdapter. More... | |
| struct | eso::uatools::Client::DataTypeInfo |
| Result of a DataType lookup on a node. More... | |
Namespaces | |
| namespace | eso |
| namespace | eso::uatools |
OPC UA client implementing ifw::fnd::defs::ICommAdapter.
eso::uatools::Client is the public-facing class. It implements the protocol-agnostic ICommAdapter contract over OPC UA. The choice of open62541 as the underlying SDK is an implementation detail and is NOT exposed in this header — callers see only ifw::fnd::defs types.
Multiple instances are supported: typically one Client per OPC UA server connection. Instances do not share state with each other.
Usage: