open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
server.h
Go to the documentation of this file.
1#pragma once
2
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
16
17#endif
18