PLCnext API Documentation 23.6.0.37
Public Member Functions | List of all members
Arp::System::Acf::IApplication Class Referenceabstract

This interface shall be implemented by the application class. More...

#include <IApplication.hpp>

Public Member Functions

 IApplication (void)=default
 The default constructor.
 
virtual ~IApplication (void)=default
 The default destructor.
 
virtual String GetName (void) const =0
 Gets the system wide unique name of the application or process, respectively.
 

Detailed Description

This interface shall be implemented by the application class.

Each process gets its own application instance with a system wide unique name. In other words, the application is the code counterpart of the system resource process.


The documentation for this class was generated from the following file: