open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
common.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#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>
19#include <open62541/types.h>
21#include <open62541/util.h>
22
23// plugins
26#if __has_include(<open62541/plugin/create_certificate.h>) // since v1.3
28#endif
29
30#endif
31