open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
client.hpp File Reference
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "open62541pp/config.hpp"
#include "open62541pp/datatype.hpp"
#include "open62541pp/detail/client_utils.hpp"
#include "open62541pp/detail/open62541/client.h"
#include "open62541pp/span.hpp"
#include "open62541pp/subscription.hpp"
#include "open62541pp/types.hpp"
#include "open62541pp/types_composed.hpp"
#include "open62541pp/wrapper.hpp"
#include "open62541pp/plugin/log.hpp"
#include "open62541pp/plugin/log_default.hpp"
Include dependency graph for client.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opcua::ClientConfig
 
class  opcua::Client
 

Namespaces

namespace  opcua
 

Typedefs

using opcua::StateCallback = std::function<void()>
 
using opcua::InactivityCallback = std::function<void()>
 

Functions

Clientopcua::asWrapper (UA_Client *client) noexcept
 
bool opcua::operator== (const Client &lhs, const Client &rhs) noexcept
 
bool opcua::operator!= (const Client &lhs, const Client &rhs) noexcept