open62541pp
0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
include
open62541pp
detail
open62541
client.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/client.h>
12
#if __has_include(<open62541/client_config.h>)
// merged into client.h in v1.2
13
#include <open62541/client_config.h>
14
#endif
15
#include <
open62541/client_config_default.h
>
16
#include <
open62541/client_subscriptions.h
>
17
18
#endif
19
20
#include "
open62541pp/detail/open62541/pop_options.h
"
client_config_default.h
client_subscriptions.h
pop_options.h
push_options.h
Generated by
1.11.0