8 #include "Arp/System/Acf/IComponent.hpp" 10 namespace Arp {
namespace System {
namespace Acf
IApplication(void)=default
The default constructor.
This interface shall be implemented by the application class.
Definition: IApplication.hpp:18
Root namespace for the PLCnext API
System components used by the System, Device, Plc or Io domains.
virtual String GetName(void) const =0
Gets the system wide unique name of the application or process, respectively.
virtual ~IApplication(void)=default
The default destructor.