8#include "Arp/System/Acf/ComponentBase.hpp" 
    9#include "Arp/Plc/Commons/Meta/IMetaComponent.hpp" 
   10#include "Arp/Plc/Commons/Meta/DataInfoProvider.hpp" 
   11#include "Arp/Plc/Commons/Esm/ProgramProviderBase.hpp" 
   12namespace Arp { 
namespace Plc { 
namespace Commons { 
namespace Meta
 
   32    ARP_DEPRECATED(
"Call MetaComponentBase::SetupSettings() in the component's SetupSettings() method instead.")
 
   33    void SetupConfig(
void);
 
   35    ARP_DEPRECATED(
"Call MetaComponentBase::Dispose() in the component's Dispose() method instead.")
 
   36    void ResetConfig(
void);
 
Namespace for interfaces and classes of Execution and Sychronization Manager (ESM)
 
This is the namespace of the Application Component Framework.
Definition: ComponentBase.hpp:72
 
Root namespace for the PLCnext API