uatools 1.0.0-pre2
 
Loading...
Searching...
No Matches
eso::uatools::Client::Impl Struct Reference

Per-Client state. More...

Public Attributes

bool configured {false}
 
fnd::ConnectionOptions options
 
std::shared_ptr< OpcuaConnectionconn
 
StateObserver observer
 

Detailed Description

Per-Client state.

Thin: holds the user-configured options, a shared_ptr to the underlying OpcuaConnection (null while disconnected), and this Client's own state observer registration.

Member Data Documentation

◆ configured

bool eso::uatools::Client::Impl::configured {false}

◆ conn

std::shared_ptr<OpcuaConnection> eso::uatools::Client::Impl::conn

◆ observer

StateObserver eso::uatools::Client::Impl::observer

◆ options

fnd::ConnectionOptions eso::uatools::Client::Impl::options

The documentation for this struct was generated from the following file: