open62541pp
0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
include
open62541pp
detail
open62541
common.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
#if __has_include(<open62541/common.h>)
// since v1.1
12
#include <open62541/common.h>
13
#endif
14
#if __has_include(<open62541/constants.h>)
// v1.0
15
#include <open62541/constants.h>
16
#endif
17
#include <
open62541/nodeids.h
>
18
#include <
open62541/statuscodes.h
>
19
#include <
open62541/types.h
>
20
#include <
open62541/types_generated.h
>
21
#include <
open62541/util.h
>
22
23
// plugins
24
#include <
open62541/plugin/accesscontrol.h
>
25
#include <
open62541/plugin/log.h
>
26
#if __has_include(<open62541/plugin/create_certificate.h>)
// since v1.3
27
#include <
open62541/plugin/create_certificate.h
>
28
#endif
29
30
#endif
31
32
#include "
open62541pp/detail/open62541/pop_options.h
"
accesscontrol.h
create_certificate.h
log.h
nodeids.h
pop_options.h
push_options.h
statuscodes.h
types.h
types_generated.h
util.h
Generated by
1.11.0