open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::Server Member List

This is the complete list of members for opcua::Server, including all inherited members.

asWrapper(UA_Server *server) noexceptopcua::Serverrelated
config() noexceptopcua::Server
config() const noexceptopcua::Server
createEvent(const NodeId &eventType=ObjectTypeId::BaseEventType)opcua::Server
createSubscription() noexceptopcua::Server
detail::getContext(Server &server) noexceptopcua::Serverfriend
getNamespaceArray()opcua::Serverinline
getNode(NodeId id)opcua::Server
getObjectsNode()opcua::Server
getRootNode()opcua::Server
getSessions()opcua::Serverinline
getTypesNode()opcua::Server
getViewsNode()opcua::Server
handle() noexceptopcua::Server
handle() const noexceptopcua::Server
isRunning() const noexceptopcua::Server
namespaceArray()opcua::Server
operator!=(const Server &lhs, const Server &rhs) noexceptopcua::Serverrelated
operator=(const Server &)=deleteopcua::Server
operator=(Server &&other) noexceptopcua::Server
operator==(const Server &lhs, const Server &rhs) noexceptopcua::Serverrelated
registerNamespace(std::string_view uri)opcua::Server
run()opcua::Server
runIterate()opcua::Server
Server()opcua::Server
Server(ServerConfig &&config)opcua::Serverexplicit
Server(uint16_t port, const ByteString &certificate={})opcua::Serverinlineexplicit
Server(uint16_t port, const ByteString &certificate, const ByteString &privateKey, Span< const ByteString > trustList, Span< const ByteString > issuerList, Span< const ByteString > revocationList={})opcua::Serverinline
Server(const Server &)=deleteopcua::Server
Server(Server &&other) noexceptopcua::Server
sessions()opcua::Server
setAccessControl(AccessControlBase &accessControl)opcua::Serverinline
setAccessControl(std::unique_ptr< AccessControlBase > &&accessControl)opcua::Serverinline
setApplicationName(std::string_view name)opcua::Serverinline
setApplicationUri(std::string_view uri)opcua::Serverinline
setCustomDataTypes(Span< const DataType > dataTypes)opcua::Server
setCustomHostname(std::string_view hostname)opcua::Server
setLogger(LogFunction logger)opcua::Serverinline
setProductUri(std::string_view uri)opcua::Serverinline
setVariableNodeDataSource(const NodeId &id, DataSourceBase &source)opcua::Server
setVariableNodeValueCallback(const NodeId &id, ValueCallbackBase &callback)opcua::Server
stop()opcua::Server
~Server()opcua::Server