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