PLCnext API Documentation 23.0.2.9
Module.h
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#ifndef ARP_SYSTEM_MODULELIB_MODULE
7#define ARP_SYSTEM_MODULELIB_MODULE
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12extern int ArpSystemModule_Load(const char* arpBinaryDir, const char* applicationName, const char* acfSettingsPath);
13#ifdef __cplusplus
14}
15#endif
16
17#endif // ndef ARP_SYSTEM_MODULELIB_MODULE