open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
common.h
Go to the documentation of this file.
1#pragma once
2
3#include "open62541pp/config.hpp"
5
6#if __has_include(<open62541.h>)
7
8#include <open62541.h>
9
10#else
11
12#if __has_include(<open62541/common.h>) // since v1.1
13#include <open62541/common.h>
14#endif
15#if __has_include(<open62541/constants.h>) // v1.0
16#include <open62541/constants.h>
17#endif
18#include <open62541/nodeids.h>
20#include <open62541/types.h>
22#include <open62541/util.h>
23
24// plugins
27#if UAPP_OPEN62541_VER_GE(1, 2) // nodestore plugins defined in server.h before v1.2
29#endif
30#if __has_include(<open62541/plugin/create_certificate.h>) // since v1.3
32#endif
33
34#endif
35