PLCnext API Documentation 25.0.2.69
Arp.h
Go to the documentation of this file.
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
10
11#ifndef ARP_USE_ARP_SYSTEM_CORE
12
13#include "Arp/Base/Core/Arp.hpp"
14
15#else
16
17#define ARP_INSIDE_ARP_H
18
19#include "Arp/System/Core/CxxConfig.h"
20#include "Arp/System/Core/PlatformConfig.h"
21#include "Arp/System/Core/ArchitectureConfig.h"
22#include "Arp/System/Core/BuildConfig.h"
23#include "Arp/System/Core/DllConfig.h"
24#include "Arp/System/Core/ArpDefines.h"
25#include "Arp/System/Core/TypeSystem.h"
26#include "Arp/System/Core/IsInstanceOfType.h"
27
28#undef ARP_INSIDE_ARP_H
29
30#endif // ndef ARP_USE_ARP_SYSTEM_CORE