PLCnext API Documentation
23.3.0.32
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:122
Arp
Root namespace for the PLCnext API
Generated on Thu Apr 13 2023 12:32:28 for PLCnext API Documentation by
1.9.4