PLCnext API Documentation 23.6.0.37
|
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. | |
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.