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