open62541pp
0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
include
open62541pp
detail
open62541
server.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
open62541pp/detail/open62541/push_options.h
"
4
5
#if __has_include(<open62541.h>)
6
7
#include <open62541.h>
8
9
#else
10
11
#include <open62541/server.h>
12
#if __has_include(<open62541/server_config.h>)
// merged into server.h in v1.2
13
#include <open62541/server_config.h>
14
#endif
15
#include <
open62541/server_config_default.h
>
16
17
#endif
18
19
#include "
open62541pp/detail/open62541/pop_options.h
"
pop_options.h
push_options.h
server_config_default.h
Generated by
1.11.0