open62541pp
0.18.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
include
open62541pp
plugin
nodesetloader.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string_view>
4
5
#include "open62541pp/config.hpp"
6
7
#if UAPP_HAS_NODESETLOADER
8
9
namespace
opcua
{
10
11
class
Server
;
12
class
StatusCode
;
13
14
/**
15
* Load a nodeset from a NodeSet2.xml file at runtime.
16
* @param server The server to load the nodeset into.
17
* @param nodeset2XmlFilePath The path to the XML file.
18
*/
19
StatusCode
loadNodeset
(
Server
& server, std::string_view nodeset2XmlFilePath);
20
21
}
// namespace opcua
22
23
#endif
opcua::Server
High-level server class.
Definition
server.hpp:136
opcua::StatusCode
UA_StatusCode wrapper class.
Definition
types.hpp:47
opcua::ua::DataTypeId::StatusCode
@ StatusCode
opcua
Definition
async.hpp:11
opcua::LogCategory::Server
@ Server
opcua::loadNodeset
StatusCode loadNodeset(Server &server, std::string_view nodeset2XmlFilePath)
Load a nodeset from a NodeSet2.xml file at runtime.
Generated by
1.9.8