open62541pp 0.16.0
C++ wrapper of open62541
|
#include <cstdint>
#include <memory>
#include <string>
#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/event.hpp"
#include "open62541pp/nodeids.hpp"
#include "open62541pp/session.hpp"
#include "open62541pp/span.hpp"
#include "open62541pp/subscription.hpp"
#include "open62541pp/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"
Go to the source code of this file.
Classes | |
class | opcua::ServerConfig |
class | opcua::Server |
Namespaces | |
namespace | opcua |
Functions | |
Server * | opcua::asWrapper (UA_Server *server) noexcept |
bool | opcua::operator== (const Server &lhs, const Server &rhs) noexcept |
bool | opcua::operator!= (const Server &lhs, const Server &rhs) noexcept |