PLCnext API Documentation 24.0.0.71
ModuleMain.h
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Core/AppDomain.hpp"
9
10using namespace Arp;
11
12typedef AppDomain* (*ArpSystemModuleMainEntry)(const char*, const char*);
13
14extern "C" ARP_CXX_SYMBOL_EXPORT AppDomain* ArpSystemModuleMain(const char* applicationName, const char* acfSettingsPath);
15extern "C" ARP_CXX_SYMBOL_EXPORT AppDomain* ArpSystemModuleMain2(const char* applicationName, const char* acfSettingsPath);
16
This class represents a single application domain for each process and is implemented as singleton.
Definition: AppDomain.hpp:119
Root namespace for the PLCnext API