open62541pp 0.20.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
server.hpp File Reference
#include <cstdint>
#include <memory>
#include <optional>
#include <string_view>
#include <utility>
#include <vector>
#include "open62541pp/common.hpp"
#include "open62541pp/config.hpp"
#include "open62541pp/datatype.hpp"
#include "open62541pp/detail/open62541/server.h"
#include "open62541pp/detail/server_utils.hpp"
#include "open62541pp/session.hpp"
#include "open62541pp/span.hpp"
#include "open62541pp/types.hpp"
#include "open62541pp/ua/nodeids.hpp"
#include "open62541pp/ua/types.hpp"
#include "open62541pp/wrapper.hpp"
#include "open62541pp/plugin/accesscontrol.hpp"
#include "open62541pp/plugin/log.hpp"
#include "open62541pp/plugin/log_default.hpp"
#include "open62541pp/plugin/nodestore.hpp"
Include dependency graph for server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  opcua::TypeHandler< UA_ServerConfig >
 
class  opcua::ServerConfig
 
class  opcua::Server
 
struct  opcua::AsyncOperation
 

Namespaces

namespace  opcua
 

Functions

const UA_DataTypeopcua::findDataType (Server &server, const NodeId &id) noexcept
 
void opcua::setVariableNodeValueCallback (Server &server, const NodeId &id, ValueCallbackBase &callback)
 
void opcua::setVariableNodeValueCallback (Server &server, const NodeId &id, std::unique_ptr< ValueCallbackBase > &&callback)
 
void opcua::setVariableNodeValueBackend (Server &server, const NodeId &id, DataSourceBase &source)
 
void opcua::setVariableNodeValueBackend (Server &server, const NodeId &id, std::unique_ptr< DataSourceBase > &&source)